Prep for 0.4.5 release
This commit is contained in:
parent
8a81f16e44
commit
796318d1ed
|
@ -1,4 +1,4 @@
|
||||||
== 0.4.5 / ?
|
== 0.4.5 / 2009-08-10
|
||||||
|
|
||||||
* Major enhancements
|
* Major enhancements
|
||||||
|
|
||||||
|
|
|
@ -7,8 +7,6 @@ module Webrat
|
||||||
class WebratError < StandardError
|
class WebratError < StandardError
|
||||||
end
|
end
|
||||||
|
|
||||||
VERSION = '0.4.4'
|
|
||||||
|
|
||||||
def self.require_xml
|
def self.require_xml
|
||||||
if on_java?
|
if on_java?
|
||||||
gem "nokogiri", ">= 1.2.4"
|
gem "nokogiri", ">= 1.2.4"
|
||||||
|
|
Loading…
Reference in New Issue