maestro_plugin 0.0.11 → 0.0.12

Sign up to get free protection for your applications and to get access to all the features.
@@ -115,7 +115,10 @@ module Maestro
115
115
  handle_exception(e)
116
116
  set_error(msg)
117
117
  ensure
118
- return @workitem
118
+ # Older agents expected this method to *maybe* return something
119
+ # .. something that no longer exists, but if we return anything
120
+ # it will be *wrong* :P
121
+ return nil
119
122
  end
120
123
 
121
124
  # Fire supplied exception handlers if supplied, otherwise do nothing
@@ -1,5 +1,5 @@
1
1
  module Maestro
2
2
  module Plugin
3
- VERSION = '0.0.11'
3
+ VERSION = '0.0.12'
4
4
  end
5
5
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: maestro_plugin
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.11
5
+ version: 0.0.12
6
6
  platform: ruby
7
7
  authors:
8
8
  - Etienne Pelletier