<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,7 +1,7 @@
 clear_sources
 source 'http://gemcutter.org'
 
-gem &quot;rails&quot;, &quot;3.0.pre&quot;, :vendored_at =&gt; &quot;railties&quot;
+gem &quot;rails&quot;, &quot;3.0.pre&quot;, :path =&gt; &quot;railties&quot;
 %w(
   activesupport
   activemodel
@@ -10,8 +10,9 @@ gem &quot;rails&quot;, &quot;3.0.pre&quot;, :vendored_at =&gt; &quot;railties&quot;
   activerecord
   activeresource
 ).each do |lib|
-  gem lib, '3.0.pre', :vendored_at =&gt; lib
+  gem lib, '3.0.pre', :path =&gt; lib
 end
+gem &quot;i18n&quot;,          &quot;0.2.0&quot;
 gem &quot;rack&quot;,          &quot;1.0.1&quot;
 gem &quot;rack-mount&quot;,    :git =&gt; &quot;git://github.com/rails/rack-mount.git&quot;
 gem &quot;rack-test&quot;,     &quot;~&gt; 0.5.0&quot;</diff>
      <filename>Gemfile</filename>
    </modified>
    <modified>
      <diff>@@ -5,7 +5,7 @@
   You may redistribute it and/or modify it under the same license terms as Ruby.
 =end
 
-if RUBY_VERSION &lt; '1.9'
+if RUBY_VERSION &lt; '1.9' &amp;&amp; !&quot;&quot;.respond_to?(:interpolate_without_ruby_19_syntax)
   require 'active_support/core_ext/string/bytesize'
 
   # KeyError is raised by String#% when the string contains a named placeholder</diff>
      <filename>activesupport/lib/active_support/core_ext/string/interpolation.rb</filename>
    </modified>
    <modified>
      <diff>@@ -4,7 +4,7 @@ def ActiveSupport.requirable?(file)
   $LOAD_PATH.any? { |p| Dir.glob(&quot;#{p}/#{file}.*&quot;).any? }
 end
 
-[%w(builder 2.1.2), %w(i18n 0.1.3), %w(memcache-client 1.7.5), %w(tzinfo 0.3.15)].each do |lib, version|
+[%w(builder 2.1.2), %w(memcache-client 1.7.5), %w(tzinfo 0.3.15)].each do |lib, version|
   # If the lib is not already requirable
   unless ActiveSupport.requirable? lib
     # Try to activate a gem ~&gt; satisfying the requested version first.</diff>
      <filename>activesupport/lib/active_support/vendor.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>activesupport/lib/active_support/vendor/i18n-0.1.3/MIT-LICENSE</filename>
    </removed>
    <removed>
      <filename>activesupport/lib/active_support/vendor/i18n-0.1.3/README.textile</filename>
    </removed>
    <removed>
      <filename>activesupport/lib/active_support/vendor/i18n-0.1.3/Rakefile</filename>
    </removed>
    <removed>
      <filename>activesupport/lib/active_support/vendor/i18n-0.1.3/i18n.gemspec</filename>
    </removed>
    <removed>
      <filename>activesupport/lib/active_support/vendor/i18n-0.1.3/lib/i18n.rb</filename>
    </removed>
    <removed>
      <filename>activesupport/lib/active_support/vendor/i18n-0.1.3/lib/i18n/backend/simple.rb</filename>
    </removed>
    <removed>
      <filename>activesupport/lib/active_support/vendor/i18n-0.1.3/lib/i18n/exceptions.rb</filename>
    </removed>
    <removed>
      <filename>activesupport/lib/active_support/vendor/i18n-0.1.3/test/all.rb</filename>
    </removed>
    <removed>
      <filename>activesupport/lib/active_support/vendor/i18n-0.1.3/test/i18n_exceptions_test.rb</filename>
    </removed>
    <removed>
      <filename>activesupport/lib/active_support/vendor/i18n-0.1.3/test/i18n_test.rb</filename>
    </removed>
    <removed>
      <filename>activesupport/lib/active_support/vendor/i18n-0.1.3/test/locale/en.rb</filename>
    </removed>
    <removed>
      <filename>activesupport/lib/active_support/vendor/i18n-0.1.3/test/locale/en.yml</filename>
    </removed>
    <removed>
      <filename>activesupport/lib/active_support/vendor/i18n-0.1.3/test/simple_backend_test.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>790c062280c0d23c2033e4983c13d402c0424f2a</id>
    </parent>
  </parents>
  <author>
    <name>Jos&#233; Valim</name>
    <email>jose.valim@gmail.com</email>
  </author>
  <url>http://github.com/rails/rails/commit/83f329f5f30567a10bc96410da230bf986db8ad4</url>
  <id>83f329f5f30567a10bc96410da230bf986db8ad4</id>
  <committed-date>2009-11-09T10:57:53-08:00</committed-date>
  <authored-date>2009-11-09T10:19:47-08:00</authored-date>
  <message>Bundle I18n 0.2.0.</message>
  <tree>4746143e291128f166fd7bd518240522ade6248c</tree>
  <committer>
    <name>Yehuda Katz</name>
    <email>wycats@Yehuda-Katz.local</email>
  </committer>
</commit>
