pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-necromancer devel/ruby-necromancer: update ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d9fbca085493
branches:  trunk
changeset: 444585:d9fbca085493
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Jan 10 15:21:29 2021 +0000

description:
devel/ruby-necromancer: update to 0.7.0

0.7.0 (2020-12-29)

Added

* Add HashConverters for transforming string into hash of string, integer,
  float or boolean values
* Add converters for transforming string to array of booleans, integers,
  floats and numeric

Changed

* Change StringToRange converter to work with decimal numbers and spaces
* Change :strict to be a keyword argument
* Change StringToNumeric converter to allow numbers with space characters

diffstat:

 devel/ruby-necromancer/DESCR    |   5 ++++-
 devel/ruby-necromancer/Makefile |   4 ++--
 devel/ruby-necromancer/PLIST    |   3 ++-
 devel/ruby-necromancer/distinfo |  10 +++++-----
 4 files changed, 13 insertions(+), 9 deletions(-)

diffs (59 lines):

diff -r 5f407a2e78a4 -r d9fbca085493 devel/ruby-necromancer/DESCR
--- a/devel/ruby-necromancer/DESCR      Sun Jan 10 15:16:02 2021 +0000
+++ b/devel/ruby-necromancer/DESCR      Sun Jan 10 15:21:29 2021 +0000
@@ -7,7 +7,10 @@
 
 ## Motivation
 
-Conversion between Ruby core types frequently comes up in projects but is solved by half-baked solutions. This library aims to provide an independent and extensible API to support a robust and 
generic way to convert between core Ruby types.
+Conversion between Ruby core types frequently comes up in projects but is
+solved by half-baked solutions.  This library aims to provide an independent
+and extensible API to support a robust and generic way to convert between
+core Ruby types.
 
 ## Features
 
diff -r 5f407a2e78a4 -r d9fbca085493 devel/ruby-necromancer/Makefile
--- a/devel/ruby-necromancer/Makefile   Sun Jan 10 15:16:02 2021 +0000
+++ b/devel/ruby-necromancer/Makefile   Sun Jan 10 15:21:29 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2020/03/15 17:09:41 taca Exp $
+# $NetBSD: Makefile,v 1.4 2021/01/10 15:21:29 taca Exp $
 
-DISTNAME=      necromancer-0.6.0
+DISTNAME=      necromancer-0.7.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 5f407a2e78a4 -r d9fbca085493 devel/ruby-necromancer/PLIST
--- a/devel/ruby-necromancer/PLIST      Sun Jan 10 15:16:02 2021 +0000
+++ b/devel/ruby-necromancer/PLIST      Sun Jan 10 15:21:29 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2020/03/15 17:09:41 taca Exp $
+@comment $NetBSD: PLIST,v 1.3 2021/01/10 15:21:29 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/CHANGELOG.md
 ${GEM_LIBDIR}/LICENSE.txt
@@ -12,6 +12,7 @@
 ${GEM_LIBDIR}/lib/necromancer/converters/array.rb
 ${GEM_LIBDIR}/lib/necromancer/converters/boolean.rb
 ${GEM_LIBDIR}/lib/necromancer/converters/date_time.rb
+${GEM_LIBDIR}/lib/necromancer/converters/hash.rb
 ${GEM_LIBDIR}/lib/necromancer/converters/numeric.rb
 ${GEM_LIBDIR}/lib/necromancer/converters/range.rb
 ${GEM_LIBDIR}/lib/necromancer/null_converter.rb
diff -r 5f407a2e78a4 -r d9fbca085493 devel/ruby-necromancer/distinfo
--- a/devel/ruby-necromancer/distinfo   Sun Jan 10 15:16:02 2021 +0000
+++ b/devel/ruby-necromancer/distinfo   Sun Jan 10 15:21:29 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2020/03/15 17:09:41 taca Exp $
+$NetBSD: distinfo,v 1.4 2021/01/10 15:21:29 taca Exp $
 
-SHA1 (necromancer-0.6.0.gem) = e9dc69ce365c2c648c915b0c4a2a00526f59b3ff
-RMD160 (necromancer-0.6.0.gem) = dfbb9cc2cd231733d327021d458610714263f19d
-SHA512 (necromancer-0.6.0.gem) = d48728a1ce7064b670ca8354c2a529543ff07c685dff9684090c8184d0e4e7e8d409a7703223a74ae7156803d679ebfe8f359733c8ac45523a50672d6424a780
-Size (necromancer-0.6.0.gem) = 14848 bytes
+SHA1 (necromancer-0.7.0.gem) = 27c6e470a760098f563947de1dc7f22b9da3a258
+RMD160 (necromancer-0.7.0.gem) = 7129ff137ba657d8b184352ea915c68119f2dcbc
+SHA512 (necromancer-0.7.0.gem) = 9a38b88f71e11edfef1821ac881a6823f6b0b695970a204c750270473c95f5b3f5519a65a0fd542ac3002bf8722dc8b76b348c11860239aed1f115f1cc0532a6
+Size (necromancer-0.7.0.gem) = 16384 bytes



Home | Main Index | Thread Index | Old Index