gdpr 1.3.0 → 1.4.0
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d9a349ac3867e974f79fb1329394af7cdd5e41559260574d44ba516c42265d82
|
4
|
+
data.tar.gz: dc1d444c220bded94d50e93c58c63eca7a2ffd4f7c40f3b66a9a845114c0f84d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9460604bac94355775bd1f7157f45682797d91ccdf21e7e4509a3d34171718a4909ec3dd0de294074e59f9d3ea30aae1db27f2fe3848355e7482dd98e1b3f69b
|
7
|
+
data.tar.gz: 6717eac784c901b8e589dabe9304e160388c8be5fe7cb91cb21896f9466408c9611b16cfbc0edb11e0e2bd1d1904ea929922d8f9597172fc4427f60a9b6af3f3
|
@@ -0,0 +1,25 @@
|
|
1
|
+
.gdpr__cookie_consent {
|
2
|
+
background: #FFFFFF;
|
3
|
+
border: 1px solid #EEEEEE;
|
4
|
+
bottom: 15px;
|
5
|
+
display: none;
|
6
|
+
font-size: 14px;
|
7
|
+
left: 15px;
|
8
|
+
max-width: 500px;
|
9
|
+
padding: 15px;
|
10
|
+
position: fixed;
|
11
|
+
right: 15px;
|
12
|
+
z-index: 9999;
|
13
|
+
}
|
14
|
+
|
15
|
+
.gdpr__cookie_consent a {
|
16
|
+
text-decoration: underline !important;
|
17
|
+
}
|
18
|
+
|
19
|
+
.gdpr__cookie_consent__text {
|
20
|
+
margin-bottom: 15px;
|
21
|
+
}
|
22
|
+
|
23
|
+
.gdpr__cookie_consent__buttons__ko {
|
24
|
+
margin-left: 3px;
|
25
|
+
}
|
data/lib/gdpr/version.rb
CHANGED
metadata
CHANGED
@@ -1,15 +1,16 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gdpr
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Arnaud Levy
|
8
8
|
- Pierre-André Boissinot
|
9
|
+
- Sébastien Gaya
|
9
10
|
autorequire:
|
10
11
|
bindir: bin
|
11
12
|
cert_chain: []
|
12
|
-
date: 2023-
|
13
|
+
date: 2023-04-07 00:00:00.000000000 Z
|
13
14
|
dependencies:
|
14
15
|
- !ruby/object:Gem::Dependency
|
15
16
|
name: rails
|
@@ -39,24 +40,11 @@ dependencies:
|
|
39
40
|
- - ">="
|
40
41
|
- !ruby/object:Gem::Version
|
41
42
|
version: '0'
|
42
|
-
- !ruby/object:Gem::Dependency
|
43
|
-
name: dartsass-sprockets
|
44
|
-
requirement: !ruby/object:Gem::Requirement
|
45
|
-
requirements:
|
46
|
-
- - ">="
|
47
|
-
- !ruby/object:Gem::Version
|
48
|
-
version: '0'
|
49
|
-
type: :runtime
|
50
|
-
prerelease: false
|
51
|
-
version_requirements: !ruby/object:Gem::Requirement
|
52
|
-
requirements:
|
53
|
-
- - ">="
|
54
|
-
- !ruby/object:Gem::Version
|
55
|
-
version: '0'
|
56
43
|
description: Adds a GDPR cookie consent and provides a simple checklist
|
57
44
|
email:
|
58
|
-
-
|
59
|
-
-
|
45
|
+
- arnaud.levy@noesya.coop
|
46
|
+
- pierreandre.boissinot@noesya.coop
|
47
|
+
- sebastien.gaya@noesya.coop
|
60
48
|
executables: []
|
61
49
|
extensions: []
|
62
50
|
extra_rdoc_files: []
|
@@ -65,7 +53,7 @@ files:
|
|
65
53
|
- README.md
|
66
54
|
- Rakefile
|
67
55
|
- app/assets/javascripts/gdpr/cookie_consent.js
|
68
|
-
- app/assets/stylesheets/gdpr/cookie_consent.
|
56
|
+
- app/assets/stylesheets/gdpr/cookie_consent.css
|
69
57
|
- app/views/gdpr/_cookie_consent.html.erb
|
70
58
|
- config/locales/de.yml
|
71
59
|
- config/locales/en.yml
|
@@ -1,21 +0,0 @@
|
|
1
|
-
.gdpr__cookie_consent
|
2
|
-
background: #FFFFFF
|
3
|
-
border: 1px solid #EEEEEE
|
4
|
-
bottom: 15px
|
5
|
-
display: none
|
6
|
-
font-size: 14px
|
7
|
-
left: 15px
|
8
|
-
max-width: 500px
|
9
|
-
padding: 15px
|
10
|
-
position: fixed
|
11
|
-
right: 15px
|
12
|
-
z-index: 9999
|
13
|
-
|
14
|
-
a
|
15
|
-
text-decoration: underline !important
|
16
|
-
|
17
|
-
&__text
|
18
|
-
margin-bottom: 15px
|
19
|
-
|
20
|
-
&__buttons__ko
|
21
|
-
margin-left: 3px
|