lib/bumbler.rb in bumbler-0.1.4 vs lib/bumbler.rb in bumbler-0.2.0

- old
+ new

@@ -1,9 +1,7 @@ module Bumbler - # We can be required twice due to the command line require - VERSION = '0.1.4' unless self.const_defined? :VERSION - autoload :Bundler, 'bumbler/bundler' autoload :Hooks, 'bumbler/hooks' autoload :Progress, 'bumbler/progress' autoload :Stats, 'bumbler/stats' + autoload :VERSION, 'bumbler/version' end