cookies_eu 1.6.2 → 1.6.3
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 -1
- data/app/views/cookies_eu/_consent_banner.html.erb +1 -1
- data/config/locales/{gr.yml → el.yml} +1 -1
- data/lib/cookies_eu/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b1a62e4b5f016e41950bc022ab90ab47d94b7cc5
|
|
4
|
+
data.tar.gz: 20aeb7aea9379773a46272fc0da27214a44f5b27
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 15ca4fbb7eb41e3a9c2ffbaa759a7fce759ff3f5ec82c5c026a88b060300c4f98891c8d62bd6c3deb6e5058b6b3eb8b0f525c2fe84f889cf1e8709f5991b938e
|
|
7
|
+
data.tar.gz: 965ba8540ed4efa7f2f2b5717050a5789a6affdf332a49ace55587df20f8bc193b7fc02a8239e8525a537b56b5bd991caf330f7e31aa2cfe3b69e07e74536660
|
data/README.md
CHANGED
|
@@ -50,6 +50,12 @@ Or manually add in application.js:
|
|
|
50
50
|
And in application.css:
|
|
51
51
|
|
|
52
52
|
*= require cookies_eu
|
|
53
|
+
|
|
54
|
+
Or, if you have application.scss:
|
|
55
|
+
|
|
56
|
+
@import "cookies_eu";
|
|
57
|
+
|
|
58
|
+
Remember to restart your server!
|
|
53
59
|
|
|
54
60
|
## Usage
|
|
55
61
|
|
|
@@ -194,6 +200,6 @@ To enable cookies on our website, follow the steps below.
|
|
|
194
200
|
## Credits
|
|
195
201
|
|
|
196
202
|
Maintained and sponsored by
|
|
197
|
-
[Infinum]
|
|
203
|
+
[Infinum](http://www.infinum.co).
|
|
198
204
|
|
|
199
205
|
<img src="https://infinum.co/infinum.png" width="264">
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<% if cookies['cookie_eu_consented'] != 'true' %>
|
|
1
|
+
<% if cookies && cookies['cookie_eu_consented'] != 'true' %>
|
|
2
2
|
<div class="cookies-eu js-cookies-eu">
|
|
3
3
|
<span class="cookies-eu-content-holder"><%= t('cookies_eu.cookies_text') %></span>
|
|
4
4
|
<span class="cookies-eu-button-holder">
|
data/lib/cookies_eu/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cookies_eu
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.6.
|
|
4
|
+
version: 1.6.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stjepan Hadjic
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-10-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: js_cookie_rails
|
|
@@ -73,10 +73,10 @@ files:
|
|
|
73
73
|
- config/locales/da.yml
|
|
74
74
|
- config/locales/de.yml
|
|
75
75
|
- config/locales/ee.yml
|
|
76
|
+
- config/locales/el.yml
|
|
76
77
|
- config/locales/en.yml
|
|
77
78
|
- config/locales/es.yml
|
|
78
79
|
- config/locales/fr.yml
|
|
79
|
-
- config/locales/gr.yml
|
|
80
80
|
- config/locales/hr.yml
|
|
81
81
|
- config/locales/hu.yml
|
|
82
82
|
- config/locales/it.yml
|
|
@@ -115,7 +115,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
115
115
|
version: '0'
|
|
116
116
|
requirements: []
|
|
117
117
|
rubyforge_project:
|
|
118
|
-
rubygems_version: 2.
|
|
118
|
+
rubygems_version: 2.6.13
|
|
119
119
|
signing_key:
|
|
120
120
|
specification_version: 4
|
|
121
121
|
summary: Displays a cookie consent. If you dont disable cokkies in settings, we assume
|