[DRE-commits] [ruby-parser] 01/05: Merge tag 'upstream/3.8.2'

Antonio Terceiro terceiro at moszumanska.debian.org
Thu Aug 4 11:39:00 UTC 2016


This is an automated email from the git hooks/post-receive script.

terceiro pushed a commit to branch master
in repository ruby-parser.

commit 9db7705a57ead4a26829e6f49689794fa9a6c1eb
Merge: c4e48c4 0834040
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Thu Aug 4 08:22:54 2016 -0300

    Merge tag 'upstream/3.8.2'
    
    Upstream version 3.8.2
    
    # gpg: Signature made Qui 04 Ago 2016 08:22:52 BRT using RSA key ID CD460BDE
    # gpg: Good signature from "Antonio Terceiro <terceiro at softwarelivre.org>"
    # gpg:                 aka "Antonio Terceiro <terceiro at dcc.ufba.br>"
    # gpg:                 aka "Antonio Terceiro <terceiro at colivre.coop.br>"
    # gpg:                 aka "Antonio Terceiro <terceiro at debian.org>"
    # gpg:                 aka "Antonio Terceiro <antonio.terceiro at linaro.org>"
    # gpg:                 aka "Antonio Terceiro <antonio.terceiro at linaro.org>"

 .autotest                                |   14 +-
 .gemtest                                 |    0
 History.txt                              |   70 +
 Manifest.txt                             |    5 +
 Rakefile                                 |   49 +-
 checksums.yaml.gz.sig                    |  Bin 256 -> 256 bytes
 data.tar.gz.sig                          |  Bin 256 -> 256 bytes
 lib/ruby18_parser.rb                     |   15 +-
 lib/ruby18_parser.y                      |    8 +-
 lib/ruby19_parser.rb                     |   23 +-
 lib/ruby19_parser.y                      |   16 +-
 lib/ruby20_parser.rb                     | 6137 ++++++++++++++-------------
 lib/ruby20_parser.y                      |  135 +-
 lib/ruby21_parser.rb                     | 5670 +++++++++++++------------
 lib/ruby21_parser.y                      |  128 +-
 lib/ruby22_parser.rb                     | 6811 +++++++++++++++++++++++++++++
 lib/{ruby21_parser.y => ruby22_parser.y} |  145 +-
 lib/ruby23_parser.rb                     | 6817 ++++++++++++++++++++++++++++++
 lib/{ruby21_parser.y => ruby23_parser.y} |  147 +-
 lib/ruby_lexer.rb                        |   75 +-
 lib/ruby_lexer.rex                       |    5 +-
 lib/ruby_lexer.rex.rb                    |  128 +-
 lib/ruby_parser.rb                       |    2 +
 lib/{ruby21_parser.y => ruby_parser.yy}  |  210 +-
 lib/ruby_parser_extras.rb                |   67 +-
 metadata.gz.sig                          |  Bin 256 -> 256 bytes
 metadata.yml                             |  222 -
 ruby_parser.gemspec                      |   52 +
 test/test_ruby_lexer.rb                  |   68 +-
 test/test_ruby_parser.rb                 |  322 +-
 30 files changed, 20895 insertions(+), 6446 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-parser.git



More information about the Pkg-ruby-extras-commits mailing list