[DRE-commits] [ruby-parallel] branch master updated (a048b16 -> c960692)

Sebastien Badia sbadia at moszumanska.debian.org
Mon Aug 21 15:14:35 UTC 2017


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

sbadia pushed a change to branch master
in repository ruby-parallel.

      from  a048b16   prepare changelog
      adds  a04ac3f   New upstream version 1.12.0
       new  01d684e   Updated version 1.12.0 from 'upstream/1.12.0'
       new  5ae37aa   d/patches: Refresh Debian patches
       new  a5817cc   d/compat: Bump compat. version to 10
       new  af423ad   d/rules: Clean rules and check deps.
       new  1987e28   d/control: Bump Standard-Version to 4.0.0 (no changes needed)
       new  c960692   Prepare Debian changelog for 1.12.0-1

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:
 .travis.yml                                        |  5 +-
 Gemfile                                            |  2 +-
 Gemfile.lock                                       | 78 ++++++++++----------
 Rakefile                                           |  2 +-
 Readme.md                                          | 36 ++++++++-
 debian/changelog                                   | 11 +++
 debian/compat                                      |  2 +-
 debian/control                                     |  4 +-
 ...-disable-failing-test-counting-open-pipes.patch |  4 +-
 .../0003-disable-tests-failing-with-sbuild.patch   | 12 ++-
 ...isable-test-in-isolation-with-autopkgtest.patch |  8 +-
 debian/rules                                       | 12 +--
 lib/parallel.rb                                    | 85 +++++++++++++++-------
 lib/parallel/processor_count.rb                    | 66 +++++++++--------
 lib/parallel/version.rb                            |  2 +-
 parallel.gemspec                                   |  3 +-
 spec/cases/all_false.rb                            | 18 +++++
 spec/cases/all_true.rb                             | 24 ++++++
 spec/cases/any_false.rb                            | 24 ++++++
 spec/cases/any_true.rb                             | 18 +++++
 spec/cases/each_with_ar_sqlite.rb                  | 44 +++++------
 spec/cases/parallel_break_better_errors.rb         | 21 ++++++
 spec/cases/parallel_raise_undumpable.rb            |  5 +-
 .../cases/{profile_memroy.rb => profile_memory.rb} |  0
 spec/cases/with_break.rb                           |  4 +-
 spec/cases/with_exception.rb                       |  4 +-
 spec/parallel_spec.rb                              | 58 ++++++++++++++-
 spec/spec_helper.rb                                |  2 +
 28 files changed, 390 insertions(+), 164 deletions(-)
 create mode 100644 spec/cases/all_false.rb
 create mode 100644 spec/cases/all_true.rb
 create mode 100644 spec/cases/any_false.rb
 create mode 100644 spec/cases/any_true.rb
 create mode 100644 spec/cases/parallel_break_better_errors.rb
 rename spec/cases/{profile_memroy.rb => profile_memory.rb} (100%)

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



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