govuk_navigation_helpers 2.3.0 → 2.3.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4b95f1233b8c92f48aa8322db214c9063c198087
4
- data.tar.gz: 39c48d33844ad4f5e4f50e4a1cd8523e6aa82725
3
+ metadata.gz: 783242d5e27cba520c2b62463bc8b98f3db7caa3
4
+ data.tar.gz: c9600fd1a77522e033c6f42c8e84e0c82909e782
5
5
  SHA512:
6
- metadata.gz: b34e178430bb1c7cd8d8ce57653f5374c1cdefcc3d4f246be721e550fdd999fe7f10e2944ae70fe4f143a933cbdb79c60b2fcc30e2757d8274d9f7f0e69a67e6
7
- data.tar.gz: 5231d56178f8bb94d3732548b8f35c200587059d7722930f3e199502b8eabb206b3e6077dd38877e7b485f0e9b38b9fc4f99adf9615130fe6b1b16f6004d388a
6
+ metadata.gz: 8322866da307b50a8621068bee8e5571db753405bcdb7087bb95e23975d67f4dc33a4fe3816c3b1bf83de7b8e9d21e943ba6ebbfe973ff341ebb62983c825f9b
7
+ data.tar.gz: f6db60711406ccd72a5c2fd7046a4bbdc40adf5709f0a1c62f83ad733c5c6bf1a4a4fa628abc4440182c8507c6885212bb086e5c906f9647406041825b6db3e3
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 2.3.1
2
+
3
+ * Convert all ContentItem initialization objects to a hash
4
+
1
5
  ## 2.3.0
2
6
 
3
7
  * Add support for adding the current page to Taxon breadcrumbs
@@ -7,7 +7,7 @@ module GovukNavigationHelpers
7
7
  attr_reader :content_store_response
8
8
 
9
9
  def initialize(content_store_response)
10
- @content_store_response = content_store_response
10
+ @content_store_response = content_store_response.to_h
11
11
  end
12
12
 
13
13
  def parent
@@ -1,3 +1,3 @@
1
1
  module GovukNavigationHelpers
2
- VERSION = "2.3.0".freeze
2
+ VERSION = "2.3.1".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: govuk_navigation_helpers
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.0
4
+ version: 2.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - GOV.UK Dev