euston-daemons 1.2.8-java → 1.2.9-java

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'euston-daemons'
3
- s.version = '1.2.8'
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 = { '_id' => command[:headers][:id],
18
+ doc = { 'command_id' => command[:headers][:id],
19
19
  'type' => command[:headers][:type],
20
20
  'version' => command[:headers][:version],
21
21
  'timestamp' => timestamp,
@@ -1,5 +1,5 @@
1
1
  module Euston
2
2
  module Daemons
3
- VERSION = "1.2.8"
3
+ VERSION = "1.2.9"
4
4
  end
5
5
  end
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.8
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: 2011-12-13 00:00:00.000000000Z
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.9
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