pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/ruby-simplecov_json_formatter



Module Name:    pkgsrc
Committed By:   taca
Date:           Tue Jan 12 01:19:15 UTC 2021

Added Files:
        pkgsrc/textproc/ruby-simplecov_json_formatter: DESCR Makefile PLIST
            distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/ruby-simplecov_json_formatter/DESCR \
    pkgsrc/textproc/ruby-simplecov_json_formatter/Makefile \
    pkgsrc/textproc/ruby-simplecov_json_formatter/PLIST \
    pkgsrc/textproc/ruby-simplecov_json_formatter/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/textproc/ruby-simplecov_json_formatter/DESCR
diff -u /dev/null pkgsrc/textproc/ruby-simplecov_json_formatter/DESCR:1.1
--- /dev/null   Tue Jan 12 01:19:15 2021
+++ pkgsrc/textproc/ruby-simplecov_json_formatter/DESCR Tue Jan 12 01:19:15 2021
@@ -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.
Index: pkgsrc/textproc/ruby-simplecov_json_formatter/Makefile
diff -u /dev/null pkgsrc/textproc/ruby-simplecov_json_formatter/Makefile:1.1
--- /dev/null   Tue Jan 12 01:19:15 2021
+++ pkgsrc/textproc/ruby-simplecov_json_formatter/Makefile      Tue Jan 12 01:19:15 2021
@@ -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"
Index: pkgsrc/textproc/ruby-simplecov_json_formatter/PLIST
diff -u /dev/null pkgsrc/textproc/ruby-simplecov_json_formatter/PLIST:1.1
--- /dev/null   Tue Jan 12 01:19:15 2021
+++ pkgsrc/textproc/ruby-simplecov_json_formatter/PLIST Tue Jan 12 01:19:15 2021
@@ -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
Index: pkgsrc/textproc/ruby-simplecov_json_formatter/distinfo
diff -u /dev/null pkgsrc/textproc/ruby-simplecov_json_formatter/distinfo:1.1
--- /dev/null   Tue Jan 12 01:19:15 2021
+++ pkgsrc/textproc/ruby-simplecov_json_formatter/distinfo      Tue Jan 12 01:19:15 2021
@@ -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