[DRE-commits] [ruby-slop] branch master updated (8a57e92 -> 033d658)

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Wed Jul 29 03:44:18 UTC 2015


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  8a57e92   Update debian/changelog
       new  325b856   Imported Upstream version 4.2.0
       new  1f4cfd2   Merge tag 'upstream/4.2.0'
       new  65927bd   Update debian/rules: follow upstream file renaming
       new  00df2a4   Bump Standard Version: 3.9.6
       new  033d658   Update debian/changelog

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:
 .travis.yml           |   6 +-
 CHANGELOG.md          |  36 +++
 CHANGES.md            | 309 ----------------------
 LICENSE               |   2 +-
 README.md             | 378 ++++++++++++++++++---------
 checksums.yaml.gz     | Bin 269 -> 0 bytes
 debian/changelog      |   8 +
 debian/compat         |   2 +-
 debian/control        |   4 +-
 debian/rules          |   2 +-
 lib/slop.rb           | 698 +++-----------------------------------------------
 lib/slop/commands.rb  | 196 --------------
 lib/slop/error.rb     |  35 +++
 lib/slop/option.rb    | 283 +++++++-------------
 lib/slop/options.rb   | 141 ++++++++++
 lib/slop/parser.rb    | 120 +++++++++
 lib/slop/result.rb    |  90 +++++++
 lib/slop/types.rb     |  96 +++++++
 metadata.yml          |  53 ++--
 slop.gemspec          |   9 +-
 test/commands_test.rb |  26 --
 test/error_test.rb    |  45 ++++
 test/helper.rb        |  12 -
 test/option_test.rb   | 155 ++---------
 test/options_test.rb  |  85 ++++++
 test/parser_test.rb   |  70 +++++
 test/result_test.rb   | 107 ++++++++
 test/slop_test.rb     | 518 -------------------------------------
 test/test_helper.rb   |   6 +
 test/types_test.rb    | 120 +++++++++
 30 files changed, 1412 insertions(+), 2200 deletions(-)
 create mode 100644 CHANGELOG.md
 delete mode 100644 CHANGES.md
 delete mode 100644 checksums.yaml.gz
 delete mode 100644 lib/slop/commands.rb
 create mode 100644 lib/slop/error.rb
 create mode 100644 lib/slop/options.rb
 create mode 100644 lib/slop/parser.rb
 create mode 100644 lib/slop/result.rb
 create mode 100644 lib/slop/types.rb
 delete mode 100644 test/commands_test.rb
 create mode 100644 test/error_test.rb
 delete mode 100644 test/helper.rb
 create mode 100644 test/options_test.rb
 create mode 100644 test/parser_test.rb
 create mode 100644 test/result_test.rb
 delete mode 100644 test/slop_test.rb
 create mode 100644 test/test_helper.rb
 create mode 100644 test/types_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