bin/railsthemes in railsthemes-1.0.2 vs bin/railsthemes in railsthemes-1.0.3

- old
+ new

@@ -18,9 +18,14 @@ abort 'Please specify a code to install from' unless code Railsthemes::Installer.new.download_from_code code end end + desc "version", "See what version you have installed" + def version + puts Railsthemes::VERSION + end + # AP: other options could include list, remove, help, etc. end Installer.start ARGV