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

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 change to branch master
in repository ruby-parser.

      from  c4e48c4   Bump Standards-Version to 3.9.7 (no changes needed)
      adds  0834040   Imported Upstream version 3.8.2
       new  9db7705   Merge tag 'upstream/3.8.2'
       new  6c3f903   new upstream release
       new  f8583ff   refresh packaging
       new  229e71b   release to unstable
       new  41295df   drop explicit debian/tests/control

The 5 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:
 .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
 debian/changelog                         |   19 +
 debian/control                           |    4 +-
 debian/ruby-tests.rake                   |    6 +
 debian/ruby-tests.rb                     |    4 -
 debian/rules                             |    1 +
 debian/tests/control                     |    6 -
 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 +-
 36 files changed, 20923 insertions(+), 6458 deletions(-)
 delete mode 100644 .gemtest
 create mode 100644 debian/ruby-tests.rake
 delete mode 100644 debian/ruby-tests.rb
 delete mode 100644 debian/tests/control
 create mode 100644 lib/ruby22_parser.rb
 copy lib/{ruby21_parser.y => ruby22_parser.y} (94%)
 create mode 100644 lib/ruby23_parser.rb
 copy lib/{ruby21_parser.y => ruby23_parser.y} (94%)
 copy lib/{ruby21_parser.y => ruby_parser.yy} (92%)
 delete mode 100644 metadata.yml
 create mode 100644 ruby_parser.gemspec

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