Prep for 0.4.5 release

This commit is contained in:
Bryan Helmkamp 2009-08-10 20:01:06 -04:00
parent 8a81f16e44
commit 796318d1ed
2 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,4 @@
== 0.4.5 / ?
== 0.4.5 / 2009-08-10
* Major enhancements

View File

@ -7,8 +7,6 @@ module Webrat
class WebratError < StandardError
end
VERSION = '0.4.4'
def self.require_xml
if on_java?
gem "nokogiri", ">= 1.2.4"