<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>lib/gettext_i18n_rails/i18n_hacks.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -11,7 +11,7 @@ end
 
 I18n.backend = I18n::Backend::Simple.new
 
-require 'gettext_i18n_rails/gettext_hacks'
+require 'gettext_i18n_rails/i18n_hacks'
 require 'gettext_i18n_rails/active_record'
 require 'gettext_i18n_rails/action_controller'
 </diff>
      <filename>lib/gettext_i18n_rails.rb</filename>
    </modified>
    <modified>
      <diff>@@ -31,12 +31,12 @@ describe GettextI18nRails do
       I18n.locale.should == :de
     end
 
-    pending_it &quot;links I18n.locale and FastGettext.locale&quot; do
+    it &quot;links I18n.locale and FastGettext.locale&quot; do
       I18n.locale = :yy
       FastGettext.locale.should == 'yy'
     end
 
-    pending_it &quot;does not set a non-available locale thorugh I18n.locale&quot; do
+    it &quot;does not set a non-available locale thorugh I18n.locale&quot; do
       FastGettext.available_locales = ['de']
       I18n.locale = :xx
       FastGettext.locale.should == 'de'</diff>
      <filename>spec/gettext_i18n_rails_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>lib/gettext_i18n_rails/gettext_hacks.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>3c4fdadd1108fff5030a630f082b5b43e7d195ec</id>
    </parent>
  </parents>
  <author>
    <name>grosser</name>
    <email>grosser.michael@gmail.com</email>
  </author>
  <url>http://github.com/grosser/gettext_i18n_rails/commit/8bfd1e2f42deb79b7c5bc1eb0f042b693b4ef6df</url>
  <id>8bfd1e2f42deb79b7c5bc1eb0f042b693b4ef6df</id>
  <committed-date>2009-03-01T10:55:17-08:00</committed-date>
  <authored-date>2009-03-01T10:55:17-08:00</authored-date>
  <message>patch i18n to work seamlessly with fast_gettext</message>
  <tree>2f00f197388cb88483d6b55da66c85ae06fbfad1</tree>
  <committer>
    <name>grosser</name>
    <email>grosser.michael@gmail.com</email>
  </committer>
</commit>
