carnivore-rabbitmq 0.1.4 → 0.1.6

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: 6c07fd460ec81e0f034ca87e8921cc1875943623
4
- data.tar.gz: 1b189e29186deb48518d7265fbedf355f6f91901
3
+ metadata.gz: e2cf3cda2d8c2c6ffd7a1320858e12115a033d82
4
+ data.tar.gz: ca021c8138a14cf10af694a2ee595f72380ef538
5
5
  SHA512:
6
- metadata.gz: 5763329d492b6930d89e249d05760753625a3e8a88b3417652ccbdf565ca1f7f88a0948a9767eccd31b552a829440295679e69ecf9eb531ee6375d843525446b
7
- data.tar.gz: bad290fb98f47b3b9116f8f131edc9ed571a7dddf42c732088a0ad5bf2355baad0e44d173147632282e5d762d647c38192c9671c586b4dd846b29d744b11e6f5
6
+ metadata.gz: 50c6306e89b9cee6590ef9a21cdeed61ce898cb6c715e07a66bdc228e028682b0e46535d61aed9a5918212de39ef00c82d6b2fdc6077e01dee86fbddb5c60e5a
7
+ data.tar.gz: a1e3e4efa2da5b1ba6f238e07a4dfdb3b665231b4c6f3046b8aa1d6c40ad47fa11f8eeb6e6fd8d1e30be369d5125d2290c6e7c40e31c850634bd193d46111532
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: ruby
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
@@ -77,4 +77,3 @@ signing_key:
77
77
  specification_version: 4
78
78
  summary: Message processing source
79
79
  test_files: []
80
- has_rdoc: