Bump version number to 0.4.0
This commit is contained in:
parent
2b38b78724
commit
bbf6cf06c2
|
@ -7,7 +7,7 @@ module Webrat
|
||||||
class WebratError < StandardError
|
class WebratError < StandardError
|
||||||
end
|
end
|
||||||
|
|
||||||
VERSION = '0.3.999.1'
|
VERSION = '0.4.0'
|
||||||
|
|
||||||
def self.require_xml
|
def self.require_xml
|
||||||
gem "nokogiri", ">= 1.0.6"
|
gem "nokogiri", ">= 1.0.6"
|
||||||
|
|
Loading…
Reference in New Issue