pkgsrc/devel/ruby-parser/PLIST
taca e2bc73c80f Update ruby-parser to 3.7.0.
=== 3.7.0 / 2015-05-28

* 2 major enhancements:

  * Added preliminary support for ruby 2.2 syntax.
  * Now writing all 2.x parsers from one source, generating racc files.

* 1 minor enhancement:

  * Added RubyLexer#process_label and hooked it up to "x": and 'x': productions.

* 4 bug fixes:

  * Fixed handling of block_args to be consistent across all parse versions.
  * Fixed lexing of label assoc args w/ newlines in between k/v. (jeremyf)
  * Fixed lexing of x?'':y for ruby22 (not a label). (presidentbeef)
  * clear and restore cmdarg stack around def args and body.

=== 3.6.6 / 2015-04-13

* 1 minor enhancement:

  * Added expr_labelarg state (eg: a:1)

* 5 bug fixes:

  * Fix scan logging backtrace when DEBUG=1
  * Fixed kwsplat on 2.0 & 2.1.
  * Fixed mandatory keyword block args. (cvortmann)
  * Handle #$<x> in expanded strings/regexps where x is NOT a valid gvar name.
  * Invalid gvar names raise a compile error.
2015-06-04 14:35:13 +00:00

33 lines
1.1 KiB
Text

@comment $NetBSD: PLIST,v 1.9 2015/06/04 14:35:13 taca Exp $
bin/ruby_parse${RUBY_SUFFIX}
bin/ruby_parse_extract_error${RUBY_SUFFIX}
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.autotest
${GEM_LIBDIR}/.gemtest
${GEM_LIBDIR}/History.txt
${GEM_LIBDIR}/Manifest.txt
${GEM_LIBDIR}/README.txt
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/bin/ruby_parse
${GEM_LIBDIR}/bin/ruby_parse_extract_error
${GEM_LIBDIR}/lib/.document
${GEM_LIBDIR}/lib/ruby18_parser.rb
${GEM_LIBDIR}/lib/ruby18_parser.y
${GEM_LIBDIR}/lib/ruby19_parser.rb
${GEM_LIBDIR}/lib/ruby19_parser.y
${GEM_LIBDIR}/lib/ruby20_parser.rb
${GEM_LIBDIR}/lib/ruby20_parser.y
${GEM_LIBDIR}/lib/ruby21_parser.rb
${GEM_LIBDIR}/lib/ruby21_parser.y
${GEM_LIBDIR}/lib/ruby22_parser.rb
${GEM_LIBDIR}/lib/ruby22_parser.y
${GEM_LIBDIR}/lib/ruby_lexer.rb
${GEM_LIBDIR}/lib/ruby_lexer.rex
${GEM_LIBDIR}/lib/ruby_lexer.rex.rb
${GEM_LIBDIR}/lib/ruby_parser.rb
${GEM_LIBDIR}/lib/ruby_parser.yy
${GEM_LIBDIR}/lib/ruby_parser_extras.rb
${GEM_LIBDIR}/test/test_ruby_lexer.rb
${GEM_LIBDIR}/test/test_ruby_parser.rb
${GEM_LIBDIR}/test/test_ruby_parser_extras.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec