gds-api-adapters 1.9.0 → 1.9.1

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.
@@ -79,7 +79,7 @@ module GdsApi
79
79
 
80
80
  def artefact_for_slug_in_a_section(slug, section_slug)
81
81
  artefact = artefact_for_slug(slug)
82
- artefact["tags"] << full_tag_for_slug(section_slug, "section")
82
+ artefact["tags"] << tag_for_slug(section_slug, "section")
83
83
  artefact
84
84
  end
85
85
 
@@ -1,3 +1,3 @@
1
1
  module GdsApi
2
- VERSION = '1.9.0'
2
+ VERSION = '1.9.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.9.0
5
+ version: 1.9.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - James Stewart
@@ -202,7 +202,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
202
202
  requirements:
203
203
  - - ">="
204
204
  - !ruby/object:Gem::Version
205
- hash: 1130325677672649430
205
+ hash: 2071079592160600771
206
206
  segments:
207
207
  - 0
208
208
  version: "0"
@@ -211,7 +211,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
211
211
  requirements:
212
212
  - - ">="
213
213
  - !ruby/object:Gem::Version
214
- hash: 1130325677672649430
214
+ hash: 2071079592160600771
215
215
  segments:
216
216
  - 0
217
217
  version: "0"