[DRE-commits] [ruby-cmdparse] branch master updated (db929b8 -> 1a66b1e)

Cédric Boutillier boutil at moszumanska.debian.org
Mon Oct 6 22:52:35 UTC 2014


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

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

      from  db929b8   update for release
       new  dd31bc6   Imported Upstream version 2.0.6
       new  b0370c5   Merge tag 'upstream/2.0.6'
       new  b498faa   replace basic test with the upstream test-suite
       new  d354f68   Update homepage; bump standards-version; autopkgtest-pkg-ruby
       new  1ce6184   update years in upstream entry in the copyright file
       new  42261a1   install README.md as documentation
       new  30f65d4   build-depend on ruby-minitest
       new  1a66b1e   prepare changelog

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:
 README                            |   55 --
 README.md                         |   59 ++
 Rakefile                          |  218 +++---
 TODO                              |   10 -
 VERSION                           |    2 +-
 checksums.yaml.gz                 |  Bin 0 -> 269 bytes
 debian/changelog                  |   14 +
 debian/control                    |    9 +-
 debian/copyright                  |    2 +-
 debian/ruby-cmdparse.docs         |    7 +-
 debian/ruby-tests.rb              |    8 +-
 doc/{src => }/about.page          |   20 +-
 doc/config.yaml                   |    2 -
 doc/{src => }/default.css         |    3 +-
 doc/{src => }/default.template    |   11 +-
 doc/download.page                 |   34 +
 doc/index.page                    |  107 +++
 doc/{src => }/logo.png            |  Bin
 doc/plugin/extract.rb             |   29 -
 doc/src/download.page             |   34 -
 doc/src/features.page             |   11 -
 doc/src/index.page                |   80 --
 doc/src/meta.info                 |    5 -
 doc/src/tutorial.page             |  177 -----
 doc/tutorial.page                 |  191 +++++
 doc/virtual                       |    5 +
 lib/cmdparse.rb                   |    4 +-
 lib/cmdparse/wrappers/optparse.rb |    2 +-
 metadata.yml                      |   58 +-
 net.rb                            |   38 +-
 setup.rb                          | 1468 ++++++++++++++++++++++---------------
 test/tc_commandhash.rb            |   96 +++
 32 files changed, 1533 insertions(+), 1226 deletions(-)
 delete mode 100644 README
 create mode 100644 README.md
 delete mode 100644 TODO
 create mode 100644 checksums.yaml.gz
 rename doc/{src => }/about.page (66%)
 delete mode 100644 doc/config.yaml
 rename doc/{src => }/default.css (97%)
 rename doc/{src => }/default.template (61%)
 create mode 100644 doc/download.page
 create mode 100644 doc/index.page
 rename doc/{src => }/logo.png (100%)
 delete mode 100644 doc/plugin/extract.rb
 delete mode 100644 doc/src/download.page
 delete mode 100644 doc/src/features.page
 delete mode 100644 doc/src/index.page
 delete mode 100644 doc/src/meta.info
 delete mode 100644 doc/src/tutorial.page
 create mode 100644 doc/tutorial.page
 create mode 100644 doc/virtual
 create mode 100644 test/tc_commandhash.rb

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



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