cookies_eu 1.1.0 → 1.2.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
  SHA1:
3
- metadata.gz: 754355c87e051160687e86822843cfb9a994a8cf
4
- data.tar.gz: d981d2ece0e124ce02cbb70d10b119d441a316a8
3
+ metadata.gz: b7cf2d0064ddcab24c0aef5ce37618c7d2b9a8db
4
+ data.tar.gz: eeeab47136aeb324f12fe1a39792da643802ace4
5
5
  SHA512:
6
- metadata.gz: a7f9414cc7e5b2770cf496931f593ce144435b5f6f75989e7a0b9f9ea7934c9f5416113a8f9128224120e973bac707b7dc56bfae1afdef80e77d7c569dedb7ad
7
- data.tar.gz: 65fd2c6bdee6e9bf25d96b701c0cfd10f8e365007a86c84f0ea286d3d1d0d32b948446fec8a10e357f2f78f82a750de8ea4779fa196bebd4f65af23c4727bf62
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 syle of the div the classes are:
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
@@ -0,0 +1,5 @@
1
+ pl:
2
+ cookies_eu:
3
+ cookies_text: "Stosujemy pliki cookie w celu świadczenia naszych usług. Korzystając z tej strony wyrażasz zgodę na używanie cookies."
4
+ learn_more: "Dowiedz się więcej"
5
+ ok: "OK"
@@ -1,3 +1,3 @@
1
1
  module CookiesEu
2
- VERSION = "1.1.0"
2
+ VERSION = "1.2.0"
3
3
  end
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.1.0
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-07-05 00:00:00.000000000 Z
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