pkgsrc/devel/ruby-sexp-processor/PLIST
taca 72b770eea5 devel/ruby-sexp-processor: update to 4.13.0
Update ruby-sexp-processor to 4.13.0.

=== 4.13.0 / 2019-09-24

* 4 minor enhancements:

  * Added Sexp.q (query) and deprecated Sexp.s to distinguish better and match inspect output.
  * Extended Sexp::Matcher::Parser to allow `not?` patterns.
  * Extended Sexp::Matcher::Parser to cover more method names.
  * Split out all pattern-oriented code to sexp_matcher.rb.

* 1 bug fix:

  * Fixed bug w/ ruby's Array#eql? and #hash not looking at ivars.

=== 4.12.1 / 2019-06-03

* 1 minor enhancement:

  * Sexp#line now raises if setting w/ non-integer (eg nil).

* 3 bug fixes:

  * Fixed pt_testcase.rb for block args w/ trailing commas.
  * Fixed pt_testcase.rb for stabby proc sexps.
  * Simple fixes for STRICT_SEXP=1.
2019-11-02 14:49:12 +00:00

18 lines
646 B
Text

@comment $NetBSD: PLIST,v 1.7 2019/11/02 14:49:12 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/History.rdoc
${GEM_LIBDIR}/Manifest.txt
${GEM_LIBDIR}/README.rdoc
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/lib/composite_sexp_processor.rb
${GEM_LIBDIR}/lib/pt_testcase.rb
${GEM_LIBDIR}/lib/sexp.rb
${GEM_LIBDIR}/lib/sexp_matcher.rb
${GEM_LIBDIR}/lib/sexp_processor.rb
${GEM_LIBDIR}/lib/strict_sexp.rb
${GEM_LIBDIR}/lib/unique.rb
${GEM_LIBDIR}/test/test_composite_sexp_processor.rb
${GEM_LIBDIR}/test/test_environment.rb
${GEM_LIBDIR}/test/test_sexp.rb
${GEM_LIBDIR}/test/test_sexp_processor.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec