gdpr 1.0.1 → 1.0.2

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: 2cf5b2484ee850bf9df578e57d7cee162a34bef6
4
- data.tar.gz: d68eeb27b402cda6ac6bd1acdf6be020bb2f6ee5
3
+ metadata.gz: d6c3a3493803ddab1950a0ce22c483745e69f0e7
4
+ data.tar.gz: a82bdd558ce48687b8c420ea689e305327301c42
5
5
  SHA512:
6
- metadata.gz: d5d21a65bcb0f5d16847bab98020b2cd90cf19ba6af94e72d1650d4555db396679767e1ba79ad271dd70303a8b0dd130446787f3ec75d556c74feeb513a53862
7
- data.tar.gz: 9b63ec8f73c0025bb06d040d586a062494f2b35737fe870f9c8252f7f1978e1bd9bb3b39b523aaca9c77b3f83ccbf847f95bf503e61a2bbf432d8c1e987fb39b
6
+ metadata.gz: '0494e0f3477413097f9642cf84f412b2652852d880307f4635843bc682bad680adeda7e271a6e008cf2b8d76dd3cdaa5a6a31de5e921795cd15345cbc3ec34b8'
7
+ data.tar.gz: f000c79139d50d2d7fc780a30355679ccf2a71b45a48c14dd0828b67ec40a526900380fe61563f9812ccf730b40f2b1fc1061dbfc1cbe96f48bf54754c96336b
data/README.md CHANGED
@@ -25,12 +25,12 @@ Add this to layout:
25
25
 
26
26
  Add this to javascripts:
27
27
  ```js
28
- //= require gdpr
28
+ //= require gdpr/gdpr
29
29
  ```
30
30
 
31
31
  Add this to stylesheets:
32
32
  ```sass
33
- @import 'gdpr'
33
+ @import 'gdpr/gdpr'
34
34
  ```
35
35
 
36
36
  ## Checklist
@@ -39,7 +39,11 @@ https://www.eugdpr.org/
39
39
 
40
40
  [x] Cookie consent
41
41
  [ ] Privacy policy
42
- [ ] Optin must exist, and must not be checked by default
42
+ [ ] There must be an optin
43
+ [ ] Optin must be unchecked by default
44
+ [ ] Account must be deletable
45
+ [ ] Users must have access to their data
46
+ [ ] Users must be able to modify their data
43
47
 
44
48
  ## Contributing
45
49
  Contribution directions go here.
@@ -3,5 +3,4 @@ require 'gdpr/engine'
3
3
  require 'js_cookie_rails'
4
4
 
5
5
  module Gdpr
6
- # Your code goes here...
7
6
  end
@@ -1,3 +1,3 @@
1
1
  module Gdpr
2
- VERSION = '1.0.1'
2
+ VERSION = '1.0.2'
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.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arnaud Levy
@@ -64,8 +64,8 @@ files:
64
64
  - LICENSE
65
65
  - README.md
66
66
  - Rakefile
67
- - app/assets/javascripts/gdpr.js
68
- - app/assets/stylesheets/gdpr.sass
67
+ - app/assets/javascripts/gdpr/cookie_consent.js
68
+ - app/assets/stylesheets/gdpr/cookie_consent.sass
69
69
  - app/views/gdpr/_cookie_consent.html.erb
70
70
  - config/locales/en.yml
71
71
  - config/locales/fr.yml
@@ -80,8 +80,7 @@ metadata: {}
80
80
  post_install_message:
81
81
  rdoc_options: []
82
82
  require_paths:
83
- - app/assets/javascripts
84
- - app/assets/stylesheets
83
+ - lib
85
84
  required_ruby_version: !ruby/object:Gem::Requirement
86
85
  requirements:
87
86
  - - ">="