scout 5.5.9 → 5.5.10

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.markdown CHANGED
@@ -1,3 +1,8 @@
1
+ # 5.5.10
2
+
3
+ * fixed SSL error on scout troubleshoot --post
4
+ * Updated gem summary + description
5
+
1
6
  # 5.5.9
2
7
 
3
8
  * Locking data file when writing.
@@ -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
@@ -1,3 +1,3 @@
1
1
  module Scout
2
- VERSION = "5.5.9"
2
+ VERSION = "5.5.10"
3
3
  end
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 = "Web-based monitoring, reporting, and alerting for your servers, clusters, and applications."
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
- Scout makes monitoring and reporting on your web applications as flexible and simple as possible.
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.9
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-09-25 00:00:00.000000000 Z
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: &2160981220 !ruby/object:Gem::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: *2160981220
27
- description: ! 'Scout makes monitoring and reporting on your web applications as flexible
28
- and simple as possible.
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.10
246
+ rubygems_version: 1.8.24
242
247
  signing_key:
243
248
  specification_version: 3
244
- summary: Web-based monitoring, reporting, and alerting for your servers, clusters,
245
- and applications.
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