gdpr 1.0.12 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/config/locales/de.yml +1 -1
- data/config/locales/en.yml +1 -1
- data/config/locales/es.yml +1 -1
- data/config/locales/fr.yml +1 -1
- data/config/locales/it.yml +1 -1
- data/config/locales/zh.yml +1 -1
- data/lib/gdpr/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e415d6b6900821ce66cc9252776b119cbbd75e04dbd2d417bb9fe4a6776cee84
|
4
|
+
data.tar.gz: 4b81c17651db669cefc67f46748d00fb7babe758ab04258bfc2851aae41884dd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 22bf1a09d57bc65dd1c784fc9e6a18569bf2938b733e38830a2925e1b47c3eb05c7934163c5cfe43386cb0ee77a4f8004114fc00f4277e1e6113f87d799f6152
|
7
|
+
data.tar.gz: fc51d1f1c0f3ac34a8c702c35786fab44bbff8c81c52e95d5c925c8af7e5bfecd770350c054f4f82f3c7550b03f7a9461f9ed40e8011136068883c7d0a699bdc
|
data/config/locales/de.yml
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
de:
|
2
2
|
gdpr:
|
3
|
-
privacy_policy: https://
|
3
|
+
privacy_policy: https://gdpr.eu/cookies/
|
4
4
|
cookie_consent:
|
5
5
|
text: "Indem Sie Ihre Navigation auf dieser Website fortsetzen, akzeptieren Sie die Verwendung von Cookies, die insbesondere dazu dienen, Ihnen personalisierte Funktionen anzubieten und Ihre Besuche auf der Website zu erfassen."
|
6
6
|
button: "Ich habe verstanden"
|
data/config/locales/en.yml
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
en:
|
2
2
|
gdpr:
|
3
|
-
privacy_policy: https://
|
3
|
+
privacy_policy: https://gdpr.eu/cookies/
|
4
4
|
cookie_consent:
|
5
5
|
text: 'By navigating on this website, you agree to our use of cookies to personalize certain website features and to measure the audience and use of this website.'
|
6
6
|
button: "I agree"
|
data/config/locales/es.yml
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
es:
|
2
2
|
gdpr:
|
3
|
-
privacy_policy: https://
|
3
|
+
privacy_policy: https://gdpr.eu/cookies/
|
4
4
|
cookie_consent:
|
5
5
|
text: "Al continuar su navegación por este sitio, acepta la utilización de cookies, que tienen por objeto proponerle funcionalidades personalizadas y realizar mediciones de audiencia."
|
6
6
|
button: "Entendido"
|
data/config/locales/fr.yml
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
fr:
|
2
2
|
gdpr:
|
3
|
-
privacy_policy: https://
|
3
|
+
privacy_policy: https://gdpr.eu/cookies/
|
4
4
|
cookie_consent:
|
5
5
|
text: "En poursuivant votre navigation sur ce site, vous acceptez l’utilisation de Cookies pour vous proposer notamment des fonctionnalités personnalisées et pour réaliser des mesures d’audience."
|
6
6
|
button: "J'ai compris"
|
data/config/locales/it.yml
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
it:
|
2
2
|
gdpr:
|
3
|
-
privacy_policy: https://
|
3
|
+
privacy_policy: https://gdpr.eu/cookies/
|
4
4
|
cookie_consent:
|
5
5
|
text: "Proseguendo nella navigazione del Sito, l'utente acconsente all'utilizzo dei cookie allo scopo di fornire funzioni personalizzate e di misurazione dell'audience."
|
6
6
|
button: "Ho capito"
|
data/config/locales/zh.yml
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
zh:
|
2
2
|
gdpr:
|
3
|
-
privacy_policy: https://
|
3
|
+
privacy_policy: https://gdpr.eu/cookies/
|
4
4
|
cookie_consent:
|
5
5
|
text: '在瀏覽本網站之時,您同意本網站收集閣下Cookies(如有)及用於獲取配置數據以及分析上網認識的瀏覽習慣。Cookies可免除閣下每次瀏覽網站是重新登記的麻煩,並追蹤閣下喜歡的網頁主題選項,為閣下提供更個性化服務。阁下如不希望接受Cookies,可以修改有关互联网选项或阁下计算机系统的浏览选项,但阁下可能因此无法使用或启动本网站的若干功能。'
|
6
6
|
button: "同意"
|
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.1.0
|
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:
|
12
|
+
date: 2020-07-30 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -96,8 +96,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
96
96
|
- !ruby/object:Gem::Version
|
97
97
|
version: '0'
|
98
98
|
requirements: []
|
99
|
-
|
100
|
-
rubygems_version: 2.7.6
|
99
|
+
rubygems_version: 3.0.3
|
101
100
|
signing_key:
|
102
101
|
specification_version: 4
|
103
102
|
summary: Helps getting your Rails app GDPR compliant
|