lib/bundler/version.rb
module Bundler # We're doing this because we might write tests that deal # with other versions of bundler and we are unsure how to # handle this better. VERSION = "1.0.0.rc.3" unless defined?(::Bundler::VERSION) end
module Bundler # We're doing this because we might write tests that deal # with other versions of bundler and we are unsure how to # handle this better. VERSION = "1.0.0.rc.3" unless defined?(::Bundler::VERSION) end