gds-api-adapters 59.5.0 → 59.5.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/lib/gds_api/test_helpers/email_alert_api.rb +2 -0
- data/lib/gds_api/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e7ff99b8cf39aacebd4d74384cc46a98e8d2c40935f5b9c17fd0035cb2ced054
|
|
4
|
+
data.tar.gz: c0b5f284e573bb6fbcd3a03ad0ed1a2f637b09b5bb146c9971963a82900bb6eb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: db93a3be87d0196dc6a1a1da568cd107c7f2c576d83193ad17caac1dc76dd0fb88fba82691a57a63ac990cefff1c3bdff9016112b1633623463fd8f40bf48d25
|
|
7
|
+
data.tar.gz: bdf6242c8670b47f5f6725f7b6af1b8a2e59a31593d599fb369c6bf6bd95cd12d56e414f4c1c1848aef6debbc56438cfdafb5920def7d75ed00cc33257d08d27
|
|
@@ -380,6 +380,7 @@ module GdsApi
|
|
|
380
380
|
government_document_supertype = attributes["government_document_supertype"]
|
|
381
381
|
gov_delivery_id = attributes["gov_delivery_id"]
|
|
382
382
|
content_purpose_supergroup = attributes["content_purpose_supergroup"]
|
|
383
|
+
combine_mode = attributes["combine_mode"]
|
|
383
384
|
|
|
384
385
|
params = {}
|
|
385
386
|
params[:tags] = tags if tags
|
|
@@ -389,6 +390,7 @@ module GdsApi
|
|
|
389
390
|
params[:government_document_supertype] = government_document_supertype if government_document_supertype
|
|
390
391
|
params[:gov_delivery_id] = gov_delivery_id if gov_delivery_id
|
|
391
392
|
params[:content_purpose_supergroup] = content_purpose_supergroup if content_purpose_supergroup
|
|
393
|
+
params[:combine_mode] = combine_mode if combine_mode
|
|
392
394
|
|
|
393
395
|
query = Rack::Utils.build_nested_query(params)
|
|
394
396
|
end
|
data/lib/gds_api/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gds-api-adapters
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 59.5.
|
|
4
|
+
version: 59.5.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: 2019-06-
|
|
11
|
+
date: 2019-06-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: addressable
|