aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/activesupport.gemspec
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2011-05-22 13:30:55 +0200
committerJosé Valim <jose.valim@gmail.com>2011-05-22 13:31:19 +0200
commitd5646e842fc0537cc1c16b7887039b14bfaf8292 (patch)
treebf2e7dda750076a41811c24d67f3fc2a42652868 /activesupport/activesupport.gemspec
parent99b5020eb2307dd4f2dc5dbc7ae9d38024176318 (diff)
downloadrails-d5646e842fc0537cc1c16b7887039b14bfaf8292.tar.gz
rails-d5646e842fc0537cc1c16b7887039b14bfaf8292.tar.bz2
rails-d5646e842fc0537cc1c16b7887039b14bfaf8292.zip
Move I18n dependency back to ActiveSupport.
Diffstat (limited to 'activesupport/activesupport.gemspec')
-rw-r--r--activesupport/activesupport.gemspec7
1 files changed, 4 insertions, 3 deletions
diff --git a/activesupport/activesupport.gemspec b/activesupport/activesupport.gemspec
index f6eb2be5ae..1804a0896d 100644
--- a/activesupport/activesupport.gemspec
+++ b/activesupport/activesupport.gemspec
@@ -9,12 +9,13 @@ Gem::Specification.new do |s|
s.required_ruby_version = '>= 1.8.7'
- s.author = 'David Heinemeier Hansson'
- s.email = 'david@loudthinking.com'
- s.homepage = 'http://www.rubyonrails.org'
+ s.author = 'David Heinemeier Hansson'
+ s.email = 'david@loudthinking.com'
+ s.homepage = 'http://www.rubyonrails.org'
s.files = Dir['CHANGELOG', 'README.rdoc', 'lib/**/*']
s.require_path = 'lib'
+ s.add_dependency('i18n', '~> 0.6.0beta1')
s.add_dependency('multi_json', '~> 1.0')
end