File: gemspec.yml

package info (click to toggle)
ruby-digest-crc 0.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 912 kB
  • sloc: ansic: 2,136; ruby: 1,269; makefile: 4
file content (28 lines) | stat: -rw-r--r-- 743 bytes parent folder | download
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: 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