From 194d3250cc38e61439d45255b6a7da5bf2bc8ded Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Tue, 22 Sep 2009 12:41:57 -0400 Subject: [PATCH] Prep for 0.6.rc1 release --- History.txt | 2 +- lib/webrat.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"