statsd_test_harness 0.2.3 → 0.2.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9109392ba60668b412fc26444d2344b8e012e366
4
- data.tar.gz: 24ca43e168532862ea83b65a5c18aaade195677f
3
+ metadata.gz: 2745ed62d8025865b2196dc433fe01c3685217db
4
+ data.tar.gz: 5f57dad08afb4291b864a106f6c21b81210e71ba
5
5
  SHA512:
6
- metadata.gz: 6386b7e3a6e1694b084a2a21c617bec5d617ebb3a28b4c5dd208176e2421fc581c9d7961132fe3c0a9173536f02b2e5d3210d1c4d99d401d9547cd6f0b650b38
7
- data.tar.gz: c85d40cf5e424350d48591e9c95dad2d15fb69d41b135274d80d6ffed69820003c82800665c2c061766472fe10382b171fe67a899ac968ab53aecf8a1d30dd18
6
+ metadata.gz: 683387ff1a54880806e8289556ed858952a6f6ebc6902dffb882835a2c3aa505abfb7ead0da015847cbbcd9dbce2a347bf563c695d8be636697dbfb8783b273d
7
+ data.tar.gz: 061edae79e01c9f60feadfd8e0183da621dc692e3d2e6b418fa1b4e6bd0eb0646065f593ca1ffeb4bc409686eec5abf0a0c57cfd77774974aa42b5d361071c4e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- statsd_test_harness (0.2.3)
4
+ statsd_test_harness (0.2.4)
5
5
  dotenv (~> 2.0)
6
6
  require_all (~> 1.3)
7
7
  statsd-ruby (~> 0.3.0)
@@ -29,7 +29,7 @@ module StatsdTestHarness
29
29
  validate_env_variables
30
30
  rescue Exception => e
31
31
  puts "-- Invalid configuration, exiting: #{e}"
32
- exit
32
+ exit 1
33
33
  end
34
34
  end
35
35
 
@@ -52,4 +52,4 @@ module StatsdTestHarness
52
52
  end
53
53
 
54
54
  end
55
- end
55
+ end
@@ -13,9 +13,7 @@ module StatsdTestHarness
13
13
 
14
14
  def run
15
15
  cmd = open("| #{self.command} #{self.options}")
16
- cmd.each_line do |io|
17
- print io
18
- end
16
+ cmd.each_line{ |io| print io }
19
17
  cmd.close
20
18
 
21
19
  if $?.to_i > 0 && ! ignore_return_value
@@ -1,3 +1,3 @@
1
1
  module StatsdTestHarness
2
- VERSION = "0.2.3"
2
+ VERSION = "0.2.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: statsd_test_harness
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - CoralineAda
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-08-13 00:00:00.000000000 Z
11
+ date: 2015-08-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor