-
-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathgemspec.yml
More file actions
28 lines (22 loc) · 766 Bytes
/
gemspec.yml
File metadata and controls
28 lines (22 loc) · 766 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
26
27
28
name: digest-crc
version: 0.7.0
summary: A Cyclic Redundancy Check (CRC) library for Ruby.
description:
Adds support for calculating Cyclic Redundancy Check (CRC) to the Digest
module.
license: MIT
authors: Postmodern
email: [email protected]
homepage: https://github.com/postmodern/digest-crc#readme
metadata:
documentation_uri: https://rubydoc.info/gems/digest-crc
source_code_uri: https://github.com/postmodern/digest-crc
bug_tracker_uri: https://github.com/postmodern/digest-crc/issues
changelog_uri: https://github.com/postmodern/digest-crc/blob/master/ChangeLog.md
extensions:
- ext/digest/Rakefile
required_ruby_version: '>= 3.0.0'
dependencies:
rake: ">= 12.0.0, < 14.0.0"
development_dependencies:
bundler: ">= 2.0.0"