mirror of https://github.com/docusealco/docuseal
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
743 B
29 lines
743 B
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: postmodern.mod3@gmail.com
|
|
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
|
|
|
|
has_yard: true
|
|
|
|
dependencies:
|
|
rake: ">= 12.0.0, < 14.0.0"
|
|
|
|
development_dependencies:
|
|
bundler: ~> 2.0
|