action_subscriber 1.0.5 → 1.0.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: 102687ae41f4f249b2ab5b0ec31dacf113ba7524
4
- data.tar.gz: ccd09cd67af23fb625d8a81bdfae9480ce31b5e6
3
+ metadata.gz: ea31ceaac95c194a4328c1a9eec7992f9ea9fd01
4
+ data.tar.gz: e51dfbd4747204f89d6e7351357d6ecf8ed05e65
5
5
  SHA512:
6
- metadata.gz: c5b1384dac0a211fea7d582547a912d6206f18409256ac10e0ed0a544190bf56cc55467924c7db373fe5e0865126ff14695dcd7f4e02da7210f649db6ccdd637
7
- data.tar.gz: 384052e8b79236ab615c4c2ab34bb605884800fb6bc062b2776cbe6883265389eebbeed7306c959896a7fdcfb8d8b9a993c209cc671dc4e50885123f222be3e2
6
+ metadata.gz: 089410dff1f75ff8afc4617e6effd21b8f6cd6e71a1b7a1dbe0b87eda057f9b51a96b2533e1a390bf3f6abc72c6b1e3b264ef0190a0974e18b4cf889cb65079c
7
+ data.tar.gz: 887852046f832bab57ac7b81b8a0b219a6276e0bd8a294f5e5ce5dc277d107e9122ff14cc3cc367727fc9e12f1d43708627b6eca22a44ca3bc7a11f17d8e3f84
@@ -1,3 +1,3 @@
1
1
  module ActionSubscriber
2
- VERSION = "1.0.5"
2
+ VERSION = "1.0.6"
3
3
  end
@@ -65,13 +65,13 @@ module ActionSubscriber
65
65
  end
66
66
 
67
67
  def self.start_queues
68
- ::ActionSubscriber::RabbitConnection.connect!
68
+ ::ActionSubscriber::RabbitConnection.subscriber_connection
69
69
  setup_queues!
70
70
  print_subscriptions
71
71
  end
72
72
 
73
73
  def self.start_subscribers
74
- ::ActionSubscriber::RabbitConnection.connect!
74
+ ::ActionSubscriber::RabbitConnection.subscriber_connection
75
75
  setup_queues!
76
76
  auto_subscribe!
77
77
  print_subscriptions
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: action_subscriber
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Stien
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2015-09-12 00:00:00.000000000 Z
15
+ date: 2015-09-15 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: activesupport