[DRE-commits] [ruby-parslet] branch master updated (aeddcd0 -> ac7097a)

Cédric Boutillier boutil at moszumanska.debian.org
Mon Dec 4 12:11:52 UTC 2017


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

boutil pushed a change to branch master
in repository ruby-parslet.

      from  aeddcd0   Use https:// in Vcs-* fields
       new  148ed44   Bump Standards-Version to 4.1.2 (no changes needed)
       new  4536d8b   Bump debhelper compatibility level to 10
      adds  e7d6b48   New upstream version 1.8.1
       new  53b6f3b   Update upstream source from tag 'upstream/1.8.1'
       new  4e0a4d2   Prepare changelog
       new  c207b9f   Build-depend on ruby-ae
       new  acaf20f   Breaks ruby-toml << 0.2
       new  ac7097a   Use https:// in debian/watch

The 7 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                            |  18 +++
 LICENSE                                |   2 +-
 README                                 |   2 +-
 debian/changelog                       |  12 ++
 debian/compat                          |   2 +-
 debian/control                         |   6 +-
 debian/watch                           |   2 +-
 example/ignore.rb                      |  33 -----
 lib/parslet.rb                         |  27 +++--
 lib/parslet/accelerator.rb             |   1 +
 lib/parslet/atoms.rb                   |   1 +
 lib/parslet/atoms/base.rb              |   4 +-
 lib/parslet/atoms/can_flatten.rb       |   2 +-
 lib/parslet/atoms/dsl.rb               |  11 ++
 lib/parslet/atoms/entity.rb            |   1 +
 lib/parslet/atoms/ignored.rb           |  26 ++++
 lib/parslet/atoms/infix.rb             |   9 +-
 lib/parslet/atoms/lookahead.rb         |   2 +-
 lib/parslet/cause.rb                   |   4 +-
 lib/parslet/context.rb                 |  18 +--
 lib/parslet/convenience.rb             |   4 +-
 lib/parslet/error_reporter/deepest.rb  |   2 +-
 lib/parslet/parser.rb                  |   3 +-
 lib/parslet/pattern.rb                 |   9 +-
 lib/parslet/rig/rspec.rb               |  17 +--
 lib/parslet/slice.rb                   |   2 +-
 lib/parslet/source/line_cache.rb       |   1 +
 lib/parslet/transform.rb               |  14 ++-
 metadata.yml                           | 213 ---------------------------------
 parslet.gemspec                        |   6 +-
 spec/acceptance/examples_spec.rb       |   4 +-
 spec/acceptance/infix_parser_spec.rb   |   9 ++
 spec/parslet/atoms/ignored_spec.rb     |  15 +++
 spec/parslet/atoms_spec.rb             |   6 +-
 spec/parslet/transform/context_spec.rb |  53 +++++---
 spec/parslet/transform_spec.rb         |  28 ++++-
 spec/spec_helper.rb                    |   4 +-
 37 files changed, 230 insertions(+), 343 deletions(-)
 delete mode 100644 example/ignore.rb
 create mode 100644 lib/parslet/atoms/ignored.rb
 delete mode 100644 metadata.yml
 create mode 100644 spec/parslet/atoms/ignored_spec.rb

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



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