bin/pave in pave-0.0.10 vs bin/pave in pave-0.0.11
- old
+ new
@@ -21,9 +21,10 @@
when :update then update_gem
when :help then show_help
when :virtualhost then info "`virtualhost` command not implemented yet."
when :dbcreate then info "`dbcreate` command not implemented yet."
when :db then info "`db` command not implemented yet."
+ when :version then info "pave version #{Pave::VERSION} - by Jamon Holmgren"
else show_help
end
0 # Good!
end