lib/rubysmith/identity.rb in rubysmith-0.1.1 vs lib/rubysmith/identity.rb in rubysmith-0.2.0

- old
+ new

@@ -2,10 +2,10 @@ module Rubysmith module Identity NAME = "rubysmith" LABEL = "Rubysmith" - VERSION = "0.1.1" + VERSION = "0.2.0" VERSION_LABEL = "#{LABEL} #{VERSION}" SUMMARY = "A command line interface for smithing Ruby projects." end end