statsd_test_harness 0.2.5 → 0.2.6

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: 73dacd0855209fa103cc8b6f903f492499c4ad5e
4
- data.tar.gz: 2e0effb947f34cb826b4401d5ace4455abd4e0a8
3
+ metadata.gz: c85e88ac530ccd4c5ac54922be602170fd94089a
4
+ data.tar.gz: 07da6564a480b5d79b803a45b2488f2d124bfb24
5
5
  SHA512:
6
- metadata.gz: 753abe1ebeadc367bbafeec17cadf7ced7ae7c2e6ed7756f628eb64060a33f16bd8e34f1b1cff9a065d05fd8def9f41e8cdb45dfec28daf68e617f3cd0391a43
7
- data.tar.gz: d2bb240f6e9c1670fcd666e52d19c05d21ff2f1c19b75c77c1ad0f61b2da6cd4c3c7e7f8b384a555e1afccfdca6a138e88014df02449e44a55118545578afe10
6
+ metadata.gz: c72bd754de2cfc752e097af0452c4db71923e4e96b24954eb8e67879ff49690f51674b59f8e6107061dad9c4a38a36d2eceb828b236c6c52292bcb31bf8896ac
7
+ data.tar.gz: c89be1fcd2942c1b7278c4cd3d411962fa7bc05139493ad6b5b3747cd789ca6c5ec7f3aeb23c6670c7f9a1dea3f16cd1465fae2f3dd02da846dc485f4d89a895
File without changes
@@ -1,3 +1,3 @@
1
1
  module StatsdTestHarness
2
- VERSION = "0.2.5"
2
+ VERSION = "0.2.6"
3
3
  end
@@ -6,8 +6,8 @@ require 'statsd_test_harness/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "statsd_test_harness"
8
8
  spec.version = StatsdTestHarness::VERSION
9
- spec.authors = ["CoralineAda"]
10
- spec.email = ["coraline@idolhands.com"]
9
+ spec.authors = ["CoralineAda", "Instructure"]
10
+ spec.email = ["coraline@idolhands.com", "eng@instructure.com"]
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.}
metadata CHANGED
@@ -1,14 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: statsd_test_harness
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - CoralineAda
8
+ - Instructure
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
11
- date: 2015-08-19 00:00:00.000000000 Z
12
+ date: 2015-08-24 00:00:00.000000000 Z
12
13
  dependencies:
13
14
  - !ruby/object:Gem::Dependency
14
15
  name: thor
@@ -111,9 +112,10 @@ dependencies:
111
112
  description: Captures output of various testing frameworks to post to statsd.
112
113
  email:
113
114
  - coraline@idolhands.com
115
+ - eng@instructure.com
114
116
  executables:
115
117
  - console
116
- - setup
118
+ - statsd_test_harness_setup
117
119
  - wrap
118
120
  extensions: []
119
121
  extra_rdoc_files: []
@@ -126,7 +128,7 @@ files:
126
128
  - README.md
127
129
  - Rakefile
128
130
  - bin/console
129
- - bin/setup
131
+ - bin/statsd_test_harness_setup
130
132
  - bin/wrap
131
133
  - config/sample_config.rb
132
134
  - lib/statsd_test_harness.rb