Prep for 0.6.0 release

This commit is contained in:
Bryan Helmkamp 2009-11-28 00:18:58 -05:00
parent 3bd7266ab9
commit 4081fe5538
3 changed files with 5 additions and 5 deletions

View File

@ -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.

View File

@ -2,7 +2,7 @@ require "rack"
require "nokogiri"
module Webrat
VERSION = "0.6.rc1"
VERSION = "0.6.0"
autoload :MechanizeAdapter, "webrat/adapters/mechanize"
autoload :MerbAdapter, "webrat/adapters/merb"

View File

@ -2,11 +2,11 @@
Gem::Specification.new do |s|
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.date = %q{2009-11-15}
s.date = %q{2009-11-28}
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