pugin 1.8.6 → 1.8.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3789e56f7d244d1aa131c36b952cb54ef211cf00
4
- data.tar.gz: 8191af9c1e2f2901870245181bd57b9622f9c952
3
+ metadata.gz: 793a98c6900ddfca23ea752dbe18176a9641d1aa
4
+ data.tar.gz: 6cdfcb32405c6ac8a663e42427807366f43fa6bd
5
5
  SHA512:
6
- metadata.gz: cee539cfda33e9666c12fedc763215809d874f6765828b2c09c4dd3562293667baa6b9a31d87b88146a600f39c2b1b773ba8bb296bab33c214633b63b0b50616
7
- data.tar.gz: dd01bb97a1e2e7f39078fa1b252742dd75a2e9669da8437da735297d7eaa6c426802f376602b3a77dc078c5a5de9a5d91979b29487fc00d2c0ecca7ba99fa42d
6
+ metadata.gz: 0f1e70804ba172ab225b18e585487e15ca801217434f85a4f0136af4899fb02fb7cfd9650d663b5899860d7ff371671f49dda726304c065c6a34a5bd01b9fa0e
7
+ data.tar.gz: 914cb6f98e5eb608b1272e0b4314cf6a9a224386f7f9030fc456158fc50598559826002430f4a42633b7491dd50e1785bee850e80a44f009c1c97a1fb4f34150
@@ -4,3 +4,4 @@
4
4
  %ul.list
5
5
  %li= link_to( I18n.t('pugin.components.footer.current_website'), 'http://www.parliament.uk' )
6
6
  %li= link_to( I18n.t('pugin.components.footer.cookie_policy'), meta_cookie_policy_path() )
7
+ %li= link_to( I18n.t('pugin.components.footer.privacy_notice'), 'https://www.parliament.uk/site-information/data-protection/data-protection-and-privacy-policy/')
@@ -40,6 +40,7 @@ en:
40
40
  uk_parliament: "UK Parliament"
41
41
  current_website: "Current Parliament.uk website"
42
42
  cookie_policy: "Cookie Policy"
43
+ privacy_notice: "Data protection and privacy policy"
43
44
  navigation-letter:
44
45
  aria_label: "Paged navigation"
45
46
  select_letter: "select a letter"
data/lib/pugin/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Pugin
2
- VERSION = '1.8.6'.freeze
2
+ VERSION = '1.8.7'.freeze
3
3
  end
@@ -18,6 +18,7 @@ describe 'pugin/components/_footer.html.haml', type: :view do
18
18
  <ul class='list'>
19
19
  <li><a href="http://www.parliament.uk">Current Parliament.uk website</a></li>
20
20
  <li><a href="/meta/cookie-policy">Cookie Policy</a></li>
21
+ <li><a href="https://www.parliament.uk/site-information/data-protection/data-protection-and-privacy-policy/">Data protection and privacy policy</a></li>
21
22
  </ul>
22
23
  </div>
23
24
  </footer>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pugin
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.6
4
+ version: 1.8.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Rayner
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-05-23 00:00:00.000000000 Z
11
+ date: 2018-05-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails