Up to [cvs.NetBSD.org] / pkgsrc / devel / ruby-necromancer
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.6 / (download) - annotate - [select for diffs], Tue Oct 26 10:19:39 2021 UTC (23 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
HEAD
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
archivers: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Could not be committed due to merge conflict: devel/py-traitlets/distinfo The following distfiles were unfetchable (note: some may be only fetched conditionally): ./devel/pvs/distinfo pvs-3.2-solaris.tgz ./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
Revision 1.5 / (download) - annotate - [select for diffs], Thu Oct 7 13:44:15 2021 UTC (23 months, 2 weeks ago) by nia
Branch: MAIN
Changes since 1.4: +1 -2
lines
Diff to previous 1.4 (colored)
devel: Remove SHA1 hashes for distfiles
Revision 1.4 / (download) - annotate - [select for diffs], Sun Jan 10 15:21:29 2021 UTC (2 years, 8 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1
Changes since 1.3: +5 -5
lines
Diff to previous 1.3 (colored)
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
Revision 1.3 / (download) - annotate - [select for diffs], Sun Mar 15 17:09:41 2020 UTC (3 years, 6 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Changes since 1.2: +5 -5
lines
Diff to previous 1.2 (colored)
devel/ruby-necromancer: update to 0.6.0 Update ruby-necromancer to 0.6.0. ## [v0.6.0] - 2020-03-08 ### Changed * Change gemspec to remove test artifacts
Revision 1.2 / (download) - annotate - [select for diffs], Thu Jan 16 15:39:38 2020 UTC (3 years, 8 months ago) by taca
Branch: MAIN
Changes since 1.1: +5 -5
lines
Diff to previous 1.1 (colored)
devel/ruby-necromancer: update to 0.5.1 Update ruby-necromancer to 0.5.1. ## [v0.5.1] - 2019-11-24 ### Changed * Change gemspec to include metadata
Revision 1.1 / (download) - annotate - [select for diffs], Tue Nov 12 15:24:44 2019 UTC (3 years, 10 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4
devel/ruby-necromancer: add version 0.5.0 package Add ruby-necromancer version 0.5.0 package. Necromancer > Conversion from one object type to another with a bit of black magic. Necromancer provides independent type conversion component for [TTY] (https://github.com/piotrmurach/tty) toolkit. ## 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. ## Features * Simple and expressive API * Ability to specify own converters * Ability to compose conversions out of simpler ones * Support conversion of custom defined types * Ability to specify strict conversion mode