lib/bundler.rb in bundler-0.9.11 vs lib/bundler.rb in bundler-0.9.12

- old
+ new

@@ -2,11 +2,11 @@ require 'pathname' require 'yaml' require 'bundler/rubygems_ext' module Bundler - VERSION = "0.9.11" + VERSION = "0.9.12" autoload :Definition, 'bundler/definition' autoload :Dependency, 'bundler/dependency' autoload :Dsl, 'bundler/dsl' autoload :Environment, 'bundler/environment' @@ -15,9 +15,10 @@ autoload :RemoteSpecification, 'bundler/remote_specification' autoload :Resolver, 'bundler/resolver' autoload :Runtime, 'bundler/runtime' autoload :Settings, 'bundler/settings' autoload :SharedHelpers, 'bundler/shared_helpers' + autoload :SpecSet, 'bundler/spec_set' autoload :Source, 'bundler/source' autoload :Specification, 'bundler/specification' autoload :UI, 'bundler/ui' class BundlerError < StandardError