gds-api-adapters 36.3.0 → 36.4.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/lib/gds_api/panopticon/registerer.rb +0 -7
- data/lib/gds_api/version.rb +1 -1
- data/test/panopticon_registerer_test.rb +0 -5
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8adaaae453e95827a4b45119e1fa4af4e677c30f
|
|
4
|
+
data.tar.gz: 8398a28ba9d312dee84402c0f4b5c25f0629aba6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2391b55015a41eb094d96409442fa7d1203737e250f5eda7cb040d8fc7692dbfe199afed1e4c4ca280452f3cc9ecd0efa99bbaa0eef8373c40d1be7ef8bb663c
|
|
7
|
+
data.tar.gz: abefc29609acf31b9d565d6526a0eba7e9a9264d38e2be28900509ba36194bda0e126fb5397e8968569465355930e200871658d679c19625dc763207a1bfe490
|
|
@@ -33,16 +33,9 @@ module GdsApi
|
|
|
33
33
|
:need_id,
|
|
34
34
|
:need_ids,
|
|
35
35
|
|
|
36
|
-
:section,
|
|
37
|
-
:primary_section,
|
|
38
|
-
:sections,
|
|
39
|
-
|
|
40
36
|
:paths,
|
|
41
37
|
:prefixes,
|
|
42
38
|
|
|
43
|
-
:specialist_sectors,
|
|
44
|
-
:organisation_ids,
|
|
45
|
-
:indexable_content,
|
|
46
39
|
:public_timestamp,
|
|
47
40
|
:latest_change_note,
|
|
48
41
|
|
data/lib/gds_api/version.rb
CHANGED
|
@@ -64,9 +64,6 @@ describe GdsApi::Panopticon::Registerer do
|
|
|
64
64
|
description: '5 tips for keeping your beard in check',
|
|
65
65
|
state: 'draft',
|
|
66
66
|
need_ids: ["100001", "100002"],
|
|
67
|
-
primary_section: "tax/vat",
|
|
68
|
-
sections: ["tax/vat", "tax/capital-gains"],
|
|
69
|
-
specialist_sectors: ["oil-and-gas/wells", "oil-and-gas/licensing"],
|
|
70
67
|
public_timestamp: "2014-01-01T12:00:00+00:00",
|
|
71
68
|
latest_change_note: 'Added more stubble',
|
|
72
69
|
content_id: 'f47b4fab-46fa-4020-97a2-3413a5d75402'
|
|
@@ -102,7 +99,6 @@ describe GdsApi::Panopticon::Registerer do
|
|
|
102
99
|
name: 'A guide to beards',
|
|
103
100
|
description: '5 tips for keeping your beard in check',
|
|
104
101
|
state: 'draft',
|
|
105
|
-
section: "tax/vat",
|
|
106
102
|
)
|
|
107
103
|
|
|
108
104
|
GdsApi::Panopticon::Registerer.new(
|
|
@@ -114,7 +110,6 @@ describe GdsApi::Panopticon::Registerer do
|
|
|
114
110
|
title: 'A guide to beards',
|
|
115
111
|
description: '5 tips for keeping your beard in check',
|
|
116
112
|
state: 'draft',
|
|
117
|
-
section: "tax/vat",
|
|
118
113
|
)
|
|
119
114
|
)
|
|
120
115
|
|
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: 36.
|
|
4
|
+
version: 36.4.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- James Stewart
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-09-
|
|
11
|
+
date: 2016-09-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: plek
|