Re-introduce VERSION constant, but don't make it dependent on the VERSION file
This commit is contained in:
parent
756a0c62ba
commit
ad06a777fb
|
@ -2,6 +2,8 @@ require "rack"
|
||||||
require "nokogiri"
|
require "nokogiri"
|
||||||
|
|
||||||
module Webrat
|
module Webrat
|
||||||
|
VERSION = "0.6pre"
|
||||||
|
|
||||||
autoload :MechanizeAdapter, "webrat/adapters/mechanize"
|
autoload :MechanizeAdapter, "webrat/adapters/mechanize"
|
||||||
autoload :MerbAdapter, "webrat/adapters/merb"
|
autoload :MerbAdapter, "webrat/adapters/merb"
|
||||||
autoload :RackAdapter, "webrat/adapters/rack"
|
autoload :RackAdapter, "webrat/adapters/rack"
|
||||||
|
|
Loading…
Reference in New Issue