<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -54,10 +54,10 @@ ruby_version_is &quot;1.9&quot; do
     end
 
     it &quot;indicates if crlf_newline conversion would occur&quot; do
-      ec = Encoding::Converter.new(&quot;ISo-8859-1&quot;, &quot;EUC-JP&quot;, crlf_newline: true)
+      ec = Encoding::Converter.new(&quot;ISo-8859-1&quot;, &quot;EUC-JP&quot;, {:crlf_newline =&gt; true})
       ec.convpath.last.should == &quot;crlf_newline&quot;
 
-      ec = Encoding::Converter.new(&quot;ASCII&quot;, &quot;UTF-8&quot;, crlf_newline: false)
+      ec = Encoding::Converter.new(&quot;ASCII&quot;, &quot;UTF-8&quot;, {:crlf_newline =&gt; false})
       ec.convpath.last.should_not == &quot;crlf_newline&quot;
     end
   end</diff>
      <filename>core/encoding/converter/convpath_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2b529aa19d179be25e000d8c9f564fac1460696e</id>
    </parent>
  </parents>
  <author>
    <name>Run Paint Run Run</name>
    <email>runrun@runpaint.org</email>
  </author>
  <url>http://github.com/rubyspec/rubyspec/commit/a70eb9e1edbb4496c98e178e3132d0b1a07b2f1e</url>
  <id>a70eb9e1edbb4496c98e178e3132d0b1a07b2f1e</id>
  <committed-date>2009-06-19T18:21:13-07:00</committed-date>
  <authored-date>2009-06-19T18:21:13-07:00</authored-date>
  <message>Encoding::Converter.convpath: Tweak syntax for 1.8.6</message>
  <tree>ae29463bee932023e1ccf94c06a3e80e9ebbb0d1</tree>
  <committer>
    <name>Run Paint Run Run</name>
    <email>runrun@runpaint.org</email>
  </committer>
</commit>
