JaredKuolt-robustthread 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.
Files changed (2) hide show
  1. data/lib/robustthread.rb +1 -1
  2. metadata +3 -2
@@ -25,7 +25,7 @@ class RobustThread
25
25
  self.class.send :do_before_yield
26
26
  block.call(*targs)
27
27
  self.class.send :do_after_yield
28
- rescue => e
28
+ rescue Exception => e
29
29
  @exception = e
30
30
  self.class.send :handle_exception, e
31
31
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: JaredKuolt-robustthread
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jared Kuolt
@@ -26,6 +26,7 @@ files:
26
26
  - README.rdoc
27
27
  has_rdoc: true
28
28
  homepage: http://github.com/JaredKuolt/robustthread/tree/master
29
+ licenses:
29
30
  post_install_message:
30
31
  rdoc_options: []
31
32
 
@@ -46,7 +47,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
46
47
  requirements: []
47
48
 
48
49
  rubyforge_project: robustthread
49
- rubygems_version: 1.2.0
50
+ rubygems_version: 1.3.5
50
51
  signing_key:
51
52
  specification_version: 2
52
53
  summary: Threads that stay alive