Skip to content

Commit

Permalink
update gemspec for release
Browse files Browse the repository at this point in the history
  • Loading branch information
josephruscio committed Mar 13, 2012
1 parent 6fa1d4a commit 2304bc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rack-test-rest.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = "rack-test-rest"
s.version = "0.4.4"
s.version = "0.4.5"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Joseph Ruscio"]
s.date = "2012-01-09"
s.date = "2012-03-13"
s.description = "rack-test-rest is an extension to rack-test that when combined with Test::Unit simplifies the process of unit testing properly designed RESTful API's."
s.email = "[email protected]"
s.extra_rdoc_files = [
Expand Down

0 comments on commit 2304bc9

Please sign in to comment.