[DRE-commits] [ruby-commander] branch master updated (cd3dbb6 -> 7f063ad)

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Tue Aug 12 10:16:53 UTC 2014


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

uwabami-guest pushed a change to branch master
in repository ruby-commander.

      from  cd3dbb6   Update debian/changelog
      adds  aab2389   Imported Upstream version 4.2.0
       new  a278b75   Merge tag 'upstream/4.2.0'
       new  57f217b   Refresh patches
       new  7f063ad   Update debian/changelog

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:
 History.rdoc                                    |   4 +
 README.md                                       |  37 +++++
 checksums.yaml.gz                               | Bin 267 -> 267 bytes
 commander.gemspec                               |   2 +-
 debian/changelog                                |   7 +
 debian/patches/0001-Drop-RubyGems-Depends.patch |  41 +-----
 debian/patches/0002-Drop-SimpleCov.patch        |  15 +-
 lib/commander.rb                                |   2 +
 lib/commander/configure.rb                      |  18 +++
 lib/commander/methods.rb                        |  11 ++
 lib/commander/runner.rb                         |   5 +-
 lib/commander/version.rb                        |   2 +-
 metadata.yml                                    |  40 +++---
 spec/command_spec.rb                            |  49 +++----
 spec/configure_spec.rb                          |  37 +++++
 spec/core_ext/array_spec.rb                     |   6 +-
 spec/core_ext/object_spec.rb                    |   6 +-
 spec/help_formatters/terminal_spec.rb           |  19 +--
 spec/methods_spec.rb                            |  20 +++
 spec/runner_spec.rb                             | 178 ++++++++++++------------
 spec/spec_helper.rb                             |  35 +++--
 spec/ui_spec.rb                                 |   7 +-
 22 files changed, 329 insertions(+), 212 deletions(-)
 create mode 100644 lib/commander/configure.rb
 create mode 100644 lib/commander/methods.rb
 create mode 100644 spec/configure_spec.rb
 create mode 100644 spec/methods_spec.rb

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