From 2dbe251e0e942bf0abea5f396c4abcab2c710b34 Mon Sep 17 00:00:00 2001 From: mahendrakariya Date: Fri, 18 Sep 2015 14:07:06 +0530 Subject: [PATCH] gauge 0.1.8 Closes Homebrew/homebrew#44093. Signed-off-by: Dominyk Tiller --- Formula/gauge.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/gauge.rb b/Formula/gauge.rb index 09a72871b3..269f8331ed 100644 --- a/Formula/gauge.rb +++ b/Formula/gauge.rb @@ -3,8 +3,8 @@ require "language/go" class Gauge < Formula desc "Test automation tool that supports executable documentation" homepage "http://getgauge.io" - url "https://github.com/getgauge/gauge/archive/v0.1.7.tar.gz" - sha256 "41e2c27acb1ddbe716f671148eb1b33ca50035181f20c5e9635003b48d36d477" + url "https://github.com/getgauge/gauge/archive/v0.1.8.tar.gz" + sha256 "d554a3909dec284992b3d067e8cfe86c8fa8fa330db81864c78c69d6e0570df4" bottle do cellar :any @@ -77,6 +77,6 @@ class Gauge < Formula end test do - system "gauge", "--init", "java" + system "gauge", "-v" end end