[DRE-commits] [ruby-commander] branch master updated (b3f2d29 -> 98698dc)
Antonio Terceiro
terceiro at moszumanska.debian.org
Sun Jun 21 01:14:19 UTC 2015
This is an automated email from the git hooks/post-receive script.
terceiro pushed a change to branch master
in repository ruby-commander.
from b3f2d29 Revert direct changes to bin/commander
adds 737b3cd Imported Upstream version 4.3.4
new 38aca97 Merge tag 'upstream/4.3.4'
new 7c33619 New upstream version
new 96ff98f Update packaging with a new dh-make-ruby run
new 49dec5c update patches
new ae3a896 release to unstable
new 98698dc bump debhelper build dependency
The 6 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:
.rspec | 2 +
.rubocop.yml | 9 +
.rubocop_todo.yml | 77 +++++
.travis.yml | 4 +-
Gemfile | 2 +-
History.rdoc | 28 ++
README.md | 25 +-
Rakefile | 11 +-
bin/commander | 24 +-
checksums.yaml.gz | Bin 267 -> 0 bytes
commander.gemspec | 35 +-
debian/changelog | 13 +
debian/control | 17 +-
debian/patches/0001-Drop-RubyGems-Depends.patch | 17 -
debian/patches/0001-Test-suite-adjustments.patch | 25 ++
debian/patches/0002-Drop-SimpleCov.patch | 21 --
debian/patches/series | 3 +-
debian/ruby-tests.rake | 10 +-
debian/rules | 3 +
lib/commander.rb | 1 +
lib/commander/blank.rb | 5 +-
lib/commander/command.rb | 131 ++++----
lib/commander/configure.rb | 6 +-
lib/commander/core_ext.rb | 3 +-
lib/commander/core_ext/array.rb | 6 +-
lib/commander/core_ext/object.rb | 5 +-
lib/commander/delegates.rb | 23 +-
lib/commander/help_formatters.rb | 40 ++-
lib/commander/help_formatters/base.rb | 22 +-
lib/commander/help_formatters/terminal.rb | 15 +-
lib/commander/help_formatters/terminal/help.erb | 4 +-
lib/commander/help_formatters/terminal_compact.rb | 5 +-
.../help_formatters/terminal_compact/help.erb | 4 +-
lib/commander/import.rb | 2 -
lib/commander/methods.rb | 16 +-
lib/commander/platform.rb | 1 -
lib/commander/runner.rb | 244 +++++++-------
lib/commander/user_interaction.rb | 244 +++++++-------
lib/commander/version.rb | 2 +-
metadata.yml | 37 ++-
spec/command_spec.rb | 115 ++++---
spec/configure_spec.rb | 8 +-
spec/core_ext/array_spec.rb | 12 +-
spec/core_ext/object_spec.rb | 16 +-
.../{terminal_spec.rb => terminal_compact_spec.rb} | 43 +--
spec/help_formatters/terminal_spec.rb | 39 ++-
spec/runner_spec.rb | 354 ++++++++++-----------
spec/spec_helper.rb | 24 +-
spec/ui_spec.rb | 21 +-
49 files changed, 982 insertions(+), 792 deletions(-)
create mode 100644 .rspec
create mode 100644 .rubocop.yml
create mode 100644 .rubocop_todo.yml
delete mode 100644 checksums.yaml.gz
delete mode 100644 debian/patches/0001-Drop-RubyGems-Depends.patch
create mode 100644 debian/patches/0001-Test-suite-adjustments.patch
delete mode 100644 debian/patches/0002-Drop-SimpleCov.patch
copy spec/help_formatters/{terminal_spec.rb => terminal_compact_spec.rb} (75%)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-commander.git
More information about the Pkg-ruby-extras-commits
mailing list