parent
f919c982c0
commit
e9739e4952
|
@ -2,8 +2,8 @@ class Ghq < Formula
|
||||||
desc "Remote repository management made easy"
|
desc "Remote repository management made easy"
|
||||||
homepage "https://github.com/motemen/ghq"
|
homepage "https://github.com/motemen/ghq"
|
||||||
url "https://github.com/motemen/ghq.git",
|
url "https://github.com/motemen/ghq.git",
|
||||||
:tag => "v0.17.4",
|
:tag => "v0.99.1",
|
||||||
:revision => "a87d262c33a63c860086623391fc4e11df9da4fe"
|
:revision => "661921c8605c3e8d421d3149cd1d1a8a7ec226c8"
|
||||||
head "https://github.com/motemen/ghq.git"
|
head "https://github.com/motemen/ghq.git"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
|
@ -24,6 +24,6 @@ class Ghq < Formula
|
||||||
end
|
end
|
||||||
|
|
||||||
test do
|
test do
|
||||||
assert_match "#{testpath}/.ghq", shell_output("#{bin}/ghq root")
|
assert_match "#{testpath}/ghq", shell_output("#{bin}/ghq root")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue