lib/gemstone.rb in gemstone-0.1 vs lib/gemstone.rb in gemstone-0.2
- old
+ new
@@ -1,10 +1,10 @@
require 'erb'
require 'fileutils'
module GemStone
- VERSION = '0.1'
+ VERSION = '0.2'
class MissingOption < Exception; end
class CLI
\ No newline at end of file