Skip to content

Commit

Permalink
Bumping version to prerelease until next official release
Browse files Browse the repository at this point in the history
  • Loading branch information
noahd1 committed Jan 18, 2010
1 parent d73eca7 commit 0387d9e
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.0"
VERSION = "0.7.1.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.0"
s.version = "0.7.1.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-01-17}
s.description = %q{Webrat lets you quickly write expressive and robust acceptance tests
Expand Down

0 comments on commit 0387d9e

Please sign in to comment.