carnivore-actor 0.1.10 → 0.1.12

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f32669bf97459a4904df0b6a71a406abbd2fd569
4
- data.tar.gz: 32d5c3177e19a3f2d9dc6c9cf31b35ca3e0cbd39
3
+ metadata.gz: fb1057a399efe96eef36d07d09ca377f2d90c100
4
+ data.tar.gz: 398370d82a74db022db395848c33c46914a6d76d
5
5
  SHA512:
6
- metadata.gz: c89af154feaf67402dd459bdff586a39e0c6fa161a9e4b8a1321f8c06000b4f58b4f6c23e2eca7580e36e7335b8da7107c8f7994ad4c453eee5de6c4f0efff34
7
- data.tar.gz: 1e502c6f581ca6c4db162927d343eb7d124074c587f137912c4b6894de7c8f1a3121b0c9a5cbf5f3c3a8cd88242b0b0b5b5e2a757100956bde79699bec0b31fb
6
+ metadata.gz: f3d08fee7c69adc38e8a41167aa28ab7cbffef1c9f5febcc99ab7a601986fe463a787bec1f8f22d6db7ae6f9c9760ef3ba295cf578af1dec035579c1de26f8ed
7
+ data.tar.gz: f355b6287fb45a0340e0ec54966d54fadd6f3c636cbe55b6ca3ed0afc793aa23176752e03b3ab002a146e1933701a210f31a528bfdde8ce64d0e09b4098fbf3b
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ # v0.1.12
2
+ * On remote only perform single dump
3
+
1
4
  # v0.1.10
2
5
  * Ensure data is loaded prior to conversion
3
6
 
@@ -29,9 +29,7 @@ module Carnivore
29
29
  # is made to "remote" source instead of self (jackal hack)
30
30
  def transmit(payload, *args)
31
31
  if(arguments[:remote_name])
32
- Carnivore::Supervisor.supervisor[arguments[:remote_name]].transmit(
33
- MultiJson.dump(payload)
34
- )
32
+ Carnivore::Supervisor.supervisor[arguments[:remote_name]].transmit(payload)
35
33
  true
36
34
  else
37
35
  @messages << MultiJson.dump(payload)
@@ -1,6 +1,6 @@
1
1
  module Carnivore
2
2
  module Actor
3
3
  # Current version of library
4
- VERSION = Gem::Version.new('0.1.10')
4
+ VERSION = Gem::Version.new('0.1.12')
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: carnivore-actor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.10
4
+ version: 0.1.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Roberts
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-29 00:00:00.000000000 Z
11
+ date: 2014-10-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: carnivore