needle 0.9.0
Closes #37370. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
a493ca16e6
commit
122980839c
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue