gdpr 1.0.5 → 1.0.7
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 +4 -4
- data/README.md +7 -7
- data/app/assets/stylesheets/gdpr/cookie_consent.sass +0 -1
- data/lib/gdpr/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 97d5ace8a5ca7e30741d6a8ae710ad7cf14fdfba
|
|
4
|
+
data.tar.gz: 19cc4ace2a126d02aafe6dbe43cf006677c4e95d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e1d03e034fa52e4b2ba08a44f1c8cdadcd67c92b2f8bedd1e2e767d8588057711ff1642250dc4b919f2120a43a7113f2e6abdb7d76c2584a1e0bfec2ee9f045a
|
|
7
|
+
data.tar.gz: 6d43e61b15b25812f0e45fdb07f6116cf0adc58355a6ab7e05c3d28290b3905b7812e336020265e851f0e265b34c9b0a29d2c9c5cdb672ae23dae4b3b7e3eeea
|
data/README.md
CHANGED
|
@@ -39,13 +39,13 @@ Set the privacy policy url in the locales.
|
|
|
39
39
|
|
|
40
40
|
https://www.eugdpr.org/
|
|
41
41
|
|
|
42
|
-
[x] Cookie consent
|
|
43
|
-
[ ] Privacy policy
|
|
44
|
-
[ ] There must be an optin
|
|
45
|
-
[ ] Optin must be unchecked by default
|
|
46
|
-
[ ] Account must be deletable
|
|
47
|
-
[ ] Users must have access to their data
|
|
48
|
-
[ ] Users must be able to modify their data
|
|
42
|
+
- [x] Cookie consent
|
|
43
|
+
- [ ] Privacy policy
|
|
44
|
+
- [ ] There must be an optin
|
|
45
|
+
- [ ] Optin must be unchecked by default
|
|
46
|
+
- [ ] Account must be deletable
|
|
47
|
+
- [ ] Users must have access to their data
|
|
48
|
+
- [ ] Users must be able to modify their data
|
|
49
49
|
|
|
50
50
|
## Thanks
|
|
51
51
|
|
data/lib/gdpr/version.rb
CHANGED
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.
|
|
4
|
+
version: 1.0.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Arnaud Levy
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2018-
|
|
12
|
+
date: 2018-07-17 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|