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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ca7edfe15b95424b868ca931fab20eb671e100fd75d43f4c9c8b03a72fcda71f
4
- data.tar.gz: 294bf90ca85b4e4912368a152865df9f78e48509dd6feb7a314e56a0c76b8571
3
+ metadata.gz: db1e22cb56e5b310539f2376823db23e6ffe3f711f12e685a525f63a32532c22
4
+ data.tar.gz: e8ea84bdb2367d12ff0436a35e2681656f781b7ed2ab753fc75554760dcd315c
5
5
  SHA512:
6
- metadata.gz: f14cdf9e700764fc3b6fa403230c59b6af32b43da4484171677f313cd59e4ae95259c3dcb5ef9604492e4a6039ba7adeaae70171896c206913cb499be3bacf90
7
- data.tar.gz: bfe863ec509ebe512880aeb762153c823fb0bfa1b0a5b60ad2dc70f898c9549399ca5a53b71fb4a6e284a408b47cef3e188a50cbff9da667bf3055b50e362712
6
+ metadata.gz: 0fd88000c3f130678fbd6a0cd353c82b7062f874d796859c1243390fa669ad8d4534c949ce1d63ba3dab8397dbc235705ef0c0c3ac6c1f154c4a72ac7dba55b8
7
+ data.tar.gz: 51f722402842324e71604693f028d109777807ddf0ae254ef48ac094f4b91fda71c98b9bb3a028f4b005c7ed9126b159517baf8e503bafdc9ea81cbf2cc1c443
data/CHANGELOG.md CHANGED
@@ -5,6 +5,8 @@ Unreleased section to make new releases easy.
5
5
 
6
6
  ## [Unreleased]
7
7
 
8
+ ## [0.2.0]
9
+
8
10
  ### Added
9
11
 
10
12
  - Added railties to automatically initialize and configure Warren in rails apps.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sanger_warren (0.2.0.rc2)
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.3)
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.4)
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)
@@ -100,7 +100,7 @@ module Warren
100
100
  end
101
101
 
102
102
  #
103
- # Yields a new chanel, which proxies all message back to {messages} on the
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 chanel, which proxies all message back to {messages} on the
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
@@ -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 chanel on which to register queues
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:)
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Warren
4
4
  # Gem version number. Bump prior to release of new version
5
- VERSION = '0.2.0.rc2'
5
+ VERSION = '0.2.0'
6
6
  end
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.rc2
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-05 00:00:00.000000000 Z
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: 1.3.1
153
+ version: '0'
154
154
  requirements: []
155
155
  rubygems_version: 3.1.4
156
156
  signing_key: