ronin-web-session_cookie 0.1.0.rc1 → 0.1.0
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/.ruby-version +1 -1
- data/ChangeLog.md +1 -1
- data/README.md +1 -1
- data/gemspec.yml +2 -2
- data/lib/ronin/web/session_cookie/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: 116b628c759109384e7675298fd5b2b26476fd1d9bb45c360c391b732d76e947
|
4
|
+
data.tar.gz: 5116188cf2b37f86531ff8bd5a719f4b1f0001babc8c9c9b515ff8fd45da6ba9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4e998a57ee237416c9bb3404711b3e19448b40f107e264aa57a66e5463c210caf7871880b2df2b91c591bfb988127ca202d1e89402431671b22cf8f6727df79e
|
7
|
+
data.tar.gz: acc5f52363cac1473623c50d22cb978cb9c8068231f58c350798814678e2868fbc33a351c85ff2682aca4049700b7e2dd7c26eab8f082c93117f3cff05f05430
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
ruby-3.
|
1
|
+
ruby-3.3
|
data/ChangeLog.md
CHANGED
data/README.md
CHANGED
@@ -19,7 +19,7 @@ session cookie formats. It supports Rack, Django (JSON and Pickled), and JWT.
|
|
19
19
|
|
20
20
|
* Supports the following session cookie formats:
|
21
21
|
* [Rack][rack-session]
|
22
|
-
* [Django]
|
22
|
+
* [Django] \(JSON and Pickle\)
|
23
23
|
* [JSON Web Token (JWT)][JWT]
|
24
24
|
* Has 98% test coverage.
|
25
25
|
* Has 97% documentation coverage.
|
data/gemspec.yml
CHANGED
@@ -2,7 +2,7 @@ name: ronin-web-session_cookie
|
|
2
2
|
summary: A library for parsing and deserializing various session cookies.
|
3
3
|
description: |
|
4
4
|
ronin-web-session_cookie is a library for parsing and deserializing various
|
5
|
-
session cookie formats. It supports Rack, Django, and JWT.
|
5
|
+
session cookie formats. It supports Rack, Django (JSON and Pickled), and JWT.
|
6
6
|
|
7
7
|
license: LGPL-3.0
|
8
8
|
authors: Postmodern
|
@@ -21,7 +21,7 @@ required_ruby_version: ">= 3.0.0"
|
|
21
21
|
|
22
22
|
dependencies:
|
23
23
|
# Ronin dependencies:
|
24
|
-
ronin-support: ~> 1.1
|
24
|
+
ronin-support: ~> 1.1
|
25
25
|
rack-session: ~> 1.0
|
26
26
|
python-pickle: ~> 0.1
|
27
27
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ronin-web-session_cookie
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.0
|
4
|
+
version: 0.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Postmodern
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-07-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: ronin-support
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 1.1
|
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: 1.1
|
26
|
+
version: '1.1'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: rack-session
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -68,7 +68,7 @@ dependencies:
|
|
68
68
|
version: '2.0'
|
69
69
|
description: |
|
70
70
|
ronin-web-session_cookie is a library for parsing and deserializing various
|
71
|
-
session cookie formats. It supports Rack, Django, and JWT.
|
71
|
+
session cookie formats. It supports Rack, Django (JSON and Pickled), and JWT.
|
72
72
|
email: postmodern.mod3@gmail.com
|
73
73
|
executables: []
|
74
74
|
extensions: []
|
@@ -121,7 +121,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
121
121
|
- !ruby/object:Gem::Version
|
122
122
|
version: '0'
|
123
123
|
requirements: []
|
124
|
-
rubygems_version: 3.
|
124
|
+
rubygems_version: 3.5.11
|
125
125
|
signing_key:
|
126
126
|
specification_version: 4
|
127
127
|
summary: A library for parsing and deserializing various session cookies.
|