lib/bundler.rb in bundler-0.9.6 vs lib/bundler.rb in bundler-0.9.7

- old
+ new

@@ -2,10 +2,10 @@ require 'pathname' require 'yaml' require 'bundler/rubygems-ext' module Bundler - VERSION = "0.9.6" + VERSION = "0.9.7" autoload :Definition, 'bundler/definition' autoload :Dependency, 'bundler/dependency' autoload :Dsl, 'bundler/dsl' autoload :Environment, 'bundler/environment'