Skip to content

Commit

Permalink
Prep for 0.7.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
brynary committed Jan 2, 2011
1 parent 8e1ae16 commit 8947ea8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions History.txt
@@ -1,3 +1,13 @@
== 0.7.3 / 2011-01-01

* Minor enhancements

* Use Selenium's eval_css to work with cssQuery and Sizzle (Santiago Suarez Ordoñez)

== 0.7.2 / 2010-10-19

* TODO: Fill in from git history

== 0.7.1 / 2010-04-26

* Minor enhancements
Expand Down
2 changes: 1 addition & 1 deletion lib/webrat.rb
Expand Up @@ -2,7 +2,7 @@
require "nokogiri"

module Webrat
VERSION = "0.7.2"
VERSION = "0.7.3"

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

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

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Bryan Helmkamp"]
s.date = %q{2010-10-19}
s.date = %q{2011-01-01}
s.description = %q{Webrat lets you quickly write expressive and robust acceptance tests
for a Ruby web application. It supports simulating a browser inside
a Ruby process to avoid the performance hit and browser dependency of
Expand Down

0 comments on commit 8947ea8

Please sign in to comment.