From 859a15b8d8f6253183986caf832477bacf7dcc9a Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Sat, 8 Nov 2008 21:38:56 -0500 Subject: [PATCH] Prep for the 0.3.2 release --- History.txt | 8 +++++++- lib/webrat.rb | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/History.txt b/History.txt index abd0d4e..505f58d 100644 --- a/History.txt +++ b/History.txt @@ -1,4 +1,10 @@ -== Trunk +== 0.3.2 / 2008-11-08 + +* Minor enhancements + + * Fixes behavior or have_tag when a block is passed. It passes the matched node(s) to the block for further specs again. (Carl Lerche) + +== 0.3.1 / 2008-11-07 * Minor enhancements diff --git a/lib/webrat.rb b/lib/webrat.rb index 84a51d1..926e8ae 100644 --- a/lib/webrat.rb +++ b/lib/webrat.rb @@ -3,7 +3,7 @@ require "rubygems" $LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__))) unless $LOAD_PATH.include?(File.expand_path(File.dirname(__FILE__))) module Webrat - VERSION = '0.3.1' + VERSION = '0.3.2' def self.root #:nodoc: defined?(RAILS_ROOT) ? RAILS_ROOT : Merb.root