gds-api-adapters 14.1.0 → 14.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -103,8 +103,12 @@ module GdsApi
103
103
  "results" => slugs_or_tags.map { |tag| tag_result(tag, tag_type) }
104
104
  )
105
105
 
106
- url = "#{CONTENT_API_ENDPOINT}/tags.json?sort=#{sort_order}&type=#{tag_type}"
107
- stub_request(:get, url).to_return(status: 200, body: body.to_json, headers: {})
106
+ [
107
+ "#{CONTENT_API_ENDPOINT}/tags.json?sort=#{sort_order}&type=#{tag_type}",
108
+ "#{CONTENT_API_ENDPOINT}/tags.json?draft=true&sort=#{sort_order}&type=#{tag_type}"
109
+ ].each do |url|
110
+ stub_request(:get, url).to_return(status: 200, body: body.to_json, headers: {})
111
+ end
108
112
  end
109
113
 
110
114
  def content_api_has_child_tags(tag_type, parent_slug_or_hash, child_tag_ids)
@@ -1,3 +1,3 @@
1
1
  module GdsApi
2
- VERSION = '14.1.0'
2
+ VERSION = '14.1.1'
3
3
  end
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: 14.1.0
4
+ version: 14.1.1
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-08-07 00:00:00.000000000 Z
12
+ date: 2014-08-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: plek
@@ -410,7 +410,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
410
410
  version: '0'
411
411
  segments:
412
412
  - 0
413
- hash: 3872121278266282577
413
+ hash: 640986324676272384
414
414
  required_rubygems_version: !ruby/object:Gem::Requirement
415
415
  none: false
416
416
  requirements:
@@ -419,7 +419,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
419
419
  version: '0'
420
420
  segments:
421
421
  - 0
422
- hash: 3872121278266282577
422
+ hash: 640986324676272384
423
423
  requirements: []
424
424
  rubyforge_project:
425
425
  rubygems_version: 1.8.23