cookies_eu 1.6.0 → 1.6.1
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 +7 -0
- data/config/locales/pt.yml +3 -3
- data/lib/cookies_eu/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b88c1e7039b52c3e90d05777a072316f73594ab0
|
|
4
|
+
data.tar.gz: 1f4abaedf03362f693ffe04e1967aef87cd4f576
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8a89d00d57fa0fc65c2e7b8fe2d5b2867a2157888cc68d9b906894d8590122cea4c9466763edc6fea20e6ef35655a842bf867b4ba9f1d3897540210dea6ae7ee
|
|
7
|
+
data.tar.gz: 1f9e926f35b696d89bcb2f46a9cf9b448ea591c2f2ff0f85a9a874eca38501db55a62ac7b09d8df8028f71fe71795afab53bfcfe6b597b74ad0f7093e209c2fd
|
data/README.md
CHANGED
|
@@ -192,3 +192,10 @@ To enable cookies on our website, follow the steps below.
|
|
|
192
192
|
3. Commit your changes (`git commit -am 'Add some feature'`)
|
|
193
193
|
4. Push to the branch (`git push origin my-new-feature`)
|
|
194
194
|
5. Create new Pull Request
|
|
195
|
+
|
|
196
|
+
## Credits
|
|
197
|
+
|
|
198
|
+
Maintained and sponsored by
|
|
199
|
+
[Infinum] (http://www.infinum.co).
|
|
200
|
+
|
|
201
|
+
<img src="https://infinum.co/infinum.png" width="264">
|
data/config/locales/pt.yml
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
pt:
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
cookies_eu:
|
|
3
|
+
cookies_text: "As cookies ajudam-nos a oferecer os nossos serviços. Ao utilizar os nossos serviços, aceita o uso de cookies."
|
|
4
4
|
learn_more: "Mais informações"
|
|
5
|
-
ok: "OK"
|
|
5
|
+
ok: "OK"
|
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.6.
|
|
4
|
+
version: 1.6.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stjepan Hadjic
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-12-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: js_cookie_rails
|
|
@@ -112,10 +112,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
112
112
|
version: '0'
|
|
113
113
|
requirements: []
|
|
114
114
|
rubyforge_project:
|
|
115
|
-
rubygems_version: 2.
|
|
115
|
+
rubygems_version: 2.5.1
|
|
116
116
|
signing_key:
|
|
117
117
|
specification_version: 4
|
|
118
118
|
summary: Displays a cookie consent. If you dont disable cokkies in settings, we assume
|
|
119
119
|
you are ok with us using cookies
|
|
120
120
|
test_files: []
|
|
121
|
-
has_rdoc:
|