Prep for 0.4.1 release
This commit is contained in:
parent
d9de0c4e78
commit
e5ae16367c
|
@ -1,4 +1,4 @@
|
||||||
== Git
|
== 0.4.1 / 2009-01-31
|
||||||
|
|
||||||
* Minor enhancements
|
* Minor enhancements
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ module Webrat
|
||||||
class WebratError < StandardError
|
class WebratError < StandardError
|
||||||
end
|
end
|
||||||
|
|
||||||
VERSION = '0.4.0'
|
VERSION = '0.4.1'
|
||||||
|
|
||||||
def self.require_xml
|
def self.require_xml
|
||||||
gem "nokogiri", ">= 1.0.6"
|
gem "nokogiri", ">= 1.0.6"
|
||||||
|
|
Loading…
Reference in New Issue