statsd_test_harness 0.2.5 → 0.2.6
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c85e88ac530ccd4c5ac54922be602170fd94089a
|
4
|
+
data.tar.gz: 07da6564a480b5d79b803a45b2488f2d124bfb24
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c72bd754de2cfc752e097af0452c4db71923e4e96b24954eb8e67879ff49690f51674b59f8e6107061dad9c4a38a36d2eceb828b236c6c52292bcb31bf8896ac
|
7
|
+
data.tar.gz: c89be1fcd2942c1b7278c4cd3d411962fa7bc05139493ad6b5b3747cd789ca6c5ec7f3aeb23c6670c7f9a1dea3f16cd1465fae2f3dd02da846dc485f4d89a895
|
File without changes
|
data/statsd_test_harness.gemspec
CHANGED
@@ -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.
|
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-
|
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
|
-
-
|
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/
|
131
|
+
- bin/statsd_test_harness_setup
|
130
132
|
- bin/wrap
|
131
133
|
- config/sample_config.rb
|
132
134
|
- lib/statsd_test_harness.rb
|