Prep for 0.6.0 release
This commit is contained in:
parent
3bd7266ab9
commit
4081fe5538
|
@ -1,4 +1,4 @@
|
||||||
== 0.6.rc1 / 2009-09-22
|
== 0.6.0 / 2009-11-28
|
||||||
|
|
||||||
REMOVED: Support for Hpricot + REXML as an alternative to Nokogiri.
|
REMOVED: Support for Hpricot + REXML as an alternative to Nokogiri.
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ require "rack"
|
||||||
require "nokogiri"
|
require "nokogiri"
|
||||||
|
|
||||||
module Webrat
|
module Webrat
|
||||||
VERSION = "0.6.rc1"
|
VERSION = "0.6.0"
|
||||||
|
|
||||||
autoload :MechanizeAdapter, "webrat/adapters/mechanize"
|
autoload :MechanizeAdapter, "webrat/adapters/mechanize"
|
||||||
autoload :MerbAdapter, "webrat/adapters/merb"
|
autoload :MerbAdapter, "webrat/adapters/merb"
|
||||||
|
|
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = %q{webrat}
|
s.name = %q{webrat}
|
||||||
s.version = "0.6.rc1"
|
s.version = "0.6.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.authors = ["Bryan Helmkamp"]
|
||||||
s.date = %q{2009-11-15}
|
s.date = %q{2009-11-28}
|
||||||
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