scout 5.5.3 → 5.5.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.
- data/CHANGELOG +3 -1
- data/lib/scout/streamer.rb +1 -1
- data/lib/scout/version.rb +1 -1
- data/vendor/pusher-gem/lib/pusher/channel.rb +1 -1
- metadata +38 -42
data/CHANGELOG
CHANGED
data/lib/scout/streamer.rb
CHANGED
data/lib/scout/version.rb
CHANGED
metadata
CHANGED
@@ -1,40 +1,39 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: scout
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.5.
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 5.5.4
|
5
|
+
prerelease:
|
5
6
|
platform: ruby
|
6
|
-
authors:
|
7
|
+
authors:
|
7
8
|
- Andre Lewis
|
8
9
|
- Derek Haynes
|
9
10
|
- James Edward Gray II
|
10
11
|
autorequire:
|
11
12
|
bindir: bin
|
12
13
|
cert_chain: []
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
dependencies:
|
17
|
-
- !ruby/object:Gem::Dependency
|
14
|
+
date: 2012-02-24 00:00:00.000000000 Z
|
15
|
+
dependencies:
|
16
|
+
- !ruby/object:Gem::Dependency
|
18
17
|
name: elif
|
18
|
+
requirement: &2156074720 !ruby/object:Gem::Requirement
|
19
|
+
none: false
|
20
|
+
requirements:
|
21
|
+
- - ! '>='
|
22
|
+
- !ruby/object:Gem::Version
|
23
|
+
version: '0'
|
19
24
|
type: :runtime
|
20
|
-
|
21
|
-
version_requirements:
|
22
|
-
|
23
|
-
|
24
|
-
- !ruby/object:Gem::Version
|
25
|
-
version: "0"
|
26
|
-
version:
|
27
|
-
description: |
|
28
|
-
Scout makes monitoring and reporting on your web applications as flexible and simple as possible.
|
25
|
+
prerelease: false
|
26
|
+
version_requirements: *2156074720
|
27
|
+
description: ! 'Scout makes monitoring and reporting on your web applications as flexible
|
28
|
+
and simple as possible.
|
29
29
|
|
30
|
+
'
|
30
31
|
email: support@scoutapp.com
|
31
|
-
executables:
|
32
|
+
executables:
|
32
33
|
- scout
|
33
34
|
extensions: []
|
34
|
-
|
35
35
|
extra_rdoc_files: []
|
36
|
-
|
37
|
-
files:
|
36
|
+
files:
|
38
37
|
- .gitignore
|
39
38
|
- CHANGELOG
|
40
39
|
- Gemfile
|
@@ -218,34 +217,31 @@ files:
|
|
218
217
|
- vendor/signature/spec/signature_spec.rb
|
219
218
|
- vendor/signature/spec/spec_helper.rb
|
220
219
|
- vendor/util/lib/core_extensions.rb
|
221
|
-
has_rdoc: true
|
222
220
|
homepage: http://scoutapp.com
|
223
221
|
licenses: []
|
224
|
-
|
225
222
|
post_install_message:
|
226
223
|
rdoc_options: []
|
227
|
-
|
228
|
-
require_paths:
|
224
|
+
require_paths:
|
229
225
|
- lib
|
230
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
226
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
227
|
+
none: false
|
228
|
+
requirements:
|
229
|
+
- - ! '>='
|
230
|
+
- !ruby/object:Gem::Version
|
231
|
+
version: '0'
|
232
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
233
|
+
none: false
|
234
|
+
requirements:
|
235
|
+
- - ! '>='
|
236
|
+
- !ruby/object:Gem::Version
|
237
|
+
version: '0'
|
242
238
|
requirements: []
|
243
|
-
|
244
239
|
rubyforge_project: scout
|
245
|
-
rubygems_version: 1.
|
240
|
+
rubygems_version: 1.8.10
|
246
241
|
signing_key:
|
247
242
|
specification_version: 3
|
248
|
-
summary: Web-based monitoring, reporting, and alerting for your servers, clusters,
|
249
|
-
|
243
|
+
summary: Web-based monitoring, reporting, and alerting for your servers, clusters,
|
244
|
+
and applications.
|
245
|
+
test_files:
|
250
246
|
- test/plugins/disk_usage.rb
|
251
247
|
- test/scout_test.rb
|