Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rkh committed Apr 15, 2010
1 parent 4b29b65 commit e09d356
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions sinatra-more-server.gemspec
Expand Up @@ -2,13 +2,11 @@ SPEC = Gem::Specification.new do |s|

# Get the facts.
s.name = "sinatra-more-server"
s.version = "0.4.0.a"
s.version = "0.4.0"
s.description = "Adds more server to Sinatra::Base#run! (part of BigBand)."

# BigBand depedencies
s.add_dependency "monkey-lib", s.version
s.add_dependency "sinatra-sugar", s.version
s.add_development_dependency "sinatra-test-helper", s.version
s.add_development_dependency "sinatra-test-helper", "~> 0.4.0"

# External dependencies
s.add_dependency "sinatra", ">= 0.9.4"
Expand Down

0 comments on commit e09d356

Please sign in to comment.