Skip to content

Commit

Permalink
Prep for v0.5.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
brynary committed Sep 26, 2010
1 parent ca19a0d commit 40cdb7e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion History.txt
@@ -1,6 +1,6 @@
== Git

* Bug fixes
== 0.5.6 / 2010-09-25

* Use parse_nested_query for parsing URI like Rack does (Eugene Bolshakov)
* Don't depend on ActiveSupport extension to String (Bryan Helmkamp)
Expand Down
2 changes: 1 addition & 1 deletion lib/rack/test.rb
Expand Up @@ -9,7 +9,7 @@

module Rack
module Test
VERSION = "0.5.5"
VERSION = "0.5.6"

DEFAULT_HOST = "example.org"
MULTIPART_BOUNDARY = "----------XnJLe9ZIbbGUYtzPQJ16u1"
Expand Down
6 changes: 2 additions & 4 deletions rack-test.gemspec
Expand Up @@ -2,11 +2,11 @@

Gem::Specification.new do |s|
s.name = %q{rack-test}
s.version = "0.5.5"
s.version = "0.5.6"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Bryan Helmkamp"]
s.date = %q{2010-09-22}
s.date = %q{2010-09-25}
s.description = %q{Rack::Test is a small, simple testing API for Rack apps. It can be used on its
own or as a reusable starting point for Web frameworks and testing libraries
to build on. Most of its initial functionality is an extraction of Merb 1.0's
Expand Down Expand Up @@ -44,7 +44,6 @@ request helpers feature.}
"spec/rack/test/utils_spec.rb",
"spec/rack/test_spec.rb",
"spec/spec_helper.rb",
"spec/support/core_ext/string.rb",
"spec/support/matchers/body.rb",
"spec/support/matchers/challenge.rb"
]
Expand All @@ -61,7 +60,6 @@ request helpers feature.}
"spec/rack/test/utils_spec.rb",
"spec/rack/test_spec.rb",
"spec/spec_helper.rb",
"spec/support/core_ext/string.rb",
"spec/support/matchers/body.rb",
"spec/support/matchers/challenge.rb"
]
Expand Down

0 comments on commit 40cdb7e

Please sign in to comment.