scout 5.7.4 → 5.7.5

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.markdown CHANGED
@@ -1,3 +1,7 @@
1
+ # 5.7.5
2
+
3
+ * send unix timestamp when streaming data
4
+
1
5
  # 5.7.4
2
6
 
3
7
  * fixed a JSON error when running under Ruby 1.8.x
@@ -73,6 +73,7 @@ module Scout
73
73
 
74
74
  bundle={:hostname=>hostname,
75
75
  :server_time=>Time.now.strftime("%I:%M:%S %p"),
76
+ :server_unixtime => Time.now.to_i,
76
77
  :num_processes=>`ps -e | wc -l`.chomp.to_i,
77
78
  :plugins=>plugins }
78
79
 
data/lib/scout/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Scout
2
- VERSION = "5.7.4"
2
+ VERSION = "5.7.5"
3
3
  end
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.7.4
4
+ version: 5.7.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2013-09-11 00:00:00.000000000 Z
14
+ date: 2013-09-16 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: elif