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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bfc7dcf0b52c72f423b9161f6136fcf79b39a235704582445b8cf5ae9f5c9489
4
- data.tar.gz: 1e15244ee25c48947d6ffae2deb9d2c1309df78717e3673ebe42dc686debb659
3
+ metadata.gz: 9cb2d094a4ba7be9bce32ee74a4c383180bf2f98a42acec67547aeae7eb1379f
4
+ data.tar.gz: bd8053f6e934144b3be8b5ece71388df85f22d6471202ef9b70768c65b559f8f
5
5
  SHA512:
6
- metadata.gz: f01d94ea1620c5802015d5bc34982ee45a84d4b3ccf30effffc747af6cebaac0b221051f444f2287f8a7f9ef52b67374f3d4189b3a3bf8364e292dfc37a21f97
7
- data.tar.gz: cd4af5548728be8c571b86acca06cf853d24930829f0da7f05f40cdb3d960f6c70db361299319d7b1bd8c67d946312d50bc62af464e49341351b649fed92196f
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
@@ -0,0 +1,5 @@
1
+ sq:
2
+ cookies_eu:
3
+ cookies_text: "Cookies na ndihmojnë t'ju sigurojmë shërbimet tona. Duke përdorur shërbimet tona, ju pranoni përdorimin tonë të cookies."
4
+ learn_more: "Mëso më shumë"
5
+ ok: "OK"
@@ -1,3 +1,3 @@
1
1
  module CookiesEu
2
- VERSION = "1.7.1"
2
+ VERSION = "1.7.2"
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.7.1
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-05-25 00:00:00.000000000 Z
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