scout_statsd_rack 0.1.1 → 0.1.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.
- checksums.yaml +4 -4
- data/lib/scout_statsd_rack/version.rb +1 -1
- data/scout_statsd_rack.gemspec +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b3825a8b01bb4d0f02e61c72d1d1c19776f204f6
|
|
4
|
+
data.tar.gz: 5d589ed971c65e18c79f52043ba2b94e682925f0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 69ef9ef13e05ce7dae1ece4ec4536369e0aaedb21cf6448c4393b00f16afa57c876980b1fe5d8db8781d95c20909e9a81b52214268c70e1f0fd9397358ce09f9
|
|
7
|
+
data.tar.gz: 9d9dc0f78b8accc523f75d4d4b12305d9e7daba92c835d2ba87c94edc3ae286f52272f69df032d0a34747a8ee96df6e37c9405943cb68b83d9e6dd30573f85d6
|
data/scout_statsd_rack.gemspec
CHANGED
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ["Mark Morris", "Derek Haynes"]
|
|
10
10
|
spec.email = ["support@scoutapp.com"]
|
|
11
11
|
spec.summary = %q{Rack application monitoring with StatsD.}
|
|
12
|
-
spec.description = %q{
|
|
12
|
+
spec.description = %q{Rack application monitoring with StatsD: reports key performance metrics for apps served via Rack (throughput, response times, error rates, etc).}
|
|
13
13
|
spec.homepage = "https://scoutapp.com"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: scout_statsd_rack
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mark Morris
|
|
@@ -53,7 +53,8 @@ dependencies:
|
|
|
53
53
|
- - "~>"
|
|
54
54
|
- !ruby/object:Gem::Version
|
|
55
55
|
version: '10.0'
|
|
56
|
-
description:
|
|
56
|
+
description: 'Rack application monitoring with StatsD: reports key performance metrics
|
|
57
|
+
for apps served via Rack (throughput, response times, error rates, etc).'
|
|
57
58
|
email:
|
|
58
59
|
- support@scoutapp.com
|
|
59
60
|
executables: []
|