<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -9,7 +9,7 @@ include FileUtils
 REMARKABLE_GEMS = [
   :remarkable,
   :remarkable_activerecord,
-  :remarkable_datamapper,
+  # :remarkable_datamapper,
   :remarkable_rails
 ]
 </diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -64,8 +64,7 @@ unless RAILS_I18N
     require 'i18n'
   rescue LoadError
     require 'rubygems'
-    # TODO Move to i18n gem as soon as it gets updated
-    gem 'svenfuchs-i18n'
+    gem 'i18n'
     require 'i18n'
   end
 </diff>
      <filename>remarkable/lib/remarkable/i18n.rb</filename>
    </modified>
    <modified>
      <diff>@@ -18,7 +18,7 @@ end
 
 ########### Specs
 
-RAILS_VERSIONS = ['2.1.2', '2.2.2', '2.3.4']
+RAILS_VERSIONS = ['2.2.2', '2.3.4']
 
 desc &quot;Run the specs under spec with supported Rails versions&quot;
 task :pre_commit do</diff>
      <filename>remarkable_activerecord/Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -108,7 +108,6 @@ module Remarkable
         def describe(*args, &amp;block)
           if described_class &amp;&amp; args.first.is_a?(Hash)
             attributes = args.shift
-
             connector = Remarkable.t &quot;remarkable.active_record.describe.connector&quot;, :default =&gt; &quot; and &quot;
 
             description = if self.describe_subject_attributes.blank?
@@ -130,7 +129,7 @@ module Remarkable
                                       :key =&gt; translated_key.downcase, :value =&gt; value.inspect)
             end
 
-            description &lt;&lt; pieces.join(connector)
+            description += pieces.join(connector)
             args.unshift(description)
 
             # Creates an example group, set the subject and eval the given block.</diff>
      <filename>remarkable_activerecord/lib/remarkable_activerecord/describe.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,5 @@
 require File.expand_path(File.dirname(__FILE__) + '/spec_helper')
 
-RAILS_I18N = true
-
 class Post
   attr_accessor :published, :public, :deleted
  </diff>
      <filename>remarkable_activerecord/spec/describe_spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 # encoding: utf-8
 require 'rubygems'
 
-RAILS_VERSION = ENV['RAILS_VERSION'] || '2.3.3'
+RAILS_VERSION = ENV['RAILS_VERSION'] || '2.3.4'
 
 gem 'activesupport', RAILS_VERSION
 require 'active_support'</diff>
      <filename>remarkable_activerecord/spec/spec_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,10 @@
 # encoding: utf-8
 require 'rubygems'
 
-RAILS_VERSION = ENV['RAILS_VERSION'] || '2.3.3'
 DM_VERSION = '0.10.0'
 
-gem 'activesupport', RAILS_VERSION
+# TODO Remove ActiveSupport dependence
+gem 'activesupport', '2.3.4'
 require 'active_support'
 
 gem 'addressable'
@@ -22,11 +22,10 @@ require 'dm-core'
 gem 'dm-validations', DM_VERSION
 require 'dm-validations'
 
-gem 'svenfuchs-i18n'
+# Require i18n by hand
+gem 'i18n'
 require 'i18n'
 
-require 'pp'  # DEBUG ONLY
-
 ENV['SQLITE3_SPEC_URI'] ||= 'sqlite3::memory:'
 ENV['ADAPTER'] = 'sqlite3'
 </diff>
      <filename>remarkable_datamapper/spec/spec_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -20,7 +20,7 @@ end
 
 ########### Specs
 
-RAILS_VERSIONS = ['2.1.2', '2.2.2', '2.3.4']
+RAILS_VERSIONS = ['2.2.2', '2.3.4']
 
 desc &quot;Run the specs under spec with supported Rails versions&quot;
 task :pre_commit do</diff>
      <filename>remarkable_rails/Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'rubygems'
 
 RAILS_ENV     = 'test'
-RAILS_VERSION = ENV['RAILS_VERSION'] || '2.3.3'
+RAILS_VERSION = ENV['RAILS_VERSION'] || '2.3.4'
 
 # Load Rails
 gem 'activesupport', RAILS_VERSION</diff>
      <filename>remarkable_rails/spec/spec_helper.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>37489601ccdca53722a1d90e62714346aaa2ba18</id>
    </parent>
  </parents>
  <author>
    <name>Jos&#233; Valim</name>
    <email>jose.valim@gmail.com</email>
  </author>
  <url>http://github.com/carlosbrando/remarkable/commit/f6a4d09877e36ea2c029dea59437086d2ed61689</url>
  <id>f6a4d09877e36ea2c029dea59437086d2ed61689</id>
  <committed-date>2009-09-08T02:08:27-07:00</committed-date>
  <authored-date>2009-09-08T02:08:27-07:00</authored-date>
  <message>Remove 2.1.2 dependency and kick remarkable active record specs back to life on Rails 2.3.4.</message>
  <tree>2f6c25ecda8c7b2a84523201387864356c9c75cf</tree>
  <committer>
    <name>Jos&#233; Valim</name>
    <email>jose.valim@gmail.com</email>
  </committer>
</commit>
