cookies_eu 1.0.1 → 1.0.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 +8 -8
- data/README.md +2 -2
- data/app/assets/javascripts/cookies_eu.js +1 -1
- data/app/views/cookies_eu/cookies_info.html.haml +2 -2
- data/lib/cookies_eu/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
YzBlOTI4MGVmZjZhZjdiMDNlNTI3ZGJjZDdhOTQwM2VlN2M2MTE1NA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
ZjIzNTcyYmY1ODgzNWM0ZGEyZGI4NGRiNmJjMWQxM2I4NzNmODFlZQ==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
ODFlOWQ3NzUwOTMzMWU4ZDgyZDc3OTY2MWRiMDQ4MzBiNzYzYmUzNDZiYjBl
|
|
10
|
+
MDFiODIzZWUyZjIzYWFhNjUxNjM2M2YxYjU5MjVhYzk4N2YwNWUyZmE2ODhj
|
|
11
|
+
MmM2YmFhNTUwZGZmY2E1OGFiMDk0ZmJhNTM1OTBhYjNiMzY1MmE=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
Y2VmMTM5YjQ0ODIxZWRiZmUyMzQ2ZTA5NDJhNDIxYzc0NDA1MjY1ZTFmMTdk
|
|
14
|
+
YjY4Mjg3OWU5NmVjOGI2NDczNzMxY2M4NDJhODIxZGE2MWY2MDczYzNiNjQx
|
|
15
|
+
YTFkOWIwNGUzMDRlYzE3MjNhZGI3M2Q5OTczYmFjNWYwNWI0ODQ=
|
data/README.md
CHANGED
|
@@ -85,7 +85,7 @@ Rather than blocking all cookies, you can choose to only block third-party cooki
|
|
|
85
85
|
|
|
86
86
|
#### How to manage cookies on your PC
|
|
87
87
|
|
|
88
|
-
To enable cookies our website, follow the steps below.
|
|
88
|
+
To enable cookies on our website, follow the steps below.
|
|
89
89
|
|
|
90
90
|
##### Google Chrome
|
|
91
91
|
|
|
@@ -113,7 +113,7 @@ To enable cookies our website, follow the steps below.
|
|
|
113
113
|
|
|
114
114
|
#### How to manage cookies on your Mac
|
|
115
115
|
|
|
116
|
-
To enable cookies our website, follow the steps below.
|
|
116
|
+
To enable cookies on our website, follow the steps below.
|
|
117
117
|
|
|
118
118
|
##### Microsoft Internet Explorer 5.0 on OSX
|
|
119
119
|
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
|
|
43
43
|
%h3 How to manage cookies on your PC
|
|
44
44
|
|
|
45
|
-
%p To enable cookies our website, follow the steps below.
|
|
45
|
+
%p To enable cookies on our website, follow the steps below.
|
|
46
46
|
|
|
47
47
|
%h4 Google Chrome
|
|
48
48
|
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
|
|
75
75
|
%h3 How to manage cookies on your Mac
|
|
76
76
|
|
|
77
|
-
%p To enable cookies our website, follow the steps below.
|
|
77
|
+
%p To enable cookies on our website, follow the steps below.
|
|
78
78
|
|
|
79
79
|
%h4 Microsoft Internet Explorer 5.0 on OSX
|
|
80
80
|
|
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.0.
|
|
4
|
+
version: 1.0.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: 2013-06-
|
|
11
|
+
date: 2013-06-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jquery-rails
|