threepwood 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.rdoc +6 -1
  2. data/lib/threepwood/version.rb +1 -1
  3. metadata +4 -4
@@ -1,6 +1,6 @@
1
1
  = Threepwood
2
2
 
3
- Allows cookies to be set and unset with simple command. To comply with EU law, users must explictly accept cookies before amy cookies are placed on their devise.
3
+ Allows cookies to be set and unset with simple command. To comply with EU law, users must explictly accept cookies before any cookies are placed on their devise.
4
4
  By including Threepwood, you block all cookie until you explicitly accept them. It currently only works with rails >=3 projects.
5
5
 
6
6
 
@@ -38,6 +38,11 @@ On your page (assume HAML):
38
38
  Alternatively add a static html page that proceeds your web app and call accept_cookies in a before filter on application_controller
39
39
  OR add a message to your terms and conditions and add accept_cookies to your login action
40
40
 
41
+ == Disclaimer
42
+
43
+ Whereas every effort has been made to make this gem compliant with the EU cookie law, it does not guarantee that this approach is 100% compliant.
44
+ You should check with your legal team and ensure that you have correct coverage.
45
+
41
46
 
42
47
  == License
43
48
 
@@ -3,7 +3,7 @@ module Threepwood
3
3
 
4
4
  MAJOR = 1
5
5
  MINOR = 0
6
- TINY = 0
6
+ TINY = 1
7
7
 
8
8
  def self.to_s # :nodoc:
9
9
  [MAJOR, MINOR, TINY].join('.')
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: threepwood
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 0
10
- version: 1.0.0
9
+ - 1
10
+ version: 1.0.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Yule
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-05-21 00:00:00 Z
18
+ date: 2012-05-22 00:00:00 Z
19
19
  dependencies: []
20
20
 
21
21
  description: Block all cookies, until user explicitly accepts them, comply with EU cookie law