File: gemspec.yml

package info (click to toggle)
ruby-tdiff 0.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 156 kB
  • sloc: ruby: 266; makefile: 3
file content (23 lines) | stat: -rw-r--r-- 713 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
name: tdiff
summary: Calculates the differences between two tree-like structures.
description:
  Calculates the differences between two tree-like structures. Similar to
  Rubys built-in TSort module.
 
license: MIT
authors: Postmodern
email: postmodern.mod3@gmail.com
homepage: https://github.com/postmodern/tdiff#readme
has_yard: true

metadata:
  documentation_uri: https://rubydoc.info/gems/tdiff
  source_code_uri:   https://github.com/postmodern/tdiff
  bug_tracker_uri:   https://github.com/postmodern/tdiff/issues
  changelog_uri:     https://github.com/postmodern/tdiff/blob/main/ChangeLog.md
  rubygems_mfa_required: 'true'

required_ruby_version: ">= 2.0.0"

development_dependencies:
  bundler: ~> 2.0