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 9a5fcfd commit 7651d48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sinatra-test-helper.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-test-helper"
s.version = "0.4.0"
s.version = "0.4.1"
s.description = "Test helper for Sinatra (part of BigBand)."

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

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

0 comments on commit 7651d48

Please sign in to comment.