maestro_plugin 0.0.20 → 0.0.21
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.
- checksums.yaml +4 -4
- data/lib/maestro_plugin/maestro_worker.rb +2 -1
- data/lib/maestro_plugin/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 595db2281f26d546d82aab03d81cb1b5963fc1b1
|
|
4
|
+
data.tar.gz: 5b300690651e8d5e1c8070b1a8f6b96c439cfb87
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d207bf6771ca2d126ec4b011bfe37943bbba6bd8ee3129dc3c067482efbd19d6c56e2c5a45608f3c6b88194cc04c96c1b9fb9e33697f6afc615e405fc4ab1338
|
|
7
|
+
data.tar.gz: 30133a55c981cf3c9597de1e8351ab36ab522fee720bf855ae4a5ea73a5d2d1cb2749c15e0ae3bd390e2ac56b4264552ce7d1d6376d78b337de466109915fe1a
|
|
@@ -187,7 +187,8 @@ module Maestro
|
|
|
187
187
|
# so at least the task doesn't fail :)
|
|
188
188
|
begin
|
|
189
189
|
@buffered_output.to_json
|
|
190
|
-
rescue Exception
|
|
190
|
+
rescue Exception => e1
|
|
191
|
+
Maestro.log.warn("Unable to 'to_json' output [#{e1}]: #{@buffered_output}")
|
|
191
192
|
begin
|
|
192
193
|
test = @buffered_output
|
|
193
194
|
test.force_encoding('UTF-8')
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: maestro_plugin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.21
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Etienne Pelletier
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2014-08-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: logging
|
|
@@ -149,7 +149,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
149
149
|
version: '0'
|
|
150
150
|
requirements: []
|
|
151
151
|
rubyforge_project:
|
|
152
|
-
rubygems_version: 2.
|
|
152
|
+
rubygems_version: 2.2.2
|
|
153
153
|
signing_key:
|
|
154
154
|
specification_version: 4
|
|
155
155
|
summary: Maestro ruby plugin
|