lib/bundler.rb in bundler-0.9.9 vs lib/bundler.rb in bundler-0.9.10

- old
+ new

@@ -2,10 +2,10 @@ require 'pathname' require 'yaml' require 'bundler/rubygems_ext' module Bundler - VERSION = "0.9.9" + VERSION = "0.9.10" autoload :Definition, 'bundler/definition' autoload :Dependency, 'bundler/dependency' autoload :Dsl, 'bundler/dsl' autoload :Environment, 'bundler/environment'