pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/ruby-simplecov_json_formatter textproc/ruby-s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2e25a29238a2
branches:  trunk
changeset: 444753:2e25a29238a2
user:      taca <taca%pkgsrc.org@localhost>
date:      Tue Jan 12 01:19:15 2021 +0000

description:
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:

 textproc/ruby-simplecov_json_formatter/DESCR    |   5 +++++
 textproc/ruby-simplecov_json_formatter/Makefile |  14 ++++++++++++++
 textproc/ruby-simplecov_json_formatter/PLIST    |   9 +++++++++
 textproc/ruby-simplecov_json_formatter/distinfo |   6 ++++++
 4 files changed, 34 insertions(+), 0 deletions(-)

diffs (50 lines):

diff -r fbd0f18c9b8f -r 2e25a29238a2 textproc/ruby-simplecov_json_formatter/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-simplecov_json_formatter/DESCR      Tue Jan 12 01:19:15 2021 +0000
@@ -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 -r fbd0f18c9b8f -r 2e25a29238a2 textproc/ruby-simplecov_json_formatter/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-simplecov_json_formatter/Makefile   Tue Jan 12 01:19:15 2021 +0000
@@ -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@localhost
+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 -r fbd0f18c9b8f -r 2e25a29238a2 textproc/ruby-simplecov_json_formatter/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-simplecov_json_formatter/PLIST      Tue Jan 12 01:19:15 2021 +0000
@@ -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 -r fbd0f18c9b8f -r 2e25a29238a2 textproc/ruby-simplecov_json_formatter/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-simplecov_json_formatter/distinfo   Tue Jan 12 01:19:15 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index