source 'https://rubygems.org'

gemspec

# This here to make sure appraisal works with Rails 3.0.0.
gem 'thor', '~> 0.14.0'

if RUBY_VERSION < "1.9"
  gem "i18n", "~> 0.6.0"
  gem "activesupport", "~> 3.2.21"
end
