[DRE-commits] [ruby-net-ssh-gateway] branch master updated (ed94ba9 -> 24b9d67)

Lucas Nussbaum lucas at moszumanska.debian.org
Tue Jul 25 17:15:33 UTC 2017


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

lucas pushed a change to branch master
in repository ruby-net-ssh-gateway.

      from  ed94ba9   Run wrap-and-sort on packaging files
      adds  3c3f5f0   New upstream version 2.0.0
       new  d153ac0   Merge tag 'upstream/2.0.0'
       new  840fe78   Bump Build-depend and depend on ruby-net-ssh to 4.0.0
       new  0e6e525   Bump Standards-Version to 4.0.0. No changes needed.
       new  0eb9fea   Update homepage
       new  4ef657e   Install README.md
       new  b3f4ac3   Refresh packaging.
       new  e55af94   Drop patch require_mocha_setup.patch (no longer needed)
       new  24b9d67   Prepare changelog for upload

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:
 .gitignore                               |   11 +
 .ruby-version                            |    1 +
 .travis.yml                              |    4 +
 CHANGES.txt                              |   12 +
 Gemfile                                  |    4 +
 Manifest                                 |    7 -
 README.rdoc => README.md                 |   30 +-
 Rakefile                                 |   57 +-
 checksums.yaml.gz.sig                    |    1 +
 data.tar.gz.sig                          |  Bin 256 -> 256 bytes
 debian/changelog                         |   19 +
 debian/control                           |    8 +-
 debian/patches/require_mocha_setup.patch |   16 -
 debian/patches/series                    |    1 -
 debian/ruby-net-ssh-gateway.docs         |    2 +-
 debian/rules                             |   13 +-
 gem-public_cert.pem                      |   20 -
 lib/net/ssh/gateway.rb                   |   20 +-
 lib/net/ssh/gateway/version.rb           |    7 +
 metadata.gz.sig                          |  Bin 256 -> 256 bytes
 metadata.yml                             |  134 ---
 net-ssh-gateway.gemspec                  |   79 +-
 net-ssh-public_cert.pem                  |   21 +
 setup.rb                                 | 1585 ------------------------------
 test/gateway_test.rb                     |  123 ---
 25 files changed, 136 insertions(+), 2039 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 .ruby-version
 create mode 100644 .travis.yml
 create mode 100644 Gemfile
 delete mode 100644 Manifest
 rename README.rdoc => README.md (76%)
 create mode 100644 checksums.yaml.gz.sig
 delete mode 100644 debian/patches/require_mocha_setup.patch
 delete mode 100644 debian/patches/series
 delete mode 100644 gem-public_cert.pem
 create mode 100644 lib/net/ssh/gateway/version.rb
 delete mode 100644 metadata.yml
 create mode 100644 net-ssh-public_cert.pem
 delete mode 100644 setup.rb
 delete mode 100644 test/gateway_test.rb

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



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