[DRE-commits] [ruby-parser] branch master updated (41295df -> 58c393e)

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Fri Jul 7 04:56:35 UTC 2017


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

praveen pushed a change to branch master
in repository ruby-parser.

      from  41295df   drop explicit debian/tests/control
      adds  29850d7   New upstream version 3.9.0
       new  f39458f   Merge tag 'upstream/3.9.0'
       new  02783be   bump standards
       new  58c393e   update changelog

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 History.txt => History.rdoc              |   49 +
 Manifest.txt                             |    9 +-
 README.txt => README.rdoc                |   12 +
 Rakefile                                 |  198 +-
 checksums.yaml.gz.sig                    |  Bin 256 -> 256 bytes
 compare/normalize.rb                     |  146 +
 data.tar.gz.sig                          |  Bin 256 -> 256 bytes
 debian/changelog                         |    8 +
 debian/control                           |    2 +-
 lib/rp_extensions.rb                     |   77 +
 lib/rp_stringscanner.rb                  |   64 +
 lib/ruby18_parser.rb                     | 4272 +++++++++----------
 lib/ruby18_parser.y                      |   49 +-
 lib/ruby19_parser.rb                     | 4518 ++++++++++----------
 lib/ruby19_parser.y                      |   57 +-
 lib/ruby20_parser.rb                     | 5835 +++++++++++++------------
 lib/ruby20_parser.y                      |  117 +-
 lib/ruby21_parser.rb                     | 5708 +++++++++++++------------
 lib/ruby21_parser.y                      |  110 +-
 lib/ruby22_parser.rb                     | 5135 +++++++++++-----------
 lib/ruby22_parser.y                      |  107 +-
 lib/ruby23_parser.rb                     | 5102 +++++++++++-----------
 lib/ruby23_parser.y                      |  107 +-
 lib/ruby24_parser.rb                     | 6797 ++++++++++++++++++++++++++++++
 lib/{ruby23_parser.y => ruby24_parser.y} |  109 +-
 lib/ruby_lexer.rb                        |   78 +-
 lib/ruby_lexer.rex                       |   12 +-
 lib/ruby_lexer.rex.rb                    |   30 +-
 lib/ruby_parser.rb                       |   93 +-
 lib/ruby_parser.yy                       |  157 +-
 lib/ruby_parser_extras.rb                |  339 +-
 metadata.gz.sig                          |  Bin 256 -> 256 bytes
 ruby_parser.gemspec                      |   18 +-
 test/test_ruby_lexer.rb                  |  191 +-
 test/test_ruby_parser.rb                 | 1693 ++++----
 test/test_ruby_parser_extras.rb          |   12 +-
 36 files changed, 24192 insertions(+), 17019 deletions(-)
 rename History.txt => History.rdoc (94%)
 rename README.txt => README.rdoc (87%)
 create mode 100755 compare/normalize.rb
 create mode 100644 lib/rp_extensions.rb
 create mode 100644 lib/rp_stringscanner.rb
 create mode 100644 lib/ruby24_parser.rb
 copy lib/{ruby23_parser.y => ruby24_parser.y} (96%)

-- 
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