guard-gotest 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -18,8 +18,6 @@ module Guard
18
18
  UI.info(message, :reset => true)
19
19
 
20
20
  options = @options.merge(options)
21
-
22
- puts gotest_command(paths, options)
23
21
  success = system(gotest_command(paths, options))
24
22
 
25
23
  if @options[:notification] && !success
@@ -1,5 +1,5 @@
1
1
  module Guard
2
2
  class GotestVersion
3
- VERSION = '0.0.1'
3
+ VERSION = '0.0.2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guard-gotest
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -89,7 +89,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
89
89
  - - ! '>='
90
90
  - !ruby/object:Gem::Version
91
91
  version: '0'
92
- hash: 2274346136403074908
92
+ hash: -3149020568884937857
93
93
  segments:
94
94
  - 0
95
95
  required_rubygems_version: !ruby/object:Gem::Requirement
@@ -98,7 +98,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
98
98
  - - ! '>='
99
99
  - !ruby/object:Gem::Version
100
100
  version: '0'
101
- hash: 2274346136403074908
101
+ hash: -3149020568884937857
102
102
  segments:
103
103
  - 0
104
104
  requirements: []