sanger_warren 0.2.0.rc2 → 0.2.0
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 +4 -4
- data/CHANGELOG.md +2 -0
- data/Gemfile.lock +3 -3
- data/lib/warren/handler/test.rb +2 -2
- data/lib/warren/subscription.rb +1 -1
- data/lib/warren/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: db1e22cb56e5b310539f2376823db23e6ffe3f711f12e685a525f63a32532c22
|
4
|
+
data.tar.gz: e8ea84bdb2367d12ff0436a35e2681656f781b7ed2ab753fc75554760dcd315c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0fd88000c3f130678fbd6a0cd353c82b7062f874d796859c1243390fa669ad8d4534c949ce1d63ba3dab8397dbc235705ef0c0c3ac6c1f154c4a72ac7dba55b8
|
7
|
+
data.tar.gz: 51f722402842324e71604693f028d109777807ddf0ae254ef48ac094f4b91fda71c98b9bb3a028f4b005c7ed9126b159517baf8e503bafdc9ea81cbf2cc1c443
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
sanger_warren (0.2.0
|
4
|
+
sanger_warren (0.2.0)
|
5
5
|
bunny (~> 2.17.0)
|
6
6
|
connection_pool (~> 2.2.0)
|
7
7
|
multi_json (~> 1.0)
|
@@ -28,7 +28,7 @@ GEM
|
|
28
28
|
amq-protocol (~> 2.3, >= 2.3.1)
|
29
29
|
coderay (1.1.3)
|
30
30
|
concurrent-ruby (1.1.8)
|
31
|
-
connection_pool (2.2.
|
31
|
+
connection_pool (2.2.5)
|
32
32
|
diff-lcs (1.4.4)
|
33
33
|
docile (1.3.5)
|
34
34
|
i18n (1.8.10)
|
@@ -45,7 +45,7 @@ GEM
|
|
45
45
|
rainbow (3.0.0)
|
46
46
|
rake (13.0.3)
|
47
47
|
regexp_parser (2.1.1)
|
48
|
-
rexml (3.2.
|
48
|
+
rexml (3.2.5)
|
49
49
|
rspec (3.10.0)
|
50
50
|
rspec-core (~> 3.10.0)
|
51
51
|
rspec-expectations (~> 3.10.0)
|
data/lib/warren/handler/test.rb
CHANGED
@@ -100,7 +100,7 @@ module Warren
|
|
100
100
|
end
|
101
101
|
|
102
102
|
#
|
103
|
-
# Yields a new
|
103
|
+
# Yields a new channel, which proxies all message back to {messages} on the
|
104
104
|
# {Warren::Handler::Test}
|
105
105
|
#
|
106
106
|
# @return [void]
|
@@ -111,7 +111,7 @@ module Warren
|
|
111
111
|
end
|
112
112
|
|
113
113
|
#
|
114
|
-
# Returns a new
|
114
|
+
# Returns a new channel, which proxies all message back to {messages} on the
|
115
115
|
# {Warren::Handler::Test}
|
116
116
|
#
|
117
117
|
# @return [Warren::Test::Channel] A rabbitMQ channel that logs messaged to the test warren
|
data/lib/warren/subscription.rb
CHANGED
@@ -11,7 +11,7 @@ module Warren
|
|
11
11
|
# Great a new subscription. Handles queue creation, binding and attaching
|
12
12
|
# consumers to the queues
|
13
13
|
#
|
14
|
-
# @param channel [Warren::Handler::Broadcast::Channel] A
|
14
|
+
# @param channel [Warren::Handler::Broadcast::Channel] A channel on which to register queues
|
15
15
|
# @param config [Hash] queue configuration hash
|
16
16
|
#
|
17
17
|
def initialize(channel:, config:)
|
data/lib/warren/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sanger_warren
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.0
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- James Glover
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-05-
|
11
|
+
date: 2021-05-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bunny
|
@@ -148,9 +148,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
148
148
|
version: 2.6.0
|
149
149
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
150
150
|
requirements:
|
151
|
-
- - "
|
151
|
+
- - ">="
|
152
152
|
- !ruby/object:Gem::Version
|
153
|
-
version:
|
153
|
+
version: '0'
|
154
154
|
requirements: []
|
155
155
|
rubygems_version: 3.1.4
|
156
156
|
signing_key:
|