From 1a658a202e421fc3be5dff421f31aff7dd9cc0d8 Mon Sep 17 00:00:00 2001 From: Yasuharu NAKANO Date: Sun, 20 Mar 2011 11:54:16 +0900 Subject: [PATCH] homebrew's formula --- git-now.rb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 git-now.rb diff --git a/git-now.rb b/git-now.rb new file mode 100644 index 0000000..392bdcb --- /dev/null +++ b/git-now.rb @@ -0,0 +1,10 @@ +require 'formula' + +class GitNow < GithubGistFormula + url 'https://gist.github.com/raw/705408/69e8cea56420b74b2e771e883b6291dfe2094d0d/git-now' + md5 '0f442e6c545b8e8fee37217c176b1940' + + def install + bin.install 'git-now' + end +end