[DRE-commits] [ruby-cri] branch master updated (368bdf2 -> d1041c7)

Cédric Boutillier boutil at moszumanska.debian.org
Mon May 25 06:48:30 UTC 2015


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

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

      from  368bdf2   prepare changelog
      adds  75787b4   Imported Upstream version 2.7.0
       new  8b8861b   Merge tag 'upstream/2.7.0'
       new  a4d3a15   refresh privacy-breach.patch
       new  575d5e7   bump Standards-Version to 3.9.6 (no changes needed)
       new  667191e   Use the rake method to run the tests
       new  00d21be   prepare changelog
       new  fd7ff71   invoke directly yard instead of using upstream Rakefile to build the documentation
       new  d1041c7   clean coverage/

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:
 Gemfile                             |   1 +
 Gemfile.lock                        |  67 +++-
 LICENSE                             |   2 +-
 NEWS.md                             |  12 +
 README.adoc                         |   2 +-
 Rakefile                            |   9 +-
 checksums.yaml.gz                   | Bin 268 -> 0 bytes
 cri.gemspec                         |  12 +-
 debian/changelog                    |  11 +
 debian/control                      |   2 +-
 debian/patches/privacy-breach.patch |   4 +-
 debian/ruby-tests.rake              |  13 +
 debian/ruby-tests.rb                |   5 -
 debian/rules                        |   4 +-
 lib/cri.rb                          |   2 -
 lib/cri/argument_array.rb           |   4 -
 lib/cri/command.rb                  |  71 ++--
 lib/cri/command_dsl.rb              |  46 ++-
 lib/cri/command_runner.rb           |   8 +-
 lib/cri/commands/basic_help.rb      |   4 +-
 lib/cri/commands/basic_root.rb      |   2 +-
 lib/cri/core_ext.rb                 |   4 +-
 lib/cri/core_ext/string.rb          |  58 ++-
 lib/cri/help_renderer.rb            | 128 ++++--
 lib/cri/option_parser.rb            |  30 +-
 lib/cri/platform.rb                 |   6 +-
 lib/cri/string_formatter.rb         |  23 +-
 lib/cri/version.rb                  |   4 +-
 metadata.yml                        |   6 +-
 test/helper.rb                      |  76 ++--
 test/test_argument_array.rb         |  14 +-
 test/test_base.rb                   |   8 +-
 test/test_basic_help.rb             |  94 ++---
 test/test_basic_root.rb             |  20 +-
 test/test_command.rb                | 771 ++++++++++++++++++++----------------
 test/test_command_dsl.rb            | 324 ++++++++-------
 test/test_command_runner.rb         |  45 +--
 test/test_option_parser.rb          | 436 ++++++++++----------
 test/test_string_formatter.rb       | 179 +++++----
 39 files changed, 1369 insertions(+), 1138 deletions(-)
 delete mode 100644 checksums.yaml.gz
 create mode 100644 debian/ruby-tests.rake
 delete mode 100644 debian/ruby-tests.rb

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



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