gds-api-adapters 1.4.0 → 1.4.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,7 +5,7 @@ class GdsApi::ContentApi < GdsApi::Base
5
5
  include GdsApi::ExceptionHandling
6
6
 
7
7
  def sections
8
- get_json!("#{base_url}/tags.json?type=Section")
8
+ get_json!("#{base_url}/tags.json?type=section")
9
9
  end
10
10
 
11
11
  private
@@ -20,7 +20,7 @@ module GdsApi
20
20
  }
21
21
  end
22
22
  )
23
- url = "#{CONTENT_API_ENDPOINT}/tags.json?type=Section"
23
+ url = "#{CONTENT_API_ENDPOINT}/tags.json?type=section"
24
24
  stub_request(:get, url).to_return(status: 200, body: body.to_json, headers: {})
25
25
  end
26
26
 
@@ -1,3 +1,3 @@
1
1
  module GdsApi
2
- VERSION = '1.4.0'
2
+ VERSION = '1.4.1'
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: gds-api-adapters
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.4.0
5
+ version: 1.4.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - James Stewart
@@ -203,7 +203,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
203
203
  requirements:
204
204
  - - ">="
205
205
  - !ruby/object:Gem::Version
206
- hash: -2409433520701457667
206
+ hash: 1651904817937747119
207
207
  segments:
208
208
  - 0
209
209
  version: "0"
@@ -212,7 +212,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
212
212
  requirements:
213
213
  - - ">="
214
214
  - !ruby/object:Gem::Version
215
- hash: -2409433520701457667
215
+ hash: 1651904817937747119
216
216
  segments:
217
217
  - 0
218
218
  version: "0"