needle 0.9.0

Closes #37370.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
Yi Wang 2019-02-26 16:17:17 -08:00 committed by FX Coudert
parent a493ca16e6
commit 122980839c

View file

@ -2,8 +2,8 @@ class Needle < Formula
desc "Compile-time safe Swift dependency injection framework with real code"
homepage "https://github.com/uber/needle"
url "https://github.com/uber/needle.git",
:tag => "v0.8.5",
:revision => "e08b1ad4948f8bab44d1898b8707fffc2de0a690"
:tag => "v0.9.0",
:revision => "8fad4bdb3f6bf30408543f7b1c2b590f09ca6b39"
bottle do
cellar :any_skip_relocation
@ -19,6 +19,6 @@ class Needle < Formula
end
test do
assert_match "0.8.5", shell_output("#{bin}/needle version")
assert_match version.to_s, shell_output("#{bin}/needle version")
end
end