euston-daemons 1.2.8-java → 1.2.9-java
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/euston-daemons.gemspec
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'euston-daemons'
|
|
3
|
-
s.version = '1.2.
|
|
3
|
+
s.version = '1.2.9'
|
|
4
4
|
s.platform = RUBY_PLATFORM.to_s == 'java' ? 'java' : Gem::Platform::RUBY
|
|
5
5
|
s.authors = ['Lee Henson', 'Guy Boertje']
|
|
6
6
|
s.email = ['lee.m.henson@gmail.com', 'guyboertje@gmail.com']
|
|
@@ -15,7 +15,7 @@ module Euston
|
|
|
15
15
|
def write_command command
|
|
16
16
|
timestamp = Time.now.to_f
|
|
17
17
|
|
|
18
|
-
doc = { '
|
|
18
|
+
doc = { 'command_id' => command[:headers][:id],
|
|
19
19
|
'type' => command[:headers][:type],
|
|
20
20
|
'version' => command[:headers][:version],
|
|
21
21
|
'timestamp' => timestamp,
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: euston-daemons
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 1.2.
|
|
5
|
+
version: 1.2.9
|
|
6
6
|
platform: java
|
|
7
7
|
authors:
|
|
8
8
|
- Lee Henson
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date:
|
|
13
|
+
date: 2012-02-03 00:00:00.000000000Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: activemodel
|
|
@@ -292,7 +292,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
292
292
|
none: false
|
|
293
293
|
requirements: []
|
|
294
294
|
rubyforge_project:
|
|
295
|
-
rubygems_version: 1.8.
|
|
295
|
+
rubygems_version: 1.8.15
|
|
296
296
|
signing_key:
|
|
297
297
|
specification_version: 3
|
|
298
298
|
summary: Message buffer, command processor and event processor daemons for Euston-RabbitMq
|