action_subscriber 1.0.5 → 1.0.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/action_subscriber/version.rb +1 -1
- data/lib/action_subscriber.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ea31ceaac95c194a4328c1a9eec7992f9ea9fd01
|
4
|
+
data.tar.gz: e51dfbd4747204f89d6e7351357d6ecf8ed05e65
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 089410dff1f75ff8afc4617e6effd21b8f6cd6e71a1b7a1dbe0b87eda057f9b51a96b2533e1a390bf3f6abc72c6b1e3b264ef0190a0974e18b4cf889cb65079c
|
7
|
+
data.tar.gz: 887852046f832bab57ac7b81b8a0b219a6276e0bd8a294f5e5ce5dc277d107e9122ff14cc3cc367727fc9e12f1d43708627b6eca22a44ca3bc7a11f17d8e3f84
|
data/lib/action_subscriber.rb
CHANGED
@@ -65,13 +65,13 @@ module ActionSubscriber
|
|
65
65
|
end
|
66
66
|
|
67
67
|
def self.start_queues
|
68
|
-
::ActionSubscriber::RabbitConnection.
|
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.
|
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.
|
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-
|
15
|
+
date: 2015-09-15 00:00:00.000000000 Z
|
16
16
|
dependencies:
|
17
17
|
- !ruby/object:Gem::Dependency
|
18
18
|
name: activesupport
|