mirror of
https://github.com/iwata/git-now.git
synced 2026-09-10 07:26:29 -04:00
add commiters
This commit is contained in:
parent
4194b1f3dc
commit
5efede5503
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue