ronin-web-session_cookie 0.1.0.rc1 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4a7441de5e3e4323abf9dec2d8297fa8c82d9a0bf21963422bd0f0da0dde439b
4
- data.tar.gz: fb8e7eee30b8d70ee587a6a12116d5297eb12ed99e799ae9a9a69ebd62f0f160
3
+ metadata.gz: 116b628c759109384e7675298fd5b2b26476fd1d9bb45c360c391b732d76e947
4
+ data.tar.gz: 5116188cf2b37f86531ff8bd5a719f4b1f0001babc8c9c9b515ff8fd45da6ba9
5
5
  SHA512:
6
- metadata.gz: 44ebb5338c90ba587ad39f3c34c295f8697cebbbacc4fafc74725d23788ddb707c8d5e2e57f41f52987de67b823556c44b00ad99f320614177d9092cb1a40ec8
7
- data.tar.gz: 66953042ebe54ea5c9ea736b5dca86c29ee7e22ecab52f09dc85ef0b2fb59c4b285e3f2024806a8970db3644b1346e7e34a8f3f4f8dc14807e11a0bbd14af9d7
6
+ metadata.gz: 4e998a57ee237416c9bb3404711b3e19448b40f107e264aa57a66e5463c210caf7871880b2df2b91c591bfb988127ca202d1e89402431671b22cf8f6727df79e
7
+ data.tar.gz: acc5f52363cac1473623c50d22cb978cb9c8068231f58c350798814678e2868fbc33a351c85ff2682aca4049700b7e2dd7c26eab8f082c93117f3cff05f05430
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- ruby-3.1
1
+ ruby-3.3
data/ChangeLog.md CHANGED
@@ -1,4 +1,4 @@
1
- ### 0.1.0 / 2024-XX-XX
1
+ ### 0.1.0 / 2024-07-22
2
2
 
3
3
  * Initial release:
4
4
  * Supports the following session cookie formats:
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.0.rc1
24
+ ronin-support: ~> 1.1
25
25
  rack-session: ~> 1.0
26
26
  python-pickle: ~> 0.1
27
27
 
@@ -20,7 +20,7 @@ module Ronin
20
20
  module Web
21
21
  module SessionCookie
22
22
  # ronin-web-session_cookie version
23
- VERSION = '0.1.0.rc1'
23
+ VERSION = '0.1.0'
24
24
  end
25
25
  end
26
26
  end
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.rc1
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-06-23 00:00:00.000000000 Z
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.0.rc1
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.0.rc1
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.3.27
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.