Skip to content

Commit

Permalink
Move i18n to Gemfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Dec 25, 2009
1 parent eb8e627 commit 135d32c
Show file tree
Hide file tree
Showing 15 changed files with 5 additions and 1,345 deletions.
5 changes: 4 additions & 1 deletion Gemfile
Expand Up @@ -6,6 +6,9 @@ gem "rails", "3.0.pre", :path => "railties"
gem lib, '3.0.pre', :path => lib
end

# AS
gem "i18n", ">= 0.3.0"

# AR
gem "arel", "0.2.pre", :git => "git://github.com/rails/arel.git"
gem "sqlite3-ruby", ">= 1.2.5"
Expand All @@ -32,4 +35,4 @@ if ENV['CI']
end
end

disable_system_gems
disable_system_gems
2 changes: 1 addition & 1 deletion activesupport/lib/active_support/vendor.rb
Expand Up @@ -4,7 +4,7 @@ def ActiveSupport.requirable?(file)
$LOAD_PATH.any? { |p| Dir.glob("#{p}/#{file}.*").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 ~> satisfying the requested version first.
Expand Down
20 changes: 0 additions & 20 deletions activesupport/lib/active_support/vendor/i18n-0.1.3/MIT-LICENSE

This file was deleted.

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.

204 changes: 0 additions & 204 deletions activesupport/lib/active_support/vendor/i18n-0.1.3/lib/i18n.rb

This file was deleted.

0 comments on commit 135d32c

Please sign in to comment.