gdpr 1.0.2 → 1.0.3

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: d6c3a3493803ddab1950a0ce22c483745e69f0e7
4
- data.tar.gz: a82bdd558ce48687b8c420ea689e305327301c42
3
+ metadata.gz: af83bc307dcf43b6d6dbd7fbfc4e72c7eecb5652
4
+ data.tar.gz: 5d548cbe78030123c452f113a47c6d4dcd3df6a6
5
5
  SHA512:
6
- metadata.gz: '0494e0f3477413097f9642cf84f412b2652852d880307f4635843bc682bad680adeda7e271a6e008cf2b8d76dd3cdaa5a6a31de5e921795cd15345cbc3ec34b8'
7
- data.tar.gz: f000c79139d50d2d7fc780a30355679ccf2a71b45a48c14dd0828b67ec40a526900380fe61563f9812ccf730b40f2b1fc1061dbfc1cbe96f48bf54754c96336b
6
+ metadata.gz: 2d58cc2e858ccc86933f7f8889423ed11122168d6fdde632a0a20c74d87ad25d4af86225c2acbae15e383dd5a1e0c5900a84010d2aaea3e6d2938a4f78364fa8
7
+ data.tar.gz: 44a4b6748c2ceed2af13f9f899ac6a3549be92ca402d743a04de42e3391eb21bc40f5439ec4ef4bc68cd385fba225d57512385e432c6862082e3e1c66de96bfe
data/README.md CHANGED
@@ -45,8 +45,12 @@ https://www.eugdpr.org/
45
45
  [ ] Users must have access to their data
46
46
  [ ] Users must be able to modify their data
47
47
 
48
+ ## Thanks
49
+
50
+ Inspired by cookies_eu (https://github.com/infinum/cookies_eu), thank you :)
51
+
48
52
  ## Contributing
49
- Contribution directions go here.
53
+ Feel free to pull request!
50
54
 
51
55
  ## License
52
56
  The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
@@ -5,7 +5,7 @@
5
5
  <%= t('gdpr.cookie_consent.learn_more_html', link: t('gdpr.privacy_policy')) %>
6
6
  </div>
7
7
  <div class="gdpr__cookie_consent__buttons">
8
- <button class="gdpr__cookie_consent__buttons__ok"> <%= t('gdpr.cookie_consent.btn_ok') %></button>
8
+ <button class="gdpr__cookie_consent__buttons__ok"> <%= t('gdpr.cookie_consent.button') %></button>
9
9
  </div>
10
10
  </div>
11
11
  <% end %>
@@ -1,3 +1,3 @@
1
1
  module Gdpr
2
- VERSION = '1.0.2'
2
+ VERSION = '1.0.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gdpr
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arnaud Levy