1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

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
This commit is contained in:
Po-Chuan Hsieh 2021-07-06 22:54:47 +08:00
parent 03fcb805e8
commit 6fa61161c9
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 26 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -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

View File

@ -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