releaseable 0.0.15 → 0.0.16

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/releaseable/extensions.rb +1 -1
  3. metadata +1 -1
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.15
1
+ 0.0.16
@@ -47,7 +47,7 @@ class Logger
47
47
  # Execute with timeout and protection from exceptions
48
48
  def with_timeout out=5
49
49
  Timeout::timeout(out) { yield }
50
- rescue => e
50
+ rescue Timeout::Error, Exception => e
51
51
  nil
52
52
  end
53
53
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: releaseable
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.15
5
+ version: 0.0.16
6
6
  platform: ruby
7
7
  authors:
8
8
  - arvicco