Prep for the 0.3.2 release

This commit is contained in:
Bryan Helmkamp 2008-11-08 21:38:56 -05:00
parent 0aad32d38a
commit 859a15b8d8
2 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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