scout 5.5.9.pre → 5.5.9.pre.2
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.markdown +1 -0
- data/lib/scout/server.rb +1 -1
- data/lib/scout/version.rb +1 -1
- metadata +4 -4
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?#{Time.now.to_i}")
|
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,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.pre
|
4
|
+
version: 5.5.9.pre.2
|
5
5
|
prerelease: 6
|
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-
|
14
|
+
date: 2012-09-24 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: elif
|
18
|
-
requirement: &
|
18
|
+
requirement: &2161373940 !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: *2161373940
|
27
27
|
description: ! 'Scout makes monitoring and reporting on your web applications as flexible
|
28
28
|
and simple as possible.
|
29
29
|
|