[DRE-commits] [ruby-cri] branch master updated (6949549 -> e4edea6)
Cédric Boutillier
boutil at moszumanska.debian.org
Tue Jul 4 21:36:09 UTC 2017
This is an automated email from the git hooks/post-receive script.
boutil pushed a change to branch master
in repository ruby-cri.
from 6949549 Run wrap-and-sort on packaging files
adds a05be6d add gbp.conf
adds ffc8198 New upstream version 2.8.0
adds 494bd8b Merge tag 'upstream/2.8.0' into experimental
adds 6668fa8 prepare changelog
adds 7ee792c refresh privacy-breach.patch
new a9f1a79 Bump Standards-Version to 3.9.8 (no changes needed)
adds 485f569 New upstream version 2.9.1
new 5986c7a Updated version 2.9.1 from 'upstream/2.9.1'
new e4edea6 Bump standards-version to 4.0.0. Target unstable
The 3 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 | 6 +-
Gemfile.lock | 76 +++++-----
NEWS.md | 74 ++++++----
README.adoc | 55 ++++++--
Rakefile | 17 ++-
cri.gemspec | 4 +-
debian/changelog | 17 +++
debian/control | 2 +-
debian/patches/privacy-breach.patch | 2 +-
lib/cri.rb | 4 +-
lib/cri/argument_array.rb | 4 +-
lib/cri/command.rb | 83 +++++++----
lib/cri/command_dsl.rb | 51 ++++---
lib/cri/command_runner.rb | 4 +-
lib/cri/commands/basic_help.rb | 12 +-
lib/cri/commands/basic_root.rb | 4 +-
lib/cri/core_ext.rb | 2 -
lib/cri/core_ext/string.rb | 2 -
lib/cri/help_renderer.rb | 28 ++--
lib/cri/option_parser.rb | 62 ++++++---
lib/cri/platform.rb | 2 -
lib/cri/string_formatter.rb | 4 +-
lib/cri/version.rb | 4 +-
metadata.yml | 109 ---------------
test/helper.rb | 8 +-
test/test_argument_array.rb | 4 +-
test/test_base.rb | 5 +-
test/test_basic_help.rb | 6 +-
test/test_basic_root.rb | 17 ++-
test/test_command.rb | 143 ++++++++++++++-----
test/test_command_dsl.rb | 101 +++++++++-----
test/test_command_runner.rb | 6 +-
test/test_help_renderer.rb | 45 ++++++
test/test_option_parser.rb | 270 ++++++++++++++++++++++++++----------
test/test_string_formatter.rb | 2 +-
35 files changed, 751 insertions(+), 484 deletions(-)
delete mode 100644 metadata.yml
create mode 100644 test/test_help_renderer.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