From 5efede55030f6ab41e24d8af547f03c21cb01c32 Mon Sep 17 00:00:00 2001 From: Motonori Iwata Date: Mon, 17 Oct 2011 23:13:51 +0900 Subject: [PATCH] add commiters --- README.mdown | 6 +++++- git-now.rb | 6 +++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.mdown b/README.mdown index f9b631b..8eac906 100644 --- a/README.mdown +++ b/README.mdown @@ -58,5 +58,9 @@ See also * [An original git-now idea](http://d.hatena.ne.jp/sinsoku/20101208/1291770514) (by [Toshiyuki Kawanishi](https://github.com/toshi-kawanishi)) * [Installation with homebrew](http://d.hatena.ne.jp/nobeans/20110322/1300776839) (by [Yasuharu NAKANO](https://github.com/nobeans)) * [Referred to shell scripts](https://github.com/nvie/gitflow) (by [Vincent Driessen](https://github.com/nvie)) +* [Write the RPM spec](http://d.hatena.ne.jp/kazuhisya/20110704/1309783736) (by [Kazuhisa Hara](https://github.com/kazuhisya)) - +Special thanks +--------------- + * [MIZUNO Hiroki](https://github.com/mzp) + * [todesking](https://github.com/todesking) diff --git a/git-now.rb b/git-now.rb index aa28aec..7a82d28 100644 --- a/git-now.rb +++ b/git-now.rb @@ -1,8 +1,8 @@ require 'formula' class GitNow < Formula - url 'https://github.com/iwata/git-now.git', :tag => 'v0.0.5.1' - version '0.0.5.1' + url 'https://github.com/iwata/git-now.git', :tag => 'v0.0.6.0' + version '0.0.6.0' head 'https://github.com/iwata/git-now.git', :branch => 'develop' homepage 'https://github.com/iwata/git-now' @@ -11,7 +11,7 @@ class GitNow < Formula def install system "make", "prefix=#{prefix}", "install" - system "brew ln gnu-getopt" + #system "brew ln gnu-getopt" end end