cotton-tail 0.2.0 → 0.2.1

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
  SHA256:
3
- metadata.gz: b08350ef7f0bcfc64c8c78ce7728a137c2d66a67b72052493c4946680f40178a
4
- data.tar.gz: 32fab7c085c98cc66bbabedfcc23d9e574a7f4c5097c733813b73d30a26866c0
3
+ metadata.gz: 3b9caf210e7f688e34cc64e7e212d1290692a0559ffaa9f72a948c416dda3b7d
4
+ data.tar.gz: a8657ad7cd3486e2ab3fb0fab7cd4a707b647fa9141f1184dda77afc2584601b
5
5
  SHA512:
6
- metadata.gz: eb8aabeeb45a3c4d81a177808cfb05dea3e248edc6308ccbf19acb8e380b750144f36884931cd1c0ac67b0581353d708f23957f390db748926e868602c7393e3
7
- data.tar.gz: 037abfc33e2530440cca0456e92123daf2d26f4d0ddf0f7f30659a8d61d5203e9b7b97230a52488c59864f3d0cfe653cafa8c794c3df45bbd3fae8367fbd6a67
6
+ metadata.gz: 6818a57540fa93192d254fe1884907d6c91fa9c745642b9b3d5b66025ed682d485f5201580cecdf715d5017c47aea47f71d457e6604b5cac4bee9c9401699847
7
+ data.tar.gz: 38f8f0afda612cd5045006cc5f03c164b70cac9b086f4a948c914e12d6e95c780e6b2ffdaf00cc150eac2956330ad7fd519d9a5f05bb462711163f4a635ddf50
checksums.yaml.gz.sig CHANGED
Binary file
data.tar.gz.sig CHANGED
@@ -1,2 +1,3 @@
1
- |*/B�eE��;#����AD��Y*��RnA�j����q��4yo9Oc�*Aң. &�n��N4��կ���Lo�����R���LWQ�^���dq����J$�n��q�?B����Hk���
2
- 4U�������+ �]�m~j��H
1
+ �2�BP�����}8S�r"7���>Z��ܾ�.�9�����j��������UfL�� aKdz7~x<�7�剣���aUQȰ�h������6EOLw�K�
2
+ ��l��q40>0���d
3
+ �K<Q_�5dOb�����8�����r�@j܄cd�M{�XB����*h2���ƹ4q2+�{H*Mh ��d��Z.?2~��\�Mh����6�XX��=�m����"����K-t#+�f��!#np�
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cotton-tail (0.2.0)
4
+ cotton-tail (0.2.1)
5
5
  bunny (~> 2.12)
6
6
 
7
7
  GEM
data/cotton-tail.gemspec CHANGED
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
18
18
  spec.license = 'MIT'
19
19
 
20
20
  spec.cert_chain = ['certs/jamesbrennan.pem']
21
- spec.signing_key = File.expand_path('~/.ssh/gem-private_key.pem') if $PROGRAM_NAME =~ /gem\z/
21
+ spec.signing_key = File.expand_path('~/.ssh/gem-private_key.pem') if $PROGRAM_NAME.end_with? 'gem'
22
22
 
23
23
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
24
24
  f.match(%r{^(test|spec|features|integration)/})
@@ -34,14 +34,14 @@ module CottonTail
34
34
  [delivery_info[:routing_key], delivery_info, *tail]
35
35
  end
36
36
 
37
- private
38
-
39
- def_delegator :'CottonTail.configuration', :connection_args
40
-
41
37
  def bind(routing_key)
42
38
  source.bind('amq.topic', routing_key: routing_key)
43
39
  end
44
40
 
41
+ private
42
+
43
+ def_delegator :'CottonTail.configuration', :connection_args
44
+
45
45
  def watch_source(manual_ack)
46
46
  source.subscribe(manual_ack: manual_ack) { |*args| self << args }
47
47
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CottonTail
4
- VERSION = '0.2.0'
4
+ VERSION = '0.2.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cotton-tail
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Brennan
metadata.gz.sig CHANGED
Binary file