Re-introduce VERSION constant, but don't make it dependent on the VERSION file

This commit is contained in:
Bryan Helmkamp 2009-09-07 13:25:33 -04:00
parent 756a0c62ba
commit ad06a777fb
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@ require "rack"
require "nokogiri"
module Webrat
VERSION = "0.6pre"
autoload :MechanizeAdapter, "webrat/adapters/mechanize"
autoload :MerbAdapter, "webrat/adapters/merb"
autoload :RackAdapter, "webrat/adapters/rack"