govuk_sidekiq 11.0.1 → 11.1.2
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/lib/govuk_sidekiq/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7080033f78ada32924089914211decabde4af1c661ad8b1f186d37568286596b
|
|
4
|
+
data.tar.gz: 9ab43fa1bc017d1b2daa5d09fef4879336a8400a96c15c61bdae5a703ed5eaa4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 493883c4b60aa12b4c7a8c4e910a98c046c5fae5bc1dbfc33dd67b43ce858ad530c5b39d41d549294dfdceb392ec8b6923f12b1c533cd0f8014826b33aec2294
|
|
7
|
+
data.tar.gz: 020bc1675ccd1294d414da3bbbaec8e3f73b61831ae2ba4f69262e461bca3b8e4115e24c3f93851d1099853f2e4fe1ecf488fc697f77f1cd4ab872a775780024
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: govuk_sidekiq
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 11.
|
|
4
|
+
version: 11.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- GOV.UK Dev
|
|
@@ -182,14 +182,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
182
182
|
requirements:
|
|
183
183
|
- - ">="
|
|
184
184
|
- !ruby/object:Gem::Version
|
|
185
|
-
version: '3.
|
|
185
|
+
version: '3.3'
|
|
186
186
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
187
187
|
requirements:
|
|
188
188
|
- - ">="
|
|
189
189
|
- !ruby/object:Gem::Version
|
|
190
190
|
version: '0'
|
|
191
191
|
requirements: []
|
|
192
|
-
rubygems_version: 4.0.
|
|
192
|
+
rubygems_version: 4.0.9
|
|
193
193
|
specification_version: 4
|
|
194
194
|
summary: Provides standard setup and behaviour for Sidekiq in GOV.UK applications.
|
|
195
195
|
test_files: []
|