From c59e85e0f1f2d015a19fbe357982d5aefadc5e3e Mon Sep 17 00:00:00 2001 From: pratamag Date: Mon, 10 Dec 2012 17:21:46 -0800 Subject: [PATCH] Create simple_ruby --- simple_ruby | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 simple_ruby diff --git a/simple_ruby b/simple_ruby new file mode 100644 index 0000000..a906cb2 --- /dev/null +++ b/simple_ruby @@ -0,0 +1,6 @@ +SimpleGit Ruby Library +====================== + +This library calls git commands and returns the output. + +Author : Scott Chacon \ No newline at end of file