pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-classy_hash devel/ruby-classy_hash: add ver...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bf2dba83e9fe
branches:  trunk
changeset: 376334:bf2dba83e9fe
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Feb 28 15:45:32 2018 +0000

description:
devel/ruby-classy_hash: add version 0.2.1

pkgsrc note: required by newer games/ruby-squib.

Classy Hash is a schema validator for Ruby Hashes.  You provide a simple
schema Hash, and Classy Hash will make sure your data matches, providing
helpful error messages if it doesn't.

diffstat:

 devel/ruby-classy_hash/DESCR    |   3 +++
 devel/ruby-classy_hash/Makefile |  12 ++++++++++++
 devel/ruby-classy_hash/PLIST    |   7 +++++++
 devel/ruby-classy_hash/distinfo |   6 ++++++
 4 files changed, 28 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r c87b85f75569 -r bf2dba83e9fe devel/ruby-classy_hash/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-classy_hash/DESCR      Wed Feb 28 15:45:32 2018 +0000
@@ -0,0 +1,3 @@
+Classy Hash is a schema validator for Ruby Hashes.  You provide a simple
+schema Hash, and Classy Hash will make sure your data matches, providing
+helpful error messages if it doesn't.
diff -r c87b85f75569 -r bf2dba83e9fe devel/ruby-classy_hash/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-classy_hash/Makefile   Wed Feb 28 15:45:32 2018 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2018/02/28 15:45:32 taca Exp $
+
+DISTNAME=      classy_hash-0.2.1
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/deseretbook/classy_hash
+COMMENT=       Classy Hash: Keep your Hashes classy; a Hash schema validator
+LICENSE=       mit
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c87b85f75569 -r bf2dba83e9fe devel/ruby-classy_hash/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-classy_hash/PLIST      Wed Feb 28 15:45:32 2018 +0000
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1 2018/02/28 15:45:32 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/lib/classy_hash.rb
+${GEM_LIBDIR}/lib/classy_hash/generate.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
+@pkgdir lib/ruby/gems/2.5.0/extensions
+@pkgdir lib/ruby/gems/2.5.0/build_info
diff -r c87b85f75569 -r bf2dba83e9fe devel/ruby-classy_hash/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-classy_hash/distinfo   Wed Feb 28 15:45:32 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/02/28 15:45:32 taca Exp $
+
+SHA1 (classy_hash-0.2.1.gem) = 7b7980dfad679b5ef68ecabc16ce37444162213e
+RMD160 (classy_hash-0.2.1.gem) = deb1e466cb6282d8479cda5cec5fa91a868419e6
+SHA512 (classy_hash-0.2.1.gem) = 58ae6868f4dea943e9aa981c47f5e36751274b9e76c399e8858383fc7165e83735bdd8fdccbbe9e1c94ea6982972d936ba60320d88d2edc77ec0c23347f6421e
+Size (classy_hash-0.2.1.gem) = 9728 bytes



Home | Main Index | Thread Index | Old Index