carthage: style tweak
This commit is contained in:
parent
4ca22752a8
commit
e6bd7f601e
1 changed files with 5 additions and 4 deletions
|
@ -1,9 +1,10 @@
|
||||||
class Carthage < Formula
|
class Carthage < Formula
|
||||||
desc "Decentralized dependency manager for Cocoa"
|
desc "Decentralized dependency manager for Cocoa"
|
||||||
homepage "https://github.com/Carthage/Carthage"
|
homepage "https://github.com/Carthage/Carthage"
|
||||||
url "https://github.com/Carthage/Carthage.git", :tag => "0.17.2",
|
url "https://github.com/Carthage/Carthage.git",
|
||||||
:revision => "6b9728006ef8a7ceaeda5687c052e05dc8e49d02",
|
:tag => "0.17.2",
|
||||||
:shallow => false
|
:revision => "6b9728006ef8a7ceaeda5687c052e05dc8e49d02",
|
||||||
|
:shallow => false
|
||||||
head "https://github.com/Carthage/Carthage.git", :shallow => false
|
head "https://github.com/Carthage/Carthage.git", :shallow => false
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
|
@ -23,6 +24,6 @@ class Carthage < Formula
|
||||||
|
|
||||||
test do
|
test do
|
||||||
(testpath/"Cartfile").write 'github "jspahrsummers/xcconfigs"'
|
(testpath/"Cartfile").write 'github "jspahrsummers/xcconfigs"'
|
||||||
system "#{bin}/carthage", "update"
|
system bin/"carthage", "update"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue