-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
gemspec.yml
30 lines (25 loc) · 980 Bytes
/
gemspec.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: ronin-web-session_cookie
summary: A library for parsing and deserializing various session cookies.
description: |
ronin-web-session_cookie is a library for parsing and deserializing various
session cookie formats. It supports Rack, Django (JSON and Pickled), and JWT.
license: LGPL-3.0-or-later
authors: Postmodern
email: [email protected]
homepage: https://ronin-rb.dev/
has_yard: true
metadata:
documentation_uri: https://ronin-rb.dev/docs/ronin-web-session_cookie
source_code_uri: https://github.com/ronin-rb/ronin-web-session_cookie
bug_tracker_uri: https://github.com/ronin-rb/ronin-web-session_cookie/issues
changelog_uri: https://github.com/ronin-rb/ronin-web-session_cookie/blob/main/ChangeLog.md
rubygems_mfa_required: 'true'
required_ruby_version: ">= 3.0.0"
dependencies:
base64: ~> 0.1
rack-session: ~> 1.0
python-pickle: ~> 0.1
# Ronin dependencies:
ronin-support: ~> 1.1
development_dependencies:
bundler: ~> 2.0