aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/vendor.rb
diff options
context:
space:
mode:
authorMichael S. Klishin <michael@novemberain.com>2008-12-28 23:47:55 +0300
committerMichael S. Klishin <michael@novemberain.com>2008-12-28 23:48:18 +0300
commitbdba0b9a7a2e3a593e44a64b38c31fa05ac0260c (patch)
tree4e924a3e0361dd6eb7eec8009162878fab9b3a65 /activesupport/lib/active_support/vendor.rb
parent2b8750eba439c4b829b2e8172a1edc0dfa9c532b (diff)
parent3b92b141fd0759476690a174d5e2f8f0f2d9f1b7 (diff)
downloadrails-bdba0b9a7a2e3a593e44a64b38c31fa05ac0260c.tar.gz
rails-bdba0b9a7a2e3a593e44a64b38c31fa05ac0260c.tar.bz2
rails-bdba0b9a7a2e3a593e44a64b38c31fa05ac0260c.zip
Sync i18n update from rails/rails/master
Diffstat (limited to 'activesupport/lib/active_support/vendor.rb')
-rw-r--r--activesupport/lib/active_support/vendor.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/activesupport/lib/active_support/vendor.rb b/activesupport/lib/active_support/vendor.rb
index 4525bba559..3d7d52ca71 100644
--- a/activesupport/lib/active_support/vendor.rb
+++ b/activesupport/lib/active_support/vendor.rb
@@ -22,8 +22,8 @@ end
# TODO I18n gem has not been released yet
# begin
-# gem 'i18n', '~> 0.0.1'
+# gem 'i18n', '~> 0.1.1'
# rescue Gem::LoadError
- $:.unshift "#{File.dirname(__FILE__)}/vendor/i18n-0.0.1"
+ $:.unshift "#{File.dirname(__FILE__)}/vendor/i18n-0.1.1/lib"
require 'i18n'
# end