Skip to content

Commit

Permalink
Prep for 0.6.rc1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
brynary committed Sep 22, 2009
1 parent b68c685 commit 194d325
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion History.txt
@@ -1,4 +1,4 @@
== Git
== 0.6.rc1 / 2009-09-22

REMOVED: Support for Hpricot + REXML as an alternative to Nokogiri.

Expand Down
2 changes: 1 addition & 1 deletion lib/webrat.rb
Expand Up @@ -2,7 +2,7 @@
require "nokogiri"

module Webrat
VERSION = "0.6pre"
VERSION = "0.6.rc1"

autoload :MechanizeAdapter, "webrat/adapters/mechanize"
autoload :MerbAdapter, "webrat/adapters/merb"
Expand Down

0 comments on commit 194d325

Please sign in to comment.