lib/gemstone.rb in gemstone-0.4 vs lib/gemstone.rb in gemstone-0.4.1

- old
+ new

@@ -1,10 +1,10 @@ require 'erb' require 'fileutils' module GemStone - VERSION = '0.4' + VERSION = '0.4.1' class MissingOption < Exception; end class CLI \ No newline at end of file