Prep fr 0.5.3 release
This commit is contained in:
parent
78d892d040
commit
66d60b25f6
|
@ -1,4 +1,4 @@
|
||||||
== 0.5.2 / 2009-08-27
|
== 0.5.3 / 2009-08-27
|
||||||
|
|
||||||
* Minor enhancements
|
* Minor enhancements
|
||||||
|
|
||||||
|
|
|
@ -5,11 +5,11 @@
|
||||||
|
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = %q{webrat}
|
s.name = %q{webrat}
|
||||||
s.version = "0.5.1"
|
s.version = "0.5.3"
|
||||||
|
|
||||||
s.required_rubygems_version = Gem::Requirement.new(">= 0") 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.authors = ["Bryan Helmkamp"]
|
||||||
s.date = %q{2009-08-18}
|
s.date = %q{2009-08-27}
|
||||||
s.description = %q{Webrat lets you quickly write expressive and robust acceptance tests
|
s.description = %q{Webrat lets you quickly write expressive and robust acceptance tests
|
||||||
for a Ruby web application. It supports simulating a browser inside
|
for a Ruby web application. It supports simulating a browser inside
|
||||||
a Ruby process to avoid the performance hit and browser dependency of
|
a Ruby process to avoid the performance hit and browser dependency of
|
||||||
|
|
Loading…
Reference in New Issue