diff --git a/History.txt b/History.txt index 8ef3c5a..ea24c9e 100644 --- a/History.txt +++ b/History.txt @@ -1,4 +1,4 @@ -== Git +== 0.6.rc1 / 2009-09-22 REMOVED: Support for Hpricot + REXML as an alternative to Nokogiri. diff --git a/lib/webrat.rb b/lib/webrat.rb index 040caf8..ab9a993 100644 --- a/lib/webrat.rb +++ b/lib/webrat.rb @@ -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"