lib/rib.rb in rib-0.9.5.pre.0 vs lib/rib.rb in rib-0.9.5.pre.1
- old
+ new
@@ -1,8 +1,10 @@
require 'rib/shell'
module Rib
+ autoload :VERSION, 'rib/version'
+
module_function
# All default Rib configs, would be passed to Shell.new in Rib.shell,
# but calling Shell.new directly won't bring this in.
def config
@config ||= {:config => File.join(home, 'config.rb'), :name => 'rib'}