lib/relish/command.rb in relish-0.0.9 vs lib/relish/command.rb in relish-0.1.0

- old
+ new

@@ -1,11 +1,12 @@ require 'relish' require 'relish/helpers' require 'relish/commands/base' -require 'relish/commands/push' +require 'relish/commands/collab' require 'relish/commands/config' -require 'relish/commands/projects' require 'relish/commands/help' +require 'relish/commands/projects' +require 'relish/commands/push' module Relish module Command class << self \ No newline at end of file