[DRE-commits] [ruby-slop] branch master updated (38be478 -> 88c75fd)

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Tue Sep 5 04:00:12 UTC 2017


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

uwabami-guest pushed a change to branch master
in repository ruby-slop.

      from  38be478   Remove myself from Uploaders:
      adds  2c24624   New upstream version 4.5.0
       new  7ce3200   Updated version 4.5.0 from 'upstream/4.5.0'
       new  057d0d1   Add patch: Remove git ls-files from gemspec
       new  0ae17e8   Bump debhelper >= 10
       new  c788726   Bump Compat: 10
       new  c949391   Bump Standard Version: 4.1.0
       new  88c75fd   Update debian/changelog

The 6 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:
 .gitignore                                         |   7 --
 .travis.yml                                        |   9 +-
 CHANGELOG.md                                       |  58 ++++++++++++
 README.md                                          |  20 +++-
 debian/changelog                                   |  20 ++++
 debian/compat                                      |   2 +-
 debian/control                                     |   4 +-
 .../0001-Remove-git-ls-files-from-gemspec.patch    |  24 +++++
 debian/patches/series                              |   1 +
 lib/slop.rb                                        |   6 +-
 lib/slop/option.rb                                 |  21 ++++-
 lib/slop/options.rb                                |  11 ++-
 lib/slop/parser.rb                                 |  71 +++++++++++----
 lib/slop/result.rb                                 |   6 +-
 lib/slop/types.rb                                  |  15 +--
 metadata.yml                                       | 101 ---------------------
 test/option_test.rb                                |   4 +
 test/options_test.rb                               |  13 ++-
 test/parser_test.rb                                |  47 +++++++++-
 test/result_test.rb                                |   5 +-
 test/slop_test.rb                                  |  17 ++++
 test/types_test.rb                                 |  18 +++-
 22 files changed, 327 insertions(+), 153 deletions(-)
 delete mode 100644 .gitignore
 create mode 100644 debian/patches/0001-Remove-git-ls-files-from-gemspec.patch
 create mode 100644 debian/patches/series
 delete mode 100644 metadata.yml
 create mode 100644 test/slop_test.rb

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



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