Skip to content

Commit

Permalink
Bumping version to prerelease until next release
Browse files Browse the repository at this point in the history
  • Loading branch information
brynary committed Apr 27, 2010
1 parent 312c175 commit 8f637e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/webrat.rb
Expand Up @@ -2,7 +2,7 @@
require "nokogiri"

module Webrat
VERSION = "0.7.1"
VERSION = "0.7.2.pre"

autoload :MechanizeAdapter, "webrat/adapters/mechanize"
autoload :MerbAdapter, "webrat/adapters/merb"
Expand Down
4 changes: 2 additions & 2 deletions webrat.gemspec
Expand Up @@ -2,9 +2,9 @@

Gem::Specification.new do |s|
s.name = %q{webrat}
s.version = "0.7.1"
s.version = "0.7.2.pre"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
s.authors = ["Bryan Helmkamp"]
s.date = %q{2010-04-26}
s.description = %q{Webrat lets you quickly write expressive and robust acceptance tests
Expand Down

2 comments on commit 8f637e6

@jpartogi
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does making webrat to work with Rails 3 part of 0.7.2 ?

@djanowski
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@scrum8: could you provide a failing test case for a Rails 3 app? That would help. Thanks!

Please sign in to comment.