Skip to content

Commit

Permalink
v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rkh committed Apr 15, 2010
1 parent 66aa226 commit ce757b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sinatra-sugar.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ SPEC = Gem::Specification.new do |s|

# Get the facts.
s.name = "sinatra-sugar"
s.version = "0.4.0"
s.version = "0.4.1"
s.description = "Some extensions to the sinatra default behavior (usefull for other Sintatra extensions, part of BigBand)."

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

# External dependencies
s.add_dependency "sinatra", ">= 0.9.4" # works fine with 1.0!
Expand Down

0 comments on commit ce757b9

Please sign in to comment.