carnivore-rabbitmq 0.1.4-java → 0.1.6-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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1cb8fa37ab6817a590000e1c64bb4bf37f2fc8cf
4
- data.tar.gz: 93d1a0c9bf2d79420b0d71c344f32f062a332600
3
+ metadata.gz: bc2b946e15bd270b39f0638c1ea958bd00a59cb0
4
+ data.tar.gz: 84d97f7d4b24cdba609b3c354d3b87e4d89de8f9
5
5
  SHA512:
6
- metadata.gz: 8f02603cde4b661db6f8ee7be21b1cd72e23d58933c672d4d13cad889d69f653332b7cc9d34b9c58749807c01868a00fa9de515988e74ca8a3279d6da2e7c08a
7
- data.tar.gz: be787120790270dddea4f8a8c3167ad2a540861bd3b26995b3f03e3f5c3945849dfccb5cac48c06e8669f51759aac456cca8c1466e481f545a70ca6b638fa528
6
+ metadata.gz: 2e8e3c85246ca55806c14ca1d22a05f69d005c861625bd4538e9652cabf049178ab2d90acb3880e706d4817dad92230b73f9e147fbda320d119f8373217467a4
7
+ data.tar.gz: 3323c256bde263678988d8aa749217188c11a05d8c1e57a7d46ea41caf8a0fb1f40d176faf58964313ba803a8a6d4c54ffbddff6d4f720560f41996fd91f0828
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ # v0.1.6
2
+ * Fix connection setup when using march_hare
3
+
1
4
  # v0.1.4
2
5
  * Move routing key set prior to queue setup
3
6
  * Add `:publish_to` option to allow publish to exchange instead of queue
@@ -95,7 +95,7 @@ module Carnivore
95
95
  @connection = Bunny.new(connection_args)
96
96
  when :march_hare
97
97
  require 'march_hare'
98
- @connection = MarchHare.new(connection_args)
98
+ @connection = MarchHare.connect(connection_args)
99
99
  else
100
100
  abort ArgumentError.new("No valid connection arguments defined (:bunny or :march_hare must be defined)")
101
101
  end
@@ -1,6 +1,6 @@
1
1
  module Carnivore
2
2
  module Rabbitmq
3
3
  # Current version of library
4
- VERSION = Gem::Version.new('0.1.4')
4
+ VERSION = Gem::Version.new('0.1.6')
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: carnivore-rabbitmq
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.6
5
5
  platform: java
6
6
  authors:
7
7
  - Chris Roberts
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-31 00:00:00.000000000 Z
11
+ date: 2015-05-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: carnivore
@@ -91,4 +91,3 @@ signing_key:
91
91
  specification_version: 4
92
92
  summary: Message processing source
93
93
  test_files: []
94
- has_rdoc: