diff options
author | taca <taca@pkgsrc.org> | 2021-01-12 01:19:15 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2021-01-12 01:19:15 +0000 |
commit | 3ebeb6c5b76b5cf6edd377be6fe50da19ccd5664 (patch) | |
tree | 657118e309dbfc41e516e66bfe7a06a3f79cd2b8 /textproc | |
parent | 05053e956e1f329258d3d53acc2add217f62c18a (diff) | |
download | pkgsrc-3ebeb6c5b76b5cf6edd377be6fe50da19ccd5664.tar.gz |
textproc/ruby-simplecov_json_formatter: add version 0.1.2
Add ruby-simplecov_json_formatter package version 0.1.2.
JSON formatter for SimpleCov
Generates a formatted JSON report of your SimpleCov ruby code coverage
results on ruby 2.4+. Originally intended to add simplecov's results
reading capacity to CI tools.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-simplecov_json_formatter/DESCR | 5 | ||||
-rw-r--r-- | textproc/ruby-simplecov_json_formatter/Makefile | 14 | ||||
-rw-r--r-- | textproc/ruby-simplecov_json_formatter/PLIST | 9 | ||||
-rw-r--r-- | textproc/ruby-simplecov_json_formatter/distinfo | 6 |
4 files changed, 34 insertions, 0 deletions
diff --git a/textproc/ruby-simplecov_json_formatter/DESCR b/textproc/ruby-simplecov_json_formatter/DESCR new file mode 100644 index 00000000000..6d9b01b3a4d --- /dev/null +++ b/textproc/ruby-simplecov_json_formatter/DESCR @@ -0,0 +1,5 @@ +JSON formatter for SimpleCov + +Generates a formatted JSON report of your SimpleCov ruby code coverage +results on ruby 2.4+. Originally intended to add simplecov's results +reading capacity to CI tools. diff --git a/textproc/ruby-simplecov_json_formatter/Makefile b/textproc/ruby-simplecov_json_formatter/Makefile new file mode 100644 index 00000000000..97595613e7d --- /dev/null +++ b/textproc/ruby-simplecov_json_formatter/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1 2021/01/12 01:19:15 taca Exp $ + +DISTNAME= simplecov_json_formatter-0.1.2 +CATEGORIES= textproc + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/fede-moya/simplecov_json_formatter +COMMENT= JSON formatter for SimpleCov +LICENSE= mit + +USE_LANGUAGES= # none + +.include "../../lang/ruby/gem.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/ruby-simplecov_json_formatter/PLIST b/textproc/ruby-simplecov_json_formatter/PLIST new file mode 100644 index 00000000000..aaa6596a919 --- /dev/null +++ b/textproc/ruby-simplecov_json_formatter/PLIST @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1 2021/01/12 01:19:15 taca Exp $ +${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_LIBDIR}/README.md +${GEM_LIBDIR}/lib/simplecov_json_formatter.rb +${GEM_LIBDIR}/lib/simplecov_json_formatter/result_exporter.rb +${GEM_LIBDIR}/lib/simplecov_json_formatter/result_hash_formatter.rb +${GEM_LIBDIR}/lib/simplecov_json_formatter/source_file_formatter.rb +${GEM_LIBDIR}/lib/simplecov_json_formatter/version.rb +${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/textproc/ruby-simplecov_json_formatter/distinfo b/textproc/ruby-simplecov_json_formatter/distinfo new file mode 100644 index 00000000000..3790dedbe18 --- /dev/null +++ b/textproc/ruby-simplecov_json_formatter/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2021/01/12 01:19:15 taca Exp $ + +SHA1 (simplecov_json_formatter-0.1.2.gem) = f9854ba52cb11b4c4889d982c4cd5345e4908ce5 +RMD160 (simplecov_json_formatter-0.1.2.gem) = e917a8bd9b82c6abf8bf2087bdb4b7dd80c4e140 +SHA512 (simplecov_json_formatter-0.1.2.gem) = b9f8c5c2ebc688c7f7a6d38689c950dce8de775ffe1b0a83939f9309cd37b0d5a15b0b18e5acb9297ec2f9ee204314b230a37960bc9ab195742a06c62bcb5b5e +Size (simplecov_json_formatter-0.1.2.gem) = 5632 bytes |