statsd_test_harness 0.2.8 → 0.2.10

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: 5612c02d6e1867646377c50426adcdace47695c1
4
- data.tar.gz: eaefd8f44c1a99423b3eb618d62aee669735fdab
3
+ metadata.gz: 455a47a107d5b033e33227525662e27944d856ed
4
+ data.tar.gz: 2a2f296e001910296a29402d735be2b183566c69
5
5
  SHA512:
6
- metadata.gz: e5a312f2698d5a9c94f88ac409add2c1d8da8eb5612c7ff17b9206bf18b1c012b8c8710eba093614b846498b780cdb1d2a09343e353e778558d702d63a0e7758
7
- data.tar.gz: 2d1d9fd8d8055054619b91de8940fc700832b1e2ac5d7b0cf6a2ae5e0555661685465b87d6c6e86510f41022cc5eece607b8133ee6fe32fc1607c902f54439c9
6
+ metadata.gz: d4fc8d25ad47e9a24dfd789080f67ee6193f1675a5c944b8ebd333207db260da0027a9f3b13efd0edd664763126f80a9e4c77c0514c519ee6972b0a56adacf6b
7
+ data.tar.gz: 27befd0781141d8d2ee65a49b58e344b8c2c6bb5cd5bb9d96da985b5ba154c4778d93941520f2785cb17441ae2a5afe6d6ac57b152354165be913172864902be
@@ -33,7 +33,7 @@ module StatsdTestHarness
33
33
  validate_env_variables
34
34
  rescue Exception => e
35
35
  puts "-- Invalid configuration, exiting: #{e}"
36
- exit
36
+ exit 1
37
37
  end
38
38
  end
39
39
 
@@ -1,3 +1,3 @@
1
1
  module StatsdTestHarness
2
- VERSION = "0.2.8"
2
+ VERSION = "0.2.10"
3
3
  end
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = %q{Test harness for reporting to statsd.}
13
13
  spec.description = %q{Captures output of various testing frameworks to post to statsd.}
14
- spec.homepage = "https://github.com/CoralineAda/statsd_test_harness"
14
+ spec.homepage = "https://github.com/Instructure/statsd_test_harness"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
17
17
  spec.bindir = "bin"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: statsd_test_harness
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.8
4
+ version: 0.2.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - CoralineAda
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-08-24 00:00:00.000000000 Z
12
+ date: 2015-10-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: thor
@@ -124,7 +124,7 @@ files:
124
124
  - lib/statsd_test_harness/tool.rb
125
125
  - lib/statsd_test_harness/version.rb
126
126
  - statsd_test_harness.gemspec
127
- homepage: https://github.com/CoralineAda/statsd_test_harness
127
+ homepage: https://github.com/Instructure/statsd_test_harness
128
128
  licenses: []
129
129
  metadata: {}
130
130
  post_install_message: