mirror of
https://github.com/iwata/git-now.git
synced 2026-09-10 07:26:29 -04:00
Merge branch 'hotfix/0.1.0.8' into develop
This commit is contained in:
commit
25162d856f
|
|
@ -1,8 +1,8 @@
|
||||||
require 'formula'
|
require 'formula'
|
||||||
|
|
||||||
class GitNow < Formula
|
class GitNow < Formula
|
||||||
url 'https://github.com/iwata/git-now.git', :tag => 'v0.1.0.7'
|
url 'https://github.com/iwata/git-now.git', :tag => 'v0.1.0.8'
|
||||||
version '0.1.0.7'
|
version '0.1.0.8'
|
||||||
head 'https://github.com/iwata/git-now.git', :branch => 'develop'
|
head 'https://github.com/iwata/git-now.git', :branch => 'develop'
|
||||||
homepage 'https://github.com/iwata/git-now'
|
homepage 'https://github.com/iwata/git-now'
|
||||||
|
|
||||||
|
|
@ -27,7 +27,8 @@ class GitNow < Formula
|
||||||
system "brew ln gnu-getopt"
|
system "brew ln gnu-getopt"
|
||||||
end
|
end
|
||||||
if ARGV.include?('--zsh-completion')
|
if ARGV.include?('--zsh-completion')
|
||||||
"#{share}/zsh/functions".install "etc/_git-now"
|
zsh_functions_d = share + 'zsh/functions'
|
||||||
|
zsh_functions_d.install "etc/_git-now"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue