cookies_eu 1.7.1 → 1.7.2
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 +5 -0
- data/config/locales/sq +5 -0
- data/lib/cookies_eu/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9cb2d094a4ba7be9bce32ee74a4c383180bf2f98a42acec67547aeae7eb1379f
|
|
4
|
+
data.tar.gz: bd8053f6e934144b3be8b5ece71388df85f22d6471202ef9b70768c65b559f8f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2c3ac23fca403663601c97d7721c3d3aadecf80612d2dd935b59fa5035c85105e83a78a28937cd2a52899b684bc0d8c45c30ee1ffe4a8e27961e8d15310cacba
|
|
7
|
+
data.tar.gz: f3e2ff19c006e2e017e35132922526253f5d18cfd74f08bd9d6a521c418cf01519f7a1daf92e21e3c5e8cb4e14be163bb12cc107ee2a302c6973fe0ec48a79bc
|
data/README.md
CHANGED
|
@@ -6,6 +6,7 @@ Gem to add cookie consent to rails application
|
|
|
6
6
|
|
|
7
7
|
## Supported languages
|
|
8
8
|
|
|
9
|
+
* Albanian
|
|
9
10
|
* Croatian
|
|
10
11
|
* Czech
|
|
11
12
|
* Danish
|
|
@@ -88,6 +89,10 @@ If you wish to customize the style of the div the classes are:
|
|
|
88
89
|
.cookies-eu-link /* link */
|
|
89
90
|
```
|
|
90
91
|
|
|
92
|
+
## Cookies used
|
|
93
|
+
|
|
94
|
+
This gem uses a cookie called **cookie_eu_consented** to track whether a user has accepted the cookie notice and whether it needs to be shown again or not.
|
|
95
|
+
|
|
91
96
|
## Turbolinks 5+
|
|
92
97
|
|
|
93
98
|
Is supported out of the box, just require it before cookies_eu
|
data/config/locales/sq
ADDED
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.7.
|
|
4
|
+
version: 1.7.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stjepan Hadjic
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-06-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: js_cookie_rails
|
|
@@ -89,6 +89,7 @@ files:
|
|
|
89
89
|
- config/locales/ru.yml
|
|
90
90
|
- config/locales/sk.yml
|
|
91
91
|
- config/locales/sl.yml
|
|
92
|
+
- config/locales/sq
|
|
92
93
|
- config/locales/sv.yml
|
|
93
94
|
- config/locales/ua.yml
|
|
94
95
|
- cookies_eu.gemspec
|