Explicitly depend on thor ~>0.14.4 so we can get() HTTPS urls

This commit is contained in:
Andre Arko
2010-11-04 10:17:07 -07:00
parent d5cbb3b8f3
commit 74718bc011
2 changed files with 11 additions and 7 deletions

View File

@@ -1,8 +1,9 @@
PATH
remote: .
specs:
jquery-rails (0.2.3)
jquery-rails (0.2.4)
rails (~> 3.0)
thor (~> 0.14.4)
GEM
remote: http://rubygems.org/
@@ -41,11 +42,12 @@ GEM
crack (0.1.8)
erubis (2.6.6)
abstract (>= 1.0.0)
i18n (0.4.1)
mail (2.2.7)
i18n (0.4.2)
mail (2.2.9)
activesupport (>= 2.3.6)
mime-types
treetop (>= 1.4.5)
i18n (~> 0.4.1)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.16)
polyglot (0.3.1)
rack (1.2.1)
@@ -67,8 +69,8 @@ GEM
rake (>= 0.8.4)
thor (~> 0.14.0)
rake (0.8.7)
rspec (1.3.0)
thor (0.14.3)
rspec (1.3.1)
thor (0.14.4)
treetop (1.4.8)
polyglot (>= 0.3.1)
tzinfo (0.3.23)
@@ -84,4 +86,5 @@ DEPENDENCIES
jquery-rails!
rails (~> 3.0)
rspec (~> 1.3)
thor (~> 0.14.4)
webmock (~> 1.4.0)

View File

@@ -15,6 +15,7 @@ Gem::Specification.new do |s|
s.rubyforge_project = "jquery-rails"
s.add_dependency "rails", "~> 3.0"
s.add_dependency "thor", "~>0.14.4"
s.add_development_dependency "bundler", "~> 1.0.0"
s.add_development_dependency "rspec", "~> 1.3"
s.add_development_dependency "webmock", "~> 1.4.0"