Skip to content

Commit

Permalink
devel/rubygem-simplecov_json_formatter: Add rubygem-simplecov_json_fo…
Browse files Browse the repository at this point in the history
…rmatter 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
  • Loading branch information
sunpoet committed Jul 6, 2021
1 parent 03fcb80 commit 6fa6116
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions devel/Makefile
Expand Up @@ -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
Expand Down
18 changes: 18 additions & 0 deletions 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>
3 changes: 3 additions & 0 deletions 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
4 changes: 4 additions & 0 deletions 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

0 comments on commit 6fa6116

Please sign in to comment.