You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
1.0 KiB
Plaintext
27 lines
1.0 KiB
Plaintext
PortSystem 1.0
|
|
PortGroup ruby 1.0
|
|
|
|
ruby.setup churn 0.0.12 gem {} rubygems ruby19
|
|
revision 1
|
|
description View code changes
|
|
long_description \
|
|
High method and class churn has been shown to have increased bug and \
|
|
error rates. This gem helps you know what is changing a lot so you can \
|
|
do additional testing, code review, or refactoring to try to tame the \
|
|
volatile code.
|
|
maintainers nomaintainer
|
|
homepage https://github.com/danmayer/churn
|
|
license MIT
|
|
platforms any
|
|
supported_archs noarch
|
|
checksums md5 c68db8a1aecacb08ea352ed4132792ca \
|
|
sha1 a12c642919e3f9f58035fd1b9dd5a795c26d1661 \
|
|
rmd160 04ba7ff6b6d81b591c54aa7d7bb2061e325a8be7
|
|
|
|
depends_run port:rb19-hirb \
|
|
port:rb19-parser \
|
|
port:rb19-sexp_processor \
|
|
port:rb19-chronic \
|
|
port:rb19-json \
|
|
port:rb19-main
|