cookies_eu 1.0.15 → 1.0.16

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: ffae81d4470db1b3bd02eb87a9c4d59eaab275fa
4
- data.tar.gz: 84ffa84df16a9d913338b0cb33ee5facda6e31c5
3
+ metadata.gz: 3211a0f04d7df7f6cd558d6465554fd4334c880a
4
+ data.tar.gz: 942c02b88a21540b3aa124c41a9cdc28cee4a7a1
5
5
  SHA512:
6
- metadata.gz: 70836b123c2e82530e08a6e8767c746e38910f7f34c60168d289ce3272e01bae2d02bd6007e05710162769081411409a2465c9ba1f6cf6654b6fa27c4b1214a2
7
- data.tar.gz: c120d66c37f4a56909a58142ef021272c27ad3f8303f53d79dffd06c5cc130780bbcbedf9dfe2195ee03b8d3a822a908ab6a95e1e4633af0f2c177b965be8f8b
6
+ metadata.gz: 70784a74dd1e56d55b4d1be9cc66122c45812b7eebb4edfa85e1d2df00fb17f51844cc4568aa9c9ba01084ca6770f9f9a65b60799844aeaf08602e3279b242ec
7
+ data.tar.gz: 3af0e32569bde03a86870b937055b11d01d71586ea539598cb237f84de1170ffc4dcb3b8d36a18d5c663b412366e38a2a2e71a811d1d258ecfdbce61f7a24fd5
data/README.md CHANGED
@@ -24,7 +24,7 @@ In application.js add
24
24
 
25
25
  In application.css add
26
26
 
27
- // = require cookies_eu
27
+ *= require cookies_eu
28
28
 
29
29
  In your view add
30
30
 
@@ -0,0 +1,5 @@
1
+ de:
2
+ cookies_eu:
3
+ cookies_text: "Cookies helfen uns, unsere Dienstleistungen zu erbringen. Indem Sie unsere Dienstleistungen in Anspruch nehmen, erklären Sie sich mit der Nutzung von Cookies einverstanden."
4
+ learn_more: "Mehr darüber"
5
+ ok: "OK"
@@ -1,3 +1,3 @@
1
1
  module CookiesEu
2
- VERSION = "1.0.15"
2
+ VERSION = "1.0.16"
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.0.15
4
+ version: 1.0.16
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-02-18 00:00:00.000000000 Z
11
+ date: 2015-03-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jquery-rails
@@ -82,6 +82,7 @@ files:
82
82
  - app/assets/stylesheets/cookies_eu.scss
83
83
  - app/views/cookies_eu/_cookies_eu.html.erb
84
84
  - app/views/cookies_eu/cookies_info.html.haml
85
+ - config/locales/de.yml
85
86
  - config/locales/en.yml
86
87
  - config/locales/es.yml
87
88
  - config/locales/hr.yml