pkgsrc/devel/ruby-necromancer/PLIST
taca b18c6d4581 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
2021-01-10 15:21:29 +00:00

20 lines
875 B
Text

@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
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/lib/necromancer.rb
${GEM_LIBDIR}/lib/necromancer/configuration.rb
${GEM_LIBDIR}/lib/necromancer/context.rb
${GEM_LIBDIR}/lib/necromancer/conversion_target.rb
${GEM_LIBDIR}/lib/necromancer/conversions.rb
${GEM_LIBDIR}/lib/necromancer/converter.rb
${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
${GEM_LIBDIR}/lib/necromancer/version.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec