<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -42,7 +42,7 @@ module URLify
   # with an acute accent, &#193;, becomes A. This method is UTF-8 safe.
   def self.deaccentuate(string)
     (RUBY_VERSION &gt;= &quot;1.9.0&quot; ? string.chars : string.split(//u)).map {|c|
-      ACCENTMAP.has_key?(c) ? ACCENTMAP[c] : c
+      ACCENTMAP[c] || c
     }.join(&quot;&quot;)
   end
 end</diff>
      <filename>lib/urlify.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>463adefd65a55e1fa06da87235da8f39581173d0</id>
    </parent>
  </parents>
  <author>
    <name>Benedict Eastaugh</name>
    <email>benedict@eastaugh.net</email>
  </author>
  <url>http://github.com/ionfish/urlify/commit/e954311b72dc5a3291d76ebfb946b35e9b42958d</url>
  <id>e954311b72dc5a3291d76ebfb946b35e9b42958d</id>
  <committed-date>2009-06-27T14:49:17-07:00</committed-date>
  <authored-date>2009-06-27T14:49:17-07:00</authored-date>
  <message>Cleaner implementation of block logic in URLify.deaccentuate.</message>
  <tree>cf8370ac492cd8835efa3f27f21bdaba0e978166</tree>
  <committer>
    <name>Benedict Eastaugh</name>
    <email>benedict@eastaugh.net</email>
  </committer>
</commit>
