cookies_eu 1.0.14 → 1.0.15
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 +4 -0
- data/config/locales/sl.yml +1 -1
- data/lib/cookies_eu/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ffae81d4470db1b3bd02eb87a9c4d59eaab275fa
|
|
4
|
+
data.tar.gz: 84ffa84df16a9d913338b0cb33ee5facda6e31c5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 70836b123c2e82530e08a6e8767c746e38910f7f34c60168d289ce3272e01bae2d02bd6007e05710162769081411409a2465c9ba1f6cf6654b6fa27c4b1214a2
|
|
7
|
+
data.tar.gz: c120d66c37f4a56909a58142ef021272c27ad3f8303f53d79dffd06c5cc130780bbcbedf9dfe2195ee03b8d3a822a908ab6a95e1e4633af0f2c177b965be8f8b
|
data/README.md
CHANGED
|
@@ -41,6 +41,10 @@ If you whish to customize the syle of the div the classes are:
|
|
|
41
41
|
.cookies_eu_ok // button
|
|
42
42
|
.cookies_eu_link // link
|
|
43
43
|
|
|
44
|
+
## Turbolinks NOT supported
|
|
45
|
+
|
|
46
|
+
Please use [jquery.turbolinks gem](https://github.com/kossnocorp/jquery.turbolinks)
|
|
47
|
+
|
|
44
48
|
## Sample of cookie info (in [haml form](/app/views/cookies_eu/cookies_info.html.haml))
|
|
45
49
|
|
|
46
50
|
### COOKIES
|
data/config/locales/sl.yml
CHANGED
data/lib/cookies_eu/version.rb
CHANGED