gdpr 1.0.5 → 1.0.7

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3a691f9568e1a04d45b6c150c5ec38ae2462dfcd
4
- data.tar.gz: 6331a5a23a75a4afa124fbfb96fcd82ba83e6c0e
3
+ metadata.gz: 97d5ace8a5ca7e30741d6a8ae710ad7cf14fdfba
4
+ data.tar.gz: 19cc4ace2a126d02aafe6dbe43cf006677c4e95d
5
5
  SHA512:
6
- metadata.gz: 7cc834ac04c729ab9533c9d3f00e819f6c0c4abac645823fcf832ee23a2ac5bdbbb820ede0239cf9b10fe2912e55db953dd522050875e74217af97afcf4920ad
7
- data.tar.gz: fa07677c15bd0a6add873fdada5a4d400e46a6beeb568e7275335da0778cdd2867b1bd9d0d12f1c3f15ef881b88c325ff0f62385e1eb184875ac61b738aac7ab
6
+ metadata.gz: e1d03e034fa52e4b2ba08a44f1c8cdadcd67c92b2f8bedd1e2e767d8588057711ff1642250dc4b919f2120a43a7113f2e6abdb7d76c2584a1e0bfec2ee9f045a
7
+ data.tar.gz: 6d43e61b15b25812f0e45fdb07f6116cf0adc58355a6ab7e05c3d28290b3905b7812e336020265e851f0e265b34c9b0a29d2c9c5cdb672ae23dae4b3b7e3eeea
data/README.md CHANGED
@@ -39,13 +39,13 @@ Set the privacy policy url in the locales.
39
39
 
40
40
  https://www.eugdpr.org/
41
41
 
42
- [x] Cookie consent
43
- [ ] Privacy policy
44
- [ ] There must be an optin
45
- [ ] Optin must be unchecked by default
46
- [ ] Account must be deletable
47
- [ ] Users must have access to their data
48
- [ ] Users must be able to modify their data
42
+ - [x] Cookie consent
43
+ - [ ] Privacy policy
44
+ - [ ] There must be an optin
45
+ - [ ] Optin must be unchecked by default
46
+ - [ ] Account must be deletable
47
+ - [ ] Users must have access to their data
48
+ - [ ] Users must be able to modify their data
49
49
 
50
50
  ## Thanks
51
51
 
@@ -11,7 +11,6 @@
11
11
 
12
12
  @media only screen and (max-width : 480px)
13
13
  font-size: 12px
14
- position: initial
15
14
 
16
15
  &__text
17
16
  display: inline-block
@@ -1,3 +1,3 @@
1
1
  module Gdpr
2
- VERSION = '1.0.5'
2
+ VERSION = '1.0.7'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gdpr
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arnaud Levy
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2018-05-24 00:00:00.000000000 Z
12
+ date: 2018-07-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails