0
0
Fork 0

added rack as a dependency

This commit is contained in:
Gibheer 2012-10-11 06:37:23 +02:00
parent 1de40f7877
commit e8cb2290e2
3 changed files with 26 additions and 2 deletions

View File

@ -1,2 +1,3 @@
source :rubygems
gemfile
gemspec

View File

@ -1,8 +1,28 @@
PATH
remote: .
specs:
zero (0.0.1)
rack
GEM
remote: http://rubygems.org/
specs:
diff-lcs (1.1.3)
rack (1.4.1)
rspec (2.11.0)
rspec-core (~> 2.11.0)
rspec-expectations (~> 2.11.0)
rspec-mocks (~> 2.11.0)
rspec-core (2.11.1)
rspec-expectations (2.11.3)
diff-lcs (~> 1.1.3)
rspec-mocks (2.11.3)
thor (0.16.0)
PLATFORMS
ruby
DEPENDENCIES
rspec
thor
zero!

View File

@ -17,5 +17,8 @@ Gem::Specification.new do |s|
s.rubygems_version = '1.8.24'
s.add_runtime_dependency('rack')
s.add_dependency('rack')
s.add_development_dependency('thor')
s.add_development_dependency('rspec')
end