maestro_plugin 0.0.11 → 0.0.12

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.
@@ -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