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:
parent
03fcb805e8
commit
6fa61161c9
@ -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
|
||||
|
18
devel/rubygem-simplecov_json_formatter/Makefile
Normal file
18
devel/rubygem-simplecov_json_formatter/Makefile
Normal 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>
|
3
devel/rubygem-simplecov_json_formatter/distinfo
Normal file
3
devel/rubygem-simplecov_json_formatter/distinfo
Normal 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
|
4
devel/rubygem-simplecov_json_formatter/pkg-descr
Normal file
4
devel/rubygem-simplecov_json_formatter/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user