scout 5.5.9 → 5.5.10
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.markdown +5 -0
- data/lib/scout/command/troubleshoot.rb +1 -1
- data/lib/scout/version.rb +1 -1
- data/scout.gemspec +2 -2
- metadata +15 -9
data/CHANGELOG.markdown
CHANGED
|
@@ -109,7 +109,7 @@ module Scout
|
|
|
109
109
|
if url.is_a? URI::HTTPS
|
|
110
110
|
http.use_ssl = true
|
|
111
111
|
http.ca_file = File.join( File.dirname(__FILE__),
|
|
112
|
-
*%w[.. .. data cacert.pem] )
|
|
112
|
+
*%w[.. .. .. data cacert.pem] )
|
|
113
113
|
http.verify_mode = OpenSSL::SSL::VERIFY_PEER |
|
|
114
114
|
OpenSSL::SSL::VERIFY_FAIL_IF_NO_PEER_CERT
|
|
115
115
|
end
|
data/lib/scout/version.rb
CHANGED
data/scout.gemspec
CHANGED
|
@@ -9,9 +9,9 @@ Gem::Specification.new do |s|
|
|
|
9
9
|
s.email = "support@scoutapp.com"
|
|
10
10
|
s.rubyforge_project = "scout"
|
|
11
11
|
s.homepage = "http://scoutapp.com"
|
|
12
|
-
s.summary = "
|
|
12
|
+
s.summary = "Scout is an easy-to-use hosted server monitoring service. The scout Ruby gem reports metrics to our service. The agent runs plugins, configured via the Scout web interface, to monitor a server."
|
|
13
13
|
s.description = <<END_DESC
|
|
14
|
-
|
|
14
|
+
The scout gem reports metrics to scoutapp.com, an easy-to-use hosted server monitoring service.
|
|
15
15
|
END_DESC
|
|
16
16
|
|
|
17
17
|
s.rubyforge_project = "scout"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: scout
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.5.
|
|
4
|
+
version: 5.5.10
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -11,11 +11,11 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date: 2012-
|
|
14
|
+
date: 2012-10-02 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: elif
|
|
18
|
-
requirement:
|
|
18
|
+
requirement: !ruby/object:Gem::Requirement
|
|
19
19
|
none: false
|
|
20
20
|
requirements:
|
|
21
21
|
- - ! '>='
|
|
@@ -23,9 +23,14 @@ dependencies:
|
|
|
23
23
|
version: '0'
|
|
24
24
|
type: :runtime
|
|
25
25
|
prerelease: false
|
|
26
|
-
version_requirements:
|
|
27
|
-
|
|
28
|
-
|
|
26
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
27
|
+
none: false
|
|
28
|
+
requirements:
|
|
29
|
+
- - ! '>='
|
|
30
|
+
- !ruby/object:Gem::Version
|
|
31
|
+
version: '0'
|
|
32
|
+
description: ! 'The scout gem reports metrics to scoutapp.com, an easy-to-use hosted
|
|
33
|
+
server monitoring service.
|
|
29
34
|
|
|
30
35
|
'
|
|
31
36
|
email: support@scoutapp.com
|
|
@@ -238,11 +243,12 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
238
243
|
version: '0'
|
|
239
244
|
requirements: []
|
|
240
245
|
rubyforge_project: scout
|
|
241
|
-
rubygems_version: 1.8.
|
|
246
|
+
rubygems_version: 1.8.24
|
|
242
247
|
signing_key:
|
|
243
248
|
specification_version: 3
|
|
244
|
-
summary:
|
|
245
|
-
|
|
249
|
+
summary: Scout is an easy-to-use hosted server monitoring service. The scout Ruby
|
|
250
|
+
gem reports metrics to our service. The agent runs plugins, configured via the Scout
|
|
251
|
+
web interface, to monitor a server.
|
|
246
252
|
test_files:
|
|
247
253
|
- test/plugins/disk_usage.rb
|
|
248
254
|
- test/scout_test.rb
|