scout_apm 1.2.4.pre1 → 1.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 +4 -4
- data/README.markdown +1 -3
- data/lib/scout_apm/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f5d0980c5c6a7d2fbedc1d432a2ee89f2fa296d1
|
|
4
|
+
data.tar.gz: 3454e96d1568d99f24091d639bdc10a7079de04b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 85c659c70e2274859a1d3fd3f8a1e30ec5d3b0b607b75ef95628d9cb719ae46f19076ec2834fff5a1835551a1d90d10fe46bce7bcfc93c60cf32edf51236ae22
|
|
7
|
+
data.tar.gz: c207ba9b9ec33d7ecc35bb4aad5fdfc379a3e42c9ebcb36b679ee4c2a95ca686fb1b451af3023576bb589a1488d3255ad3ea6ffb4db43e54e56253a4b4b127ab
|
data/README.markdown
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
__Rails application monitoring is avaiable by invite-only @ Scout.__
|
|
2
|
-
|
|
3
1
|
# ScoutApm
|
|
4
2
|
|
|
5
|
-
A Ruby gem for detailed Rails application performance analysis. Metrics are reported to [Scout](https://scoutapp.com), a hosted
|
|
3
|
+
A Ruby gem for detailed Rails application performance analysis. Metrics are reported to [Scout](https://scoutapp.com), a hosted application monitoring service.
|
|
6
4
|
|
|
7
5
|
## Getting Started
|
|
8
6
|
|
data/lib/scout_apm/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: scout_apm
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.4
|
|
4
|
+
version: 1.2.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Derek Haynes
|
|
@@ -168,12 +168,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
168
168
|
version: '0'
|
|
169
169
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
170
170
|
requirements:
|
|
171
|
-
- - "
|
|
171
|
+
- - ">="
|
|
172
172
|
- !ruby/object:Gem::Version
|
|
173
|
-
version:
|
|
173
|
+
version: '0'
|
|
174
174
|
requirements: []
|
|
175
175
|
rubyforge_project: scout_apm
|
|
176
|
-
rubygems_version: 2.
|
|
176
|
+
rubygems_version: 2.4.8
|
|
177
177
|
signing_key:
|
|
178
178
|
specification_version: 4
|
|
179
179
|
summary: Ruby application performance monitoring
|