lib/bundler.rb in bundler-0.9.12 vs lib/bundler.rb in bundler-0.9.13
- old
+ new
@@ -2,10 +2,10 @@
require 'pathname'
require 'yaml'
require 'bundler/rubygems_ext'
module Bundler
- VERSION = "0.9.12"
+ VERSION = "0.9.13"
autoload :Definition, 'bundler/definition'
autoload :Dependency, 'bundler/dependency'
autoload :Dsl, 'bundler/dsl'
autoload :Environment, 'bundler/environment'