maestro_plugin 0.0.20 → 0.0.21

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 993224a9d0e83b501db2dd0f00aebef570cec08e
4
- data.tar.gz: 0c6d79489133f2ed94f1ad5c8398b70e416092a1
3
+ metadata.gz: 595db2281f26d546d82aab03d81cb1b5963fc1b1
4
+ data.tar.gz: 5b300690651e8d5e1c8070b1a8f6b96c439cfb87
5
5
  SHA512:
6
- metadata.gz: b10f92a57b01995c78c82f331326961737eef729308db5c1a9fc1cdaf3953fe7cf8d9646661b9365995a4abdf532f6b8548deb23fa7029e96c2f774eb0c52217
7
- data.tar.gz: 010254cb0f2a40ba595540d5eef9eb4c89481a4f2d3c7cfc50c86c031a7f4265bdc87cb2f378b53b8881db54ad34cacc886c2270ec38b08dd0edb60103b3eb22
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')
@@ -1,5 +1,5 @@
1
1
  module Maestro
2
2
  module Plugin
3
- VERSION = '0.0.20'
3
+ VERSION = '0.0.21'
4
4
  end
5
5
  end
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.20
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: 2013-12-02 00:00:00.000000000 Z
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.1.11
152
+ rubygems_version: 2.2.2
153
153
  signing_key:
154
154
  specification_version: 4
155
155
  summary: Maestro ruby plugin