Skip to content

Commit

Permalink
Re-introduce VERSION constant, but don't make it dependent on the VER…
Browse files Browse the repository at this point in the history
…SION file
  • Loading branch information
brynary committed Sep 7, 2009
1 parent 756a0c6 commit ad06a77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/webrat.rb
Expand Up @@ -2,6 +2,8 @@
require "nokogiri"

module Webrat
VERSION = "0.6pre"

autoload :MechanizeAdapter, "webrat/adapters/mechanize"
autoload :MerbAdapter, "webrat/adapters/merb"
autoload :RackAdapter, "webrat/adapters/rack"
Expand Down

0 comments on commit ad06a77

Please sign in to comment.