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 Jan 9, 2012
1 parent 8e668bf commit c2a0b0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.3"
s.version = "0.4.4"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Joseph Ruscio"]
s.date = "2012-01-03"
s.date = "2012-01-09"
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 All @@ -32,7 +32,7 @@ Gem::Specification.new do |s|
s.homepage = "http://github.com/josephruscio/rack-test-rest"
s.licenses = ["MIT"]
s.require_paths = ["lib"]
s.rubygems_version = "1.8.12"
s.rubygems_version = "1.8.10"
s.summary = "Abstractions for testing RESTful API's with rack-test and Test::Unit."
s.test_files = [
"test/helper.rb",
Expand Down

0 comments on commit c2a0b0d

Please sign in to comment.