tubes 0.1.18 → 0.1.19

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/tubes.rb +3 -1
  2. metadata +1 -1
@@ -53,9 +53,11 @@ class Tube
53
53
 
54
54
  def run(*args, &block)
55
55
  lock
56
- unlocked_run(*args, &block)
56
+ output = unlocked_run(*args, &block)
57
57
  unlock
58
58
  notify
59
+
60
+ output
59
61
  end
60
62
  end
61
63
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tubes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.18
4
+ version: 0.1.19
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: