Skip to content

Commit

Permalink
Releasing v 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
noahd1 committed Jan 18, 2010
1 parent 8d2fa24 commit d73eca7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions History.txt
@@ -1,3 +1,5 @@
== 0.7.0 / 2010-01-17

* Major enhancements

* Upgrade bundled Selenium server JAR to 2.0a1 (Henry Poydar and Jake Scruggs)
Expand Down
2 changes: 1 addition & 1 deletion lib/webrat.rb
Expand Up @@ -2,7 +2,7 @@
require "nokogiri"

module Webrat
VERSION = "0.6.1.pre"
VERSION = "0.7.0"

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.6.1.pre"
s.version = "0.7.0"

s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
s.required_rubygems_version = Gem::Requirement.new(">= 0") 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 d73eca7

Please sign in to comment.