same_site_cookie_fix 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/same_site_cookie_fix/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a413baf7674d3f16b4ee58b1880ac5efc1ea1c926cfc60c18ae5a9907049b915
|
4
|
+
data.tar.gz: 0adc0973d57676ba51cbeeb505e20663dbbed79c88b015b7d8d96010c9a0c789
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5dfc95e764d22d592b7b2e95a6e44a9b577936bfa1296d868c1aeb33358b637c12f39454a8781f1a90f718e40cdec13e2b86bfc94bc5f63b919b1491676d58ee
|
7
|
+
data.tar.gz: 2c9ca628c56ca58d36c593c23c9838695f31dd2caf213d3266676d964520e570ac7ac83da5deac91f177e44ce6faafce0323b36a28c4fdf84921cc9b088509de
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: same_site_cookie_fix
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gavin Ballard
|
@@ -14,16 +14,16 @@ dependencies:
|
|
14
14
|
name: browser_sniffer
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '
|
19
|
+
version: '1.1'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- - "
|
24
|
+
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: '
|
26
|
+
version: '1.1'
|
27
27
|
description: Addresses the SameSite=None cookie issue for Disco Rails apps.
|
28
28
|
email:
|
29
29
|
- gavin@gavinballard.com
|
@@ -37,7 +37,7 @@ files:
|
|
37
37
|
- lib/same_site_cookie_fix/version.rb
|
38
38
|
homepage: https://github.com/discolabs/same_site_cookie_fix/
|
39
39
|
licenses:
|
40
|
-
-
|
40
|
+
- Nonstandard
|
41
41
|
metadata: {}
|
42
42
|
post_install_message:
|
43
43
|
rdoc_options: []
|