gds-api-adapters 36.3.0 → 36.4.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5e72a0c3c2f618e36bc65ed7b87b351f68d0a17a
4
- data.tar.gz: b4dfb7f533bcf6d466831f1e1f64ee253a2a8a56
3
+ metadata.gz: 8adaaae453e95827a4b45119e1fa4af4e677c30f
4
+ data.tar.gz: 8398a28ba9d312dee84402c0f4b5c25f0629aba6
5
5
  SHA512:
6
- metadata.gz: 8d54634fa0f200ec449f86fad339489078912a81ef83ae5cf575fafb9f92f097cc3d991d5ce46db537078b0a43f7f387bf7688a8504c4b93dccbb41be817c263
7
- data.tar.gz: 7f8ce9ff731ef650cc487df2dbfecfb7cfe8fc954ae20a16b08ac2c4ee38197a8be70dae84192ed47bd5bb5e84fbe755e07a9eadd89f2065d9cebb4bba763ba6
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
 
@@ -1,3 +1,3 @@
1
1
  module GdsApi
2
- VERSION = '36.3.0'
2
+ VERSION = '36.4.0'
3
3
  end
@@ -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.3.0
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-28 00:00:00.000000000 Z
11
+ date: 2016-09-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: plek