-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgemspec.yml
More file actions
25 lines (21 loc) · 930 Bytes
/
gemspec.yml
File metadata and controls
25 lines (21 loc) · 930 Bytes
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
name: python-pickle
summary: A modern Ruby implementation of the Python Pickle serialization format.
description: |
python-pickle is a modern Ruby implementation of the Python Pickle
serialization format. It supports protocol 0, protocol 1, protocol 2,
protocol 3, protocol 4, and protocol 5, allowing it to parse both Python 2
and Python 3 pickle data.
license: MIT
authors: Postmodern
email: postmodern.mod3@gmail.com
homepage: https://github.com/postmodern/python-pickle.rb#readme
has_yard: true
metadata:
documentation_uri: https://rubydoc.info/gems/python-pickle
source_code_uri: https://github.com/postmodern/python-pickle.rb
bug_tracker_uri: https://github.com/postmodern/python-pickle.rb/issues
changelog_uri: https://github.com/postmodern/python-pickle.rb/blob/main/ChangeLog.md
rubygems_mfa_required: 'true'
required_ruby_version: ">= 3.0.0"
development_dependencies:
bundler: ">= 2.0.0"