add i18n to gemspec

This commit is contained in:
Javan Makhmali 2011-06-19 10:28:54 -04:00
parent 89c9148383
commit 1f58338d6b

View File

@ -22,4 +22,10 @@ Gem::Specification.new do |s|
s.add_development_dependency "shoulda", ">= 2.1.1"
s.add_development_dependency "mocha", ">= 0.9.5"
s.add_development_dependency "rake"
# I'm not sure why this isn't installed along with activesupport,
# but for whatever reason running `bundle install` doesn't install
# i18n so I'm adding it here for now.
# https://github.com/rails/rails/blob/master/activesupport/activesupport.gemspec#L19 ?
s.add_development_dependency "i18"
end