lib/rubigen.rb in rubigen-1.5.6 vs lib/rubigen.rb in rubigen-1.5.7

- old
+ new

@@ -2,10 +2,10 @@ $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__))) require 'active_support/all' module RubiGen - VERSION = '1.5.6' + VERSION = '1.5.7' end require 'rubigen/base' require 'rubigen/lookup' require 'rubigen/commands'