cookies_eu 1.7.3 → 1.7.4
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 +2 -0
- data/config/locales/ca.yml +5 -0
- data/config/locales/eu.yml +5 -0
- data/lib/cookies_eu/version.rb +1 -1
- metadata +5 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 21c2f8a5f27fa8ab770c3be110887798644f17cd9a239fad25c2b92e7aa66f8c
|
|
4
|
+
data.tar.gz: 2c38d7762ab9419852746965ceb6267fbae8046386cbf2471ef5ef167675ac06
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 504941b367fac69fe25c180ffff1d179bb655159aa613adedc2a3afbbe452c661a715e0825806d9eb835f4394b18599415b92dcdb4d4b66eb97560294bc2d231
|
|
7
|
+
data.tar.gz: 57a32e1243c5537f3a9df7cc8dbde9c116c0bedc890a4fa1b7945e20dcb4d5eaae952111b8b31b07d220e6c42e6dedce016d5067c72df90b6bad7e6b7b7ed886
|
data/README.md
CHANGED
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.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stjepan Hadjic
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2019-01-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: js_cookie_rails
|
|
@@ -69,6 +69,7 @@ files:
|
|
|
69
69
|
- app/assets/stylesheets/cookies_eu.scss
|
|
70
70
|
- app/views/cookies_eu/_consent_banner.html.erb
|
|
71
71
|
- app/views/cookies_eu/cookies_info.html.haml
|
|
72
|
+
- config/locales/ca.yml
|
|
72
73
|
- config/locales/cs.yml
|
|
73
74
|
- config/locales/da.yml
|
|
74
75
|
- config/locales/de.yml
|
|
@@ -76,6 +77,7 @@ files:
|
|
|
76
77
|
- config/locales/el.yml
|
|
77
78
|
- config/locales/en.yml
|
|
78
79
|
- config/locales/es.yml
|
|
80
|
+
- config/locales/eu.yml
|
|
79
81
|
- config/locales/fi.yml
|
|
80
82
|
- config/locales/fr.yml
|
|
81
83
|
- config/locales/hr.yml
|
|
@@ -117,7 +119,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
117
119
|
version: '0'
|
|
118
120
|
requirements: []
|
|
119
121
|
rubyforge_project:
|
|
120
|
-
rubygems_version: 2.7.
|
|
122
|
+
rubygems_version: 2.7.3
|
|
121
123
|
signing_key:
|
|
122
124
|
specification_version: 4
|
|
123
125
|
summary: Displays a cookie consent. If you dont disable cokkies in settings, we assume
|