[DRE-commits] [ruby-cri] branch master updated (cef997e -> c903159)
Cédric Boutillier
boutil at moszumanska.debian.org
Mon Apr 14 13:25:18 UTC 2014
This is an automated email from the git hooks/post-receive script.
boutil pushed a change to branch master
in repository ruby-cri.
from cef997e prepare changelog
adds b532714 Imported Upstream version 2.5.0
new 05e5b23 Merge tag 'upstream/2.5.0'
new 3ba6bd6 change extension of README
new 3018417 prepare changelog
new dc05b9d Add asciidoctor to Build-Depends, now that the README file has a .adoc extension
adds a9470a2 Imported Upstream version 2.6.0
new 8ba06bd Merge tag 'upstream/2.6.0'
new 06b64cf add privacy-breach.patch to remove badges from README.adoc
new 7ce744f prepare changelog
new c903159 wrap and sort dependencies
The 8 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 | 7 ++
Gemfile.lock | 34 ++++++-
NEWS.md | 11 ++
README.adoc | 198 ++++++++++++++++++++++++++++++++++++
README.md | 138 -------------------------
Rakefile | 32 ++----
checksums.yaml.gz | Bin 425 -> 270 bytes
cri.gemspec | 10 +-
debian/changelog | 9 ++
debian/control | 17 +++-
debian/patches/privacy-breach.patch | 19 ++++
debian/patches/series | 1 +
debian/ruby-cri.docs | 2 +-
lib/cri.rb | 5 +
lib/cri/argument_array.rb | 27 +++++
lib/cri/command.rb | 106 +++----------------
lib/cri/command_dsl.rb | 73 ++++++++-----
lib/cri/command_runner.rb | 2 +
lib/cri/commands/basic_help.rb | 10 +-
lib/cri/core_ext/string.rb | 1 +
lib/cri/help_renderer.rb | 132 ++++++++++++++++++++++++
lib/cri/option_parser.rb | 189 +++++++++++++++++++---------------
lib/cri/version.rb | 4 +-
metadata.yml | 70 +++++--------
test/helper.rb | 8 ++
test/test_argument_array.rb | 11 ++
test/test_basic_help.rb | 43 ++++++++
test/test_command.rb | 49 ++++++++-
test/test_command_dsl.rb | 69 +++++++++++--
test/test_command_runner.rb | 32 ++++++
test/test_option_parser.rb | 19 +++-
31 files changed, 878 insertions(+), 450 deletions(-)
create mode 100644 README.adoc
delete mode 100644 README.md
create mode 100644 debian/patches/privacy-breach.patch
create mode 100644 debian/patches/series
create mode 100644 lib/cri/argument_array.rb
create mode 100644 lib/cri/help_renderer.rb
create mode 100644 test/test_argument_array.rb
create mode 100644 test/test_command_runner.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