Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update vendored i18n gem to 0.3.3 [#3492 status:resolved]
Signed-off-by: José Valim <jose.valim@gmail.com>
  • Loading branch information
sikachu authored and josevalim committed Jan 21, 2010
1 parent ef10988 commit 652bdeb
Show file tree
Hide file tree
Showing 98 changed files with 5,585 additions and 1,005 deletions.
4 changes: 2 additions & 2 deletions activesupport/lib/active_support/vendor.rb
Expand Up @@ -21,8 +21,8 @@
end

begin
gem 'i18n', '>= 0.1.3'
gem 'i18n', '>= 0.3.3'
rescue Gem::LoadError
$:.unshift "#{File.dirname(__FILE__)}/vendor/i18n-0.1.3/lib"
$:.unshift "#{File.dirname(__FILE__)}/vendor/i18n-0.3.3/lib"
end
require 'i18n'
20 changes: 0 additions & 20 deletions activesupport/lib/active_support/vendor/i18n-0.1.3/README.textile

This file was deleted.

5 changes: 0 additions & 5 deletions activesupport/lib/active_support/vendor/i18n-0.1.3/Rakefile

This file was deleted.

27 changes: 0 additions & 27 deletions activesupport/lib/active_support/vendor/i18n-0.1.3/i18n.gemspec

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 652bdeb

Please sign in to comment.