Sha256: e8cbd991feae3ed3e62c2b6acc5b839a2d6eff46c2633e9dba6e15161e6423b1
Contents?: true
Size: 296 Bytes
Versions: 1
Compression:
Stored size: 296 Bytes
Contents
module Bumbler # We can be required twice due to the command line require VERSION = '0.1.3' unless self.const_defined? :VERSION autoload :Bundler, 'bumbler/bundler' autoload :Hooks, 'bumbler/hooks' autoload :Progress, 'bumbler/progress' autoload :Stats, 'bumbler/stats' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bumbler-0.1.3 | lib/bumbler.rb |