<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>.gitignore</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,6 @@
 = ActiveMerchant CHANGELOG
 
+* Work around Rails Inflector change [cody]
 * Add configurable timeouts to PostsData [Michael Koziarski]
 * Add valid_sender? method to gateway integrations [Soleone]
 * Fix PayPal error parsing [cody]</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -10,6 +10,12 @@ require 'active_merchant/billing/integrations/two_checkout'
 require 'active_merchant/billing/integrations/hi_trust'
 
 # make the bogus gateway be classified correctly by the inflector
-Inflector.inflections do |inflect|
-  inflect.uncountable 'bogus'
+if defined?(Inflector)
+  Inflector.inflections do |inflect|
+    inflect.uncountable 'bogus'
+  end
+else
+  ActiveSupport::Inflector.inflections do |inflect|
+    inflect.uncountable 'bogus'
+  end
 end</diff>
      <filename>lib/active_merchant/billing/integrations.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>fd2b40689bb02b44d1f526f8e190e885be1e432d</id>
    </parent>
  </parents>
  <author>
    <name>Cody Fauser</name>
    <email>cody@jadedpixel.com</email>
  </author>
  <url>http://github.com/BDQ/active_merchant/commit/e3a75cef2a1241164bcaae427569cc521202f105</url>
  <id>e3a75cef2a1241164bcaae427569cc521202f105</id>
  <committed-date>2008-09-11T14:49:20-07:00</committed-date>
  <authored-date>2008-09-11T14:49:20-07:00</authored-date>
  <message>Work around inflector in Rails</message>
  <tree>15d0466f4d017892834fa9cd2a6acf44bfa28489</tree>
  <committer>
    <name>Cody Fauser</name>
    <email>cody@jadedpixel.com</email>
  </committer>
</commit>
