1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

Update rack gem dependency to allow rack 1.0

This commit is contained in:
Rein Henrichs 2009-04-08 21:58:46 -04:00 committed by Ryan Tomayko
parent 310fb9bbb7
commit 43a496e922

View file

@ -103,7 +103,7 @@ Gem::Specification.new do |s|
s.test_files = s.files.select {|path| path =~ /^test\/.*_test.rb/} s.test_files = s.files.select {|path| path =~ /^test\/.*_test.rb/}
s.extra_rdoc_files = %w[README.rdoc LICENSE] s.extra_rdoc_files = %w[README.rdoc LICENSE]
s.add_dependency 'rack', '>= 0.9.1', '< 1.0' s.add_dependency 'rack', '>= 0.9.1'
s.add_development_dependency 'shotgun', '>= 0.2', '< 1.0' s.add_development_dependency 'shotgun', '>= 0.2', '< 1.0'
s.has_rdoc = true s.has_rdoc = true