[DRE-commits] [ruby-hoe] branch master updated (a838091 -> f30b2fd)

Lucas Moura lucasmoura-guest at moszumanska.debian.org
Sat Mar 12 18:18:02 UTC 2016


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

lucasmoura-guest pushed a change to branch master
in repository ruby-hoe.

      from  a838091   Run wrap-and-sort on packaging files
       new  f32fe81   debian/watch: fix uversionmangle to dversionmangle
       new  022f421   Imported Upstream version 3.14.2
       new  eb8e60b   Merge tag 'upstream/3.14.2'
       new  f653bad   New upstream release
       new  b8b19c6   Update patch disable-tests for new upstream release
       new  f30b2fd   Create release

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:
 .gemtest                           |   0
 History.rdoc                       |  43 +++++++++
 Manifest.txt                       |   1 +
 Rakefile                           |  12 ++-
 bin/sow                            |  49 ++++++----
 checksums.yaml.gz                  | Bin 266 -> 0 bytes
 checksums.yaml.gz.sig              |   6 +-
 data.tar.gz.sig                    | Bin 256 -> 256 bytes
 debian/changelog                   |   9 ++
 debian/patches/disable-tests.patch |  18 ++--
 debian/watch                       |   2 +-
 lib/hoe.rb                         | 110 ++++++++++-----------
 lib/hoe/clean.rb                   |   6 +-
 lib/hoe/compiler.rb                |  26 +++--
 lib/hoe/debug.rb                   |  24 ++---
 lib/hoe/deps.rb                    |  34 +++----
 lib/hoe/flay.rb                    |  10 +-
 lib/hoe/flog.rb                    |  10 +-
 lib/hoe/gemcutter.rb               |   2 +-
 lib/hoe/inline.rb                  |  52 +++++-----
 lib/hoe/newb.rb                    |   2 +-
 lib/hoe/package.rb                 |  37 ++++----
 lib/hoe/publish.rb                 |  66 ++++++-------
 lib/hoe/racc.rb                    |   8 +-
 lib/hoe/rake.rb                    |   2 +-
 lib/hoe/rcov.rb                    |  41 ++++----
 lib/hoe/signing.rb                 |  22 ++---
 lib/hoe/test.rb                    |  57 ++++-------
 metadata.gz.sig                    | Bin 256 -> 256 bytes
 metadata.yml                       |  35 +++----
 test/test_hoe.rb                   | 189 +++++++++++++++++++++----------------
 test/test_hoe_debug.rb             |  30 +++---
 test/test_hoe_gemcutter.rb         |   2 +-
 test/test_hoe_package.rb           |  58 ++++++++++++
 test/test_hoe_publish.rb           |  14 +--
 test/test_hoe_test.rb              |   4 +-
 36 files changed, 556 insertions(+), 425 deletions(-)
 delete mode 100644 .gemtest
 delete mode 100644 checksums.yaml.gz
 create mode 100644 test/test_hoe_package.rb

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



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