Allow Thor 0.15 and 1.0, to be released shortly

This commit is contained in:
tomhuda 2012-04-28 15:55:58 -07:00
Родитель 86559bebf2
Коммит 7dc83f7823
1 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -21,8 +21,12 @@ Gem::Specification.new do |s|
s.rdoc_options << '--exclude' << '.'
s.add_dependency('rake', '>= 0.8.7')
s.add_dependency('thor', '~> 0.14.6')
s.add_dependency('rack-ssl', '~> 1.3.2')
# The current API of the Thor gem (0.14) will remain stable at least until Thor 2.0. Because
# Thor is so heavily used by other gems, we will accept Thor's semver guarantee to reduce
# the possibility of conflicts.
s.add_dependency('thor', '>= 0.14.6', '< 2.0')
s.add_dependency('rdoc', '~> 3.4')
s.add_dependency('activesupport', version)
s.add_dependency('actionpack', version)