diff --git a/.ruby-version b/.ruby-version new file mode 100644 index 0000000..8274681 --- /dev/null +++ b/.ruby-version @@ -0,0 +1 @@ +ruby-2.2.3 diff --git a/Contributors b/Contributors index 0166c16..3400da6 100644 --- a/Contributors +++ b/Contributors @@ -1,2 +1,2 @@ Christian van der Leeden [http://github.com/next2you] -Renée De Voursney [https://github.com/reneedv] +Renée Hendricksen [https://github.com/reneedv] diff --git a/bin/grb b/bin/grb index 2de6b74..cf472c2 100755 --- a/bin/grb +++ b/bin/grb @@ -17,7 +17,7 @@ abort('Version: ' + File.read(File.expand_path("../../VERSION",__FILE__))) if AR EXPLAIN = ARGV.delete('--explain') || ARGV.delete('-e') opt = { - :command => ARGV[0] || 'push', + :command => ARGV[0] || '--help', :branch => branch = (ARGV[1] || Grb.get_current_branch), :branch_ => ARGV[2] || branch, }