Date: Tue, 6 Jul 2021 15:04:36 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6fa61161c94e - main - devel/rubygem-simplecov_json_formatter: Add rubygem-simplecov_json_formatter 0.1.3 Message-ID: <202107061504.166F4aYp019466@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=6fa61161c94eb7cc0667059b1d27472078e080a7 commit 6fa61161c94eb7cc0667059b1d27472078e080a7 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-07-06 14:54:47 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-07-06 14:54:47 +0000 devel/rubygem-simplecov_json_formatter: Add rubygem-simplecov_json_formatter 0.1.3 JSON formatter for SimpleCov generates a formatted JSON report of your SimpleCov ruby code coverage results. WWW: https://github.com/codeclimate-community/simplecov_json_formatter --- devel/Makefile | 1 + devel/rubygem-simplecov_json_formatter/Makefile | 18 ++++++++++++++++++ devel/rubygem-simplecov_json_formatter/distinfo | 3 +++ devel/rubygem-simplecov_json_formatter/pkg-descr | 4 ++++ 4 files changed, 26 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index a017959a17b7..e0a608ac7988 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -6630,6 +6630,7 @@ SUBDIR += rubygem-simple_form-rails5 SUBDIR += rubygem-simple_form-rails50 SUBDIR += rubygem-simplecov + SUBDIR += rubygem-simplecov_json_formatter SUBDIR += rubygem-singleton SUBDIR += rubygem-skiptrace SUBDIR += rubygem-slack-messenger diff --git a/devel/rubygem-simplecov_json_formatter/Makefile b/devel/rubygem-simplecov_json_formatter/Makefile new file mode 100644 index 000000000000..7004cb95333c --- /dev/null +++ b/devel/rubygem-simplecov_json_formatter/Makefile @@ -0,0 +1,18 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> + +PORTNAME= simplecov_json_formatter +PORTVERSION= 0.1.3 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= JSON formatter for SimpleCov + +LICENSE= MIT + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/rubygem-simplecov_json_formatter/distinfo b/devel/rubygem-simplecov_json_formatter/distinfo new file mode 100644 index 000000000000..128cc7c90f2b --- /dev/null +++ b/devel/rubygem-simplecov_json_formatter/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1625323509 +SHA256 (rubygem/simplecov_json_formatter-0.1.3.gem) = 54de803c32187e0c079c5d93fe013d14c18ecaa28e655ddde95214b83d2c21a7 +SIZE (rubygem/simplecov_json_formatter-0.1.3.gem) = 6656 diff --git a/devel/rubygem-simplecov_json_formatter/pkg-descr b/devel/rubygem-simplecov_json_formatter/pkg-descr new file mode 100644 index 000000000000..6a67ead32e44 --- /dev/null +++ b/devel/rubygem-simplecov_json_formatter/pkg-descr @@ -0,0 +1,4 @@ +JSON formatter for SimpleCov generates a formatted JSON report of your SimpleCov +ruby code coverage results. + +WWW: https://github.com/codeclimate-community/simplecov_json_formatter
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107061504.166F4aYp019466>