Skip to content

Commit

Permalink
Prep for 0.5.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
brynary committed Jan 2, 2011
1 parent d746947 commit 2add7d8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion History.txt
@@ -1,4 +1,4 @@
== Git
== 0.5.7 / 2011-01-01

* Bug fixes

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.6"
VERSION = "0.5.7"

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

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

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Bryan Helmkamp"]
s.date = %q{2010-09-25}
s.date = %q{2011-01-01}
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

0 comments on commit 2add7d8

Please sign in to comment.