dill 0.5.1 → 0.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -52,7 +52,7 @@ module Dill
52
52
  end
53
53
 
54
54
  def rescuable_errors
55
- StandardError
55
+ [StandardError]
56
56
  end
57
57
 
58
58
  private
@@ -1,3 +1,3 @@
1
1
  module Dill
2
- VERSION = "0.5.1"
2
+ VERSION = "0.5.2"
3
3
  end
@@ -18,7 +18,7 @@ module Dill
18
18
  protected
19
19
 
20
20
  def rescuable_errors
21
- @rescuable_errors ||= Array(super) + driver.invalid_element_errors
21
+ @rescuable_errors ||= super + driver.invalid_element_errors
22
22
  end
23
23
 
24
24
  private
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: dill
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.5.1
5
+ version: 0.5.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - David Leal