parallel 1.19.0 → 1.19.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 62b21a809872d5540ee739249d423f648cecba38f4ffd58dbeeff4ba62cf545f
4
- data.tar.gz: a676f6b39e7201e3e9e0e2f701252314024d93b63383f9a481b3285fc59aa677
3
+ metadata.gz: da9740ffe51b7c2867eb4a51b9477aa0195c475ba27342793a3a6f7aa209b9ab
4
+ data.tar.gz: cc98ae0e7c35557d064abf720263258a0340c30ec405d30342636f1667fc32c1
5
5
  SHA512:
6
- metadata.gz: a5a3b87f01c876024cd624b4544734c8e82b413ae9ed7f7e6098fed64569fe66bf8630ab7c43445eb41d43f862ec6726fd4b031147f3b20fbbcbb2adb47e75c9
7
- data.tar.gz: bdb23eca21cb92ca77d25492ac0a818c5abba4a4acc782c59e715342c9bedf082f113bae591e24cee712846170c195ba23c3ee6066f1a26d88e9ac96d14bf191
6
+ metadata.gz: 9c71c1888523f4d9ed6c3050c8c06d425330d955c5bc30be331f93a46b346984b489ba78ded574bb7197a3c9ac34076924e90d21765085d6fdfc5dce1d0ef27f
7
+ data.tar.gz: 458976b6feaf2e34201ffb06a855940581eafe97306c638ccb2e583f8ed975a174a56e482a84e7d6a2c2a806ee94cf23adf66d43fc48b133433d275fea872d58
@@ -469,7 +469,8 @@ module Parallel
469
469
  item, index = job_factory.unpack(data)
470
470
  result = begin
471
471
  call_with_index(item, index, options, &block)
472
- rescue SystemExit, SignalException
472
+ # https://github.com/rspec/rspec-support/blob/673133cdd13b17077b3d88ece8d7380821f8d7dc/lib/rspec/support.rb#L132-L140
473
+ rescue NoMemoryError, SignalException, Interrupt, SystemExit
473
474
  raise $!
474
475
  rescue Exception
475
476
  ExceptionWrapper.new($!)
@@ -1,3 +1,3 @@
1
1
  module Parallel
2
- VERSION = Version = '1.19.0'
2
+ VERSION = Version = '1.19.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: parallel
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.19.0
4
+ version: 1.19.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Grosser
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-11-13 00:00:00.000000000 Z
11
+ date: 2019-11-22 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: michael@grosser.it
@@ -23,7 +23,11 @@ files:
23
23
  homepage: https://github.com/grosser/parallel
24
24
  licenses:
25
25
  - MIT
26
- metadata: {}
26
+ metadata:
27
+ bug_tracker_uri: https://github.com/grosser/parallel/issues
28
+ documentation_uri: https://github.com/grosser/parallel/blob/v1.19.1/Readme.md
29
+ source_code_uri: https://github.com/grosser/parallel/tree/v1.19.1
30
+ wiki_uri: https://github.com/grosser/parallel/wiki
27
31
  post_install_message:
28
32
  rdoc_options: []
29
33
  require_paths: