Prep for 0.6.rc1 release

This commit is contained in:
Bryan Helmkamp 2009-09-22 12:41:57 -04:00
parent b68c6859e8
commit 194d3250cc
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
== Git
== 0.6.rc1 / 2009-09-22
REMOVED: Support for Hpricot + REXML as an alternative to Nokogiri.

View File

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