[DRE-commits] [ruby-slop] 02/05: Merge tag 'upstream/4.2.0'

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


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

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

commit 1f4cfd2042763b99af287f8fae5cb11177f458b9
Merge: 8a57e92 325b856
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Wed Jul 29 12:33:56 2015 +0900

    Merge tag 'upstream/4.2.0'
    
    Upstream version 4.2.0

 .travis.yml           |   6 +-
 CHANGELOG.md          |  36 +++
 CHANGES.md            | 309 ----------------------
 LICENSE               |   2 +-
 README.md             | 378 ++++++++++++++++++---------
 checksums.yaml.gz     | Bin 269 -> 0 bytes
 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 +++++++++
 26 files changed, 1400 insertions(+), 2196 deletions(-)

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