docker-machine 0.6.0

docker-machine 0.6.0 (formula update)

Updates the docker-machine package to 0.6.0. Also updates the test to check against the version

Closes Homebrew/homebrew#48847.
Closes Homebrew/homebrew#48858.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
master
Derek Bonner 2016-02-04 22:01:40 -08:00 committed by Dominyk Tiller
parent fa15f4afbf
commit 38e08a4e2e
1 changed files with 3 additions and 4 deletions

View File

@ -4,9 +4,8 @@ class DockerMachine < Formula
desc "Create Docker hosts locally and on cloud providers"
homepage "https://docs.docker.com/machine"
url "https://github.com/docker/machine.git",
:tag => "v0.5.6",
:revision => "61388e98540321b34f4a27f88df9e7a4443b9ac8"
revision 1
:tag => "v0.6.0",
:revision => "e27fb87286cb8e7454183ce46a6e1e84b31965e9"
head "https://github.com/docker/machine.git"
@ -38,6 +37,6 @@ class DockerMachine < Formula
end
test do
system bin/"docker-machine", "ls"
assert_match /#{version}/, shell_output(bin/"docker-machine --version")
end
end