[DRE-commits] [ruby-coveralls] branch master updated (8b00318 -> 56e33e9)

Lucas Kanashiro kanashiro at moszumanska.debian.org
Fri Sep 1 22:18:49 UTC 2017


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

kanashiro pushed a change to branch master
in repository ruby-coveralls.

      from  8b00318   Run wrap-and-sort on packaging files
      adds  e7cb5f8   New upstream version 0.8.21
       new  27010ca   Updated version 0.8.21 from 'upstream/0.8.21'
       new  4b7f410   debian/changelog: new upstream release
       new  b2f0d9d   Set a deterministic date in the manpages to make the package build reproducibly. Thanks to Eduard Sanou for providing the patch. (Closes: #818430).
       new  5bfb0e6   Build depends on ruby-webmock to enable the execution of some tests
       new  4194259   Refresh other patches
       new  1a4544f   Update Debian packaging copyright
       new  b0164d4   debian/copyright: use https:// instead of http:// in Format field
       new  842d52f   Bump debhelper compatibility level to 10
       new  1e49892   Declare compliance with Debian Policy 4.1.0
       new  ad3b30b   Mark package as autopkgtest-able
       new  7c556f0   Add myself to Uploaders list
       new  64579f3   Create patch to remove the dependency on pry in tests
       new  26be84c   Create patch to remove tins from gemspec
       new  a4be8cd   refresh again
       new  56e33e9   release to unstable

The 15 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                                            |   1 +
 .ruby-version                                     |   2 +-
 .travis.yml                                       |  18 +-
 CHANGELOG.md                                      |   4 +
 Gemfile                                           |  37 ++-
 README.md                                         |   4 +-
 checksums.yaml.gz                                 | Bin 268 -> 0 bytes
 coveralls-ruby.gemspec                            |  26 +-
 debian/changelog                                  |  27 ++
 debian/compat                                     |   2 +-
 debian/control                                    |  11 +-
 debian/copyright                                  |   3 +-
 debian/patches/01_disable_webmock.diff            |  37 ---
 debian/patches/02_disable_vcr.diff                |  25 +-
 debian/patches/04_include_rspec.diff              |  12 +-
 debian/patches/05_disable_pry.diff                |  17 ++
 debian/patches/06_remove-tins-from-gemspec.diff   |  17 ++
 debian/patches/series                             |   3 +-
 debian/rules                                      |   2 +-
 lib/coveralls.rb                                  |   6 +-
 lib/coveralls/api.rb                              | 176 +++++++----
 lib/coveralls/command.rb                          |  12 +-
 lib/coveralls/configuration.rb                    | 139 +++++++--
 lib/coveralls/output.rb                           |  22 +-
 lib/coveralls/simplecov.rb                        |  48 ++-
 lib/coveralls/version.rb                          |   2 +-
 metadata.yml                                      | 217 -------------
 spec/coveralls/configuration_spec.rb              | 351 +++++++++++++++++++++-
 spec/coveralls/coveralls_spec.rb                  |  10 +-
 spec/coveralls/fixtures/app/controllers/sample.rb |   6 +-
 spec/coveralls/fixtures/sample.rb                 |   2 +
 spec/coveralls/output_spec.rb                     |  11 +
 spec/coveralls/simplecov_spec.rb                  |  21 +-
 spec/spec_helper.rb                               |  16 +-
 34 files changed, 832 insertions(+), 455 deletions(-)
 delete mode 100644 checksums.yaml.gz
 delete mode 100644 debian/patches/01_disable_webmock.diff
 create mode 100644 debian/patches/05_disable_pry.diff
 create mode 100644 debian/patches/06_remove-tins-from-gemspec.diff
 delete mode 100644 metadata.yml

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



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