scout 5.5.9.pre.2 → 5.5.9
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 +0 -1
- data/lib/scout/server.rb +1 -1
- data/lib/scout/version.rb +1 -1
- metadata +7 -7
data/CHANGELOG.markdown
CHANGED
data/lib/scout/server.rb
CHANGED
|
@@ -59,7 +59,7 @@ module Scout
|
|
|
59
59
|
def refresh?
|
|
60
60
|
return true if !ping_key or account_public_key_changed? # fetch the plan again if the account key is modified/created
|
|
61
61
|
|
|
62
|
-
url=URI.join( @server.sub("https://","http://"), "/clients/#{ping_key}/ping.scout
|
|
62
|
+
url=URI.join( @server.sub("https://","http://"), "/clients/#{ping_key}/ping.scout")
|
|
63
63
|
|
|
64
64
|
headers = {"x-scout-tty" => ($stdin.tty? ? 'true' : 'false')}
|
|
65
65
|
if @history["plan_last_modified"] and @history["old_plugins"]
|
data/lib/scout/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: scout
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.5.9
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 5.5.9
|
|
5
|
+
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Andre Lewis
|
|
@@ -11,11 +11,11 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date: 2012-09-
|
|
14
|
+
date: 2012-09-25 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: elif
|
|
18
|
-
requirement: &
|
|
18
|
+
requirement: &2160981220 !ruby/object:Gem::Requirement
|
|
19
19
|
none: false
|
|
20
20
|
requirements:
|
|
21
21
|
- - ! '>='
|
|
@@ -23,7 +23,7 @@ dependencies:
|
|
|
23
23
|
version: '0'
|
|
24
24
|
type: :runtime
|
|
25
25
|
prerelease: false
|
|
26
|
-
version_requirements: *
|
|
26
|
+
version_requirements: *2160981220
|
|
27
27
|
description: ! 'Scout makes monitoring and reporting on your web applications as flexible
|
|
28
28
|
and simple as possible.
|
|
29
29
|
|
|
@@ -233,9 +233,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
233
233
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
234
234
|
none: false
|
|
235
235
|
requirements:
|
|
236
|
-
- - ! '
|
|
236
|
+
- - ! '>='
|
|
237
237
|
- !ruby/object:Gem::Version
|
|
238
|
-
version:
|
|
238
|
+
version: '0'
|
|
239
239
|
requirements: []
|
|
240
240
|
rubyforge_project: scout
|
|
241
241
|
rubygems_version: 1.8.10
|