Skip to content

Commit

Permalink
Update bundled i18n gem to 0.4.1 to make sure every project will be w…
Browse files Browse the repository at this point in the history
…arn about using deprecated %{..} interpolation.

This will also make sure that by changing {{..}} into %{..} won't break any Rails 2.3.x application, since it would load the vendored version if it's not satisfy the version requirement.

Signed-off-by: José Valim <jose.valim@gmail.com>
  • Loading branch information
sikachu authored and josevalim committed Jun 20, 2010
1 parent 08302d2 commit 54a5088
Show file tree
Hide file tree
Showing 110 changed files with 5,141 additions and 517 deletions.
4 changes: 2 additions & 2 deletions activesupport/lib/active_support/vendor.rb
Expand Up @@ -21,9 +21,9 @@
end

begin
gem 'i18n', '>= 0.3.3'
gem 'i18n', '>= 0.4.1'
rescue Gem::LoadError
$:.unshift "#{File.dirname(__FILE__)}/vendor/i18n-0.3.7"
$:.unshift "#{File.dirname(__FILE__)}/vendor/i18n-0.4.1"
end
require 'i18n'

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 54a5088

Please sign in to comment.