Skip to content

Commit

Permalink
Cleanup gemspec & remove BigBang mention
Browse files Browse the repository at this point in the history
  • Loading branch information
j15e committed Mar 18, 2013
1 parent c020bed commit c01762d
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions sinatra-advanced-routes.gemspec
@@ -1,19 +1,14 @@
SPEC = Gem::Specification.new do |s|

# Get the facts.
s.name = "sinatra-advanced-routes"
s.version = "0.5.2"
s.description = "Make Sinatra routes first class objects (part of BigBand)."
s.description = "Make Sinatra routes first class objects."

# BigBand depedencies
s.add_dependency "sinatra", "~> 1.0"
s.add_development_dependency "rspec", ">= 1.3.0"
s.add_development_dependency 'rack-test'
s.add_development_dependency 'rake'
s.add_development_dependency 'sinatra-contrib'

# External dependencies
s.add_dependency "sinatra", "~> 1.0"
s.add_development_dependency "rspec", ">= 1.3.0"

# Those should be about the same in any BigBand extension.
s.authors = ["Konstantin Haase"]
s.email = "konstantin.mailinglists@googlemail.com"
Expand Down

0 comments on commit c01762d

Please sign in to comment.