cookies_eu 1.1.0 → 1.2.0
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 +8 -7
- data/config/locales/pl.yml +5 -0
- data/lib/cookies_eu/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b7cf2d0064ddcab24c0aef5ce37618c7d2b9a8db
|
4
|
+
data.tar.gz: eeeab47136aeb324f12fe1a39792da643802ace4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c700fca0cc9aca4902d50f4ad348f3271e65a3f4aee855e2d0ba8f8f17f8cec7e1389afd2e0cee0eb92d19e4eb5d8b5b150161248a61baa38fe1361ba50ad709
|
7
|
+
data.tar.gz: 638d4f197aa6de1b92b95b827f2676e8576785d10dbfd326cf60060a60b79d811b9314d0a20df451bc95073399903411868f18df7a322555662eef68dfe2e4f1
|
data/README.md
CHANGED
@@ -4,17 +4,18 @@ Gem to add cookie consent to rails application
|
|
4
4
|
|
5
5
|
## Supported languages
|
6
6
|
|
7
|
-
* English
|
8
|
-
* German
|
9
|
-
* Spanish
|
10
|
-
* French
|
11
7
|
* Croatian
|
12
|
-
* Italian
|
13
|
-
* Slovenian
|
14
8
|
* Dutch
|
9
|
+
* English
|
15
10
|
* Estonian
|
11
|
+
* French
|
12
|
+
* German
|
13
|
+
* Italian
|
16
14
|
* Norwegian
|
15
|
+
* Polish
|
17
16
|
* Russian
|
17
|
+
* Slovenian
|
18
|
+
* Spanish
|
18
19
|
* Swedish
|
19
20
|
|
20
21
|
## Prerequisites
|
@@ -60,7 +61,7 @@ You can add a link parameter to link to your cookies explanation page (you have
|
|
60
61
|
```
|
61
62
|
|
62
63
|
|
63
|
-
If you whish to customize the
|
64
|
+
If you whish to customize the style of the div the classes are:
|
64
65
|
|
65
66
|
```javascript
|
66
67
|
.cookies_eu // main div
|
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.
|
4
|
+
version: 1.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stjepan Hadjic
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-08-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jquery-rails
|
@@ -91,6 +91,7 @@ files:
|
|
91
91
|
- config/locales/it.yml
|
92
92
|
- config/locales/nl.yml
|
93
93
|
- config/locales/no.yml
|
94
|
+
- config/locales/pl.yml
|
94
95
|
- config/locales/ru.yml
|
95
96
|
- config/locales/sl.yml
|
96
97
|
- config/locales/sv.yml
|