gdpr 1.0.8 → 1.1.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: e56ac7d9da32bc39fe8d069bd1c175b9a2833572833e888861a62596823f1eb4
4
- data.tar.gz: d7d0bf71c4ce4143a01e4597e6488f3c016d396cb4304b1b5e9170d6f8708bc8
3
+ metadata.gz: e415d6b6900821ce66cc9252776b119cbbd75e04dbd2d417bb9fe4a6776cee84
4
+ data.tar.gz: 4b81c17651db669cefc67f46748d00fb7babe758ab04258bfc2851aae41884dd
5
5
  SHA512:
6
- metadata.gz: 43b6b8591766a3e23c4990dc721121c9d38a86b756688a6c7ff899cc3c1782db81a1a9569f3a736b780b65bc1178b739cc74c0630d7c7359f7c3a4ede99e32da
7
- data.tar.gz: 6b9da339b394477c4eb0c9821404ca4d0848eb33457b73738d05194c73738706f610e061a9b22d933d7bdf386316cb58efa3c78e791a261bd7e148aa751f35c5
6
+ metadata.gz: 22bf1a09d57bc65dd1c784fc9e6a18569bf2938b733e38830a2925e1b47c3eb05c7934163c5cfe43386cb0ee77a4f8004114fc00f4277e1e6113f87d799f6152
7
+ data.tar.gz: fc51d1f1c0f3ac34a8c702c35786fab44bbff8c81c52e95d5c925c8af7e5bfecd770350c054f4f82f3c7550b03f7a9461f9ed40e8011136068883c7d0a699bdc
@@ -1,32 +1,14 @@
1
1
  .gdpr__cookie_consent
2
2
  position: fixed
3
3
  z-index: 999
4
- right: 0
5
- bottom: 0
6
- left: 0
7
- padding: 0 20px
8
- text-align: center
9
- border-top: 1px solid #ccc
4
+ max-width: 500px
5
+ right: 15px
6
+ bottom: 15px
7
+ left: 15px
8
+ padding: 15px
9
+ border: 1px solid #eee
10
10
  background: #fff
11
-
12
- @media only screen and (max-width : 480px)
13
- font-size: 12px
11
+ font-size: 14px
14
12
 
15
13
  &__text
16
- display: inline-block
17
- padding: 20px 160px
18
-
19
- @media only screen and (max-width : 480px)
20
- padding: 20px 0
21
-
22
- &__buttons
23
- position: absolute
24
- right: 10px
25
- top: 12px
26
-
27
- @media only screen and (max-width : 480px)
28
- position: initial
29
- margin-bottom: 10px
30
-
31
- &__ok
32
- padding: 15px 21px 15px !important
14
+ margin-bottom: 15px
@@ -2,11 +2,10 @@
2
2
  <div class="gdpr__cookie_consent js-gdpr__cookie_consent">
3
3
  <div class="gdpr__cookie_consent__text">
4
4
  <%= t('gdpr.cookie_consent.text') %>
5
- <br />
6
5
  <%= t('gdpr.cookie_consent.learn_more_html', link: t('gdpr.privacy_policy')) %>
7
6
  </div>
8
7
  <div class="gdpr__cookie_consent__buttons">
9
- <button class="gdpr__cookie_consent__buttons__ok js-gdpr__cookie_consent__buttons__ok"> <%= t('gdpr.cookie_consent.button') %></button>
8
+ <button class="gdpr__cookie_consent__buttons__ok js-gdpr__cookie_consent__buttons__ok btn btn-primary btn-sm btn-xs"> <%= t('gdpr.cookie_consent.button') %></button>
10
9
  </div>
11
10
  </div>
12
11
  <% end %>
@@ -1,7 +1,7 @@
1
1
  de:
2
2
  gdpr:
3
- privacy_policy: https://www.eugdpr.org
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"
7
- learn_more_html: "Für weitere Informationen und Einstellen der Cookies : <a href=\"%{link}\" target=\"_blank\">bitte hier klicken</a>"
7
+ learn_more_html: "Für weitere Informationen und Einstellen der Cookies : <a href=\"%{link}\" target=\"_blank\">bitte hier klicken</a>."
@@ -1,7 +1,7 @@
1
1
  en:
2
2
  gdpr:
3
- privacy_policy: https://www.eugdpr.org
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"
7
- learn_more_html: "To learn more about cookies and how to customize your cookies options: <a href=\"%{link}\" target=\"_blank\">click here</a>"
7
+ learn_more_html: "To learn more about cookies and how to customize your cookies options: <a href=\"%{link}\" target=\"_blank\">click here</a>."
@@ -1,7 +1,7 @@
1
1
  es:
2
2
  gdpr:
3
- privacy_policy: https://www.eugdpr.org
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"
7
- learn_more_html: "Para saber más y definir la configuración de estas cookies: <a href=\"%{link}\" target=\"_blank\">hacer clic aquí</a>"
7
+ learn_more_html: "Para saber más y definir la configuración de estas cookies: <a href=\"%{link}\" target=\"_blank\">hacer clic aquí</a>."
@@ -1,7 +1,7 @@
1
1
  fr:
2
2
  gdpr:
3
- privacy_policy: https://www.eugdpr.org
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"
7
- learn_more_html: "Pour en savoir plus et paramétrer ces cookies : <a href=\"%{link}\" target=\"_blank\">cliquer ici</a>"
7
+ learn_more_html: "Pour en savoir plus et paramétrer ces cookies : <a href=\"%{link}\" target=\"_blank\">cliquer ici</a>."
@@ -1,7 +1,7 @@
1
1
  it:
2
2
  gdpr:
3
- privacy_policy: https://www.eugdpr.org
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"
7
- learn_more_html: "Per maggiori informazioni e per configurare i cookie: <a href=\"%{link}\" target=\"_blank\">cliccare qui</a>"
7
+ learn_more_html: "Per maggiori informazioni e per configurare i cookie: <a href=\"%{link}\" target=\"_blank\">cliccare qui</a>."
@@ -1,7 +1,7 @@
1
1
  zh:
2
2
  gdpr:
3
- privacy_policy: https://www.eugdpr.org
3
+ privacy_policy: https://gdpr.eu/cookies/
4
4
  cookie_consent:
5
5
  text: '在瀏覽本網站之時,您同意本網站收集閣下Cookies(如有)及用於獲取配置數據以及分析上網認識的瀏覽習慣。Cookies可免除閣下每次瀏覽網站是重新登記的麻煩,並追蹤閣下喜歡的網頁主題選項,為閣下提供更個性化服務。阁下如不希望接受Cookies,可以修改有关互联网选项或阁下计算机系统的浏览选项,但阁下可能因此无法使用或启动本网站的若干功能。'
6
6
  button: "同意"
7
- learn_more_html: "<a href=\"%{link}\" target=\"_blank\">關於Cookies以及設置閣下計算機系統的瀏</a>"
7
+ learn_more_html: "<a href=\"%{link}\" target=\"_blank\">關於Cookies以及設置閣下計算機系統的瀏</a>."
@@ -1,3 +1,3 @@
1
1
  module Gdpr
2
- VERSION = '1.0.8'
2
+ VERSION = '1.1.0'
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.8
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: 2018-11-19 00:00:00.000000000 Z
12
+ date: 2020-07-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -40,7 +40,7 @@ dependencies:
40
40
  - !ruby/object:Gem::Version
41
41
  version: '0'
42
42
  - !ruby/object:Gem::Dependency
43
- name: sass-rails
43
+ name: sassc-rails
44
44
  requirement: !ruby/object:Gem::Requirement
45
45
  requirements:
46
46
  - - ">="
@@ -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
- rubyforge_project:
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