gds-api-adapters 10.9.0 → 10.10.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.
- data/README.md +1 -1
- data/lib/gds_api/panopticon/registerer.rb +1 -1
- data/lib/gds_api/test_helpers/content_api.rb +2 -2
- data/lib/gds_api/version.rb +1 -1
- metadata +4 -4
data/README.md
CHANGED
|
@@ -216,7 +216,7 @@ module GdsApi
|
|
|
216
216
|
"id" => "#{CONTENT_API_ENDPOINT}/#{CGI.escape(slug)}.json",
|
|
217
217
|
"web_url" => "http://frontend.test.gov.uk/#{slug}",
|
|
218
218
|
"details" => {
|
|
219
|
-
"
|
|
219
|
+
"need_ids" => ["100001"],
|
|
220
220
|
"business_proposition" => false, # To be removed and replaced with proposition tags
|
|
221
221
|
"format" => "Guide",
|
|
222
222
|
"alternative_title" => "",
|
|
@@ -385,7 +385,7 @@ module GdsApi
|
|
|
385
385
|
"web_url" => "http://www.test.gov.uk/#{details[:slug]}",
|
|
386
386
|
"format" => "licence",
|
|
387
387
|
"details" => {
|
|
388
|
-
"
|
|
388
|
+
"need_ids" => [],
|
|
389
389
|
"business_proposition" => false,
|
|
390
390
|
"alternative_title" => nil,
|
|
391
391
|
"overview" => nil,
|
data/lib/gds_api/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gds-api-adapters
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 10.
|
|
4
|
+
version: 10.10.0
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2014-04-
|
|
12
|
+
date: 2014-04-23 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: plek
|
|
@@ -376,7 +376,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
376
376
|
version: '0'
|
|
377
377
|
segments:
|
|
378
378
|
- 0
|
|
379
|
-
hash: -
|
|
379
|
+
hash: -4095217778574635020
|
|
380
380
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
381
381
|
none: false
|
|
382
382
|
requirements:
|
|
@@ -385,7 +385,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
385
385
|
version: '0'
|
|
386
386
|
segments:
|
|
387
387
|
- 0
|
|
388
|
-
hash: -
|
|
388
|
+
hash: -4095217778574635020
|
|
389
389
|
requirements: []
|
|
390
390
|
rubyforge_project:
|
|
391
391
|
rubygems_version: 1.8.23
|