govuk_message_queue_consumer 3.2.0 → 3.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 +4 -4
- data/CHANGELOG.md +5 -1
- data/README.md +2 -6
- data/lib/govuk_message_queue_consumer/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8a2f504ad161d09b9bcab69429ad5c1ce5b5b2da7f4050aa6178f8f2360e3e21
|
|
4
|
+
data.tar.gz: f21385b0bb982ad3d5060125296c3736ae589e2fa1d899e16ff079ac226e0e00
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 22dc1e7ab53cf07fa214a94754723ab2d48437b2fc828a2856548e79d2bf6ac7fecbbe14811ffc4b045df74f35962056dedf6e3ae0e2b787cc7276062af51298
|
|
7
|
+
data.tar.gz: 5d1aeda8466f9d61ccdc0da54ec811fb498ccc49ce45654e64187a33f3d8c33d72fa28112cdafe51a872bf66f81a4a95ce78dc6422c7eb6f9528f58121737513
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
# 3.2.1
|
|
2
|
+
|
|
3
|
+
- Upgrade [bunny](http://rubybunny.info/) to 2.11
|
|
4
|
+
|
|
1
5
|
# 3.2.0
|
|
2
6
|
|
|
3
7
|
- Add batch process capabilities
|
|
@@ -15,7 +19,7 @@
|
|
|
15
19
|
|
|
16
20
|
- Fix a bug that caused the test-helpers to error ([#34](https://github.com/alphagov/govuk_message_queue_consumer/pull/34))
|
|
17
21
|
|
|
18
|
-
#
|
|
22
|
+
# 3.0.0
|
|
19
23
|
|
|
20
24
|
- Updated README to conform changes on [PR #32](https://github.com/alphagov/govuk_message_queue_consumer/pull/32)
|
|
21
25
|
- Remove `exchange_name` parameter [PR #34](https://github.com/alphagov/govuk_message_queue_consumer/pull/34)
|
data/README.md
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
# GOV.UK Message Queue Consumer
|
|
2
|
+
[](https://badge.fury.io/rb/govuk_message_queue_consumer)
|
|
2
3
|
|
|
3
4
|
Standardises the way GOV.UK consumes messages from [RabbitMQ](https://www.rabbitmq.com/).
|
|
4
5
|
RabbitMQ is a messaging framework that allows applications to broadcast messages
|
|
@@ -47,12 +48,7 @@ pull request with the version number incremented.
|
|
|
47
48
|
|
|
48
49
|
## Usage
|
|
49
50
|
|
|
50
|
-
Add the gem
|
|
51
|
-
|
|
52
|
-
```ruby
|
|
53
|
-
# Gemfile
|
|
54
|
-
gem "govuk_message_queue_consumer", "~> 2.1"
|
|
55
|
-
```
|
|
51
|
+
[Add the gem to your Gemfile](https://rubygems.org/gems/govuk_message_queue_consumer).
|
|
56
52
|
|
|
57
53
|
Add a rake task like the following example:
|
|
58
54
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: govuk_message_queue_consumer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.2.
|
|
4
|
+
version: 3.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- GOV.UK Dev
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-08-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bunny
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 2.
|
|
19
|
+
version: '2.11'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 2.
|
|
26
|
+
version: '2.11'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: rspec
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -136,7 +136,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
136
136
|
version: '0'
|
|
137
137
|
requirements: []
|
|
138
138
|
rubyforge_project:
|
|
139
|
-
rubygems_version: 2.7.
|
|
139
|
+
rubygems_version: 2.7.6
|
|
140
140
|
signing_key:
|
|
141
141
|
specification_version: 4
|
|
142
142
|
summary: AMQP message queue consumption with GOV.UK conventions
|