scout 5.5.9.pre.2 → 5.5.9

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.markdown CHANGED
@@ -1,7 +1,6 @@
1
1
  # 5.5.9
2
2
 
3
3
  * Locking data file when writing.
4
- * Adding time to ping (testing caching)
5
4
 
6
5
  # 5.5.8
7
6
 
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?#{Time.now.to_i}")
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
@@ -1,3 +1,3 @@
1
1
  module Scout
2
- VERSION = "5.5.9.pre.2"
2
+ VERSION = "5.5.9"
3
3
  end
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.pre.2
5
- prerelease: 6
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-24 00:00:00.000000000 Z
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: &2161373940 !ruby/object:Gem::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: *2161373940
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: 1.3.1
238
+ version: '0'
239
239
  requirements: []
240
240
  rubyforge_project: scout
241
241
  rubygems_version: 1.8.10