govuk_publishing_components 21.1.0 → 21.1.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
  SHA256:
3
- metadata.gz: eba6273d64031399b770ec443b7502a8cde512cc2127af47d08f3046c6389238
4
- data.tar.gz: f49f10c2ec3166a2c28fa24d370745aa7f45503e66e878653303466d82e604a8
3
+ metadata.gz: 01da7159d562d1b66d4f94c80a50d9f5d462b7b4192814ba4fc3c975c32fa869
4
+ data.tar.gz: 4009c99e6c045a81754b8c7cff08d83a2112b764d74ad02bbb30487d4c36ceb0
5
5
  SHA512:
6
- metadata.gz: ee746fd4ccd8f7a590361a1854456a8b68af731788a8f686880c61cb23274dea632164565cf325146914d172bcdbcafabb5a230ba0e53a737bbc26c53c9890b4
7
- data.tar.gz: 5aa2a3af8b027dd77950d30a826e2bd61dae09b2dc6f1706d3fa6d2d13d563478e52d75b883d2707ca8810e970cb08ae16d76e76df45666767d1a1abbf75a4d1
6
+ metadata.gz: 0ad62fa732c32891f9c929e0f887c163217446a0d69489e2df822cfdaf46ad6a4ae23ce96caf91fb14ea6060874240e314269e2bc049686c2e0af6e9b23ff4bd
7
+ data.tar.gz: 47798f9171a5f6f5218c347b28e65caa5f466b3a0e4a52a7fd69576541311769628a2e449ba21c0f2d3c77b72d7632072f47e2fcf027632c4971e487d82c8cca
@@ -1,6 +1,6 @@
1
1
  <%
2
2
  id ||= 'global-cookie-message'
3
- message ||= "GOV.UK uses cookies to make the site simpler."
3
+ message ||= "GOV.UK uses cookies which are essential for the site to work. We also use non-essential cookies to help us improve government digital services. Any data collected is anonymised. By continuing to use this site, you agree to our use of cookies."
4
4
  %>
5
5
 
6
6
  <div id="<%= id %>" class="gem-c-cookie-banner" data-module="cookie-banner" role="region" aria-label="cookie banner">
@@ -1,3 +1,3 @@
1
1
  module GovukPublishingComponents
2
- VERSION = '21.1.0'.freeze
2
+ VERSION = '21.1.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: govuk_publishing_components
3
3
  version: !ruby/object:Gem::Version
4
- version: 21.1.0
4
+ version: 21.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - GOV.UK Dev
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-09-23 00:00:00.000000000 Z
11
+ date: 2019-09-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gds-api-adapters