depengine 0.0.17 → 0.0.18

Sign up to get free protection for your applications and to get access to all the features.
@@ -89,7 +89,7 @@ module Provider
89
89
  begin
90
90
  cdb_filesystem = Provider::CDB_FILESYSTEM.new
91
91
  result = JSON.parse(cdb_filesystem.read_data(path))
92
- puts result
92
+ #puts result
93
93
  rescue Exception => e
94
94
  $log.writer.error "Error: got invalid json from cdb"
95
95
  $log.writer.error "Request was: #{path.to_s}"
@@ -41,8 +41,8 @@ module Publisher
41
41
 
42
42
  ch.on_extended_data do |ch, type, data|
43
43
  $log.writer.error "could not execute command"
44
- $log.writer.error data.strip
45
- $log.writer.error type.strip
44
+ $log.writer.error data
45
+ $log.writer.error type
46
46
  exit 1
47
47
  end
48
48
 
@@ -1,3 +1,3 @@
1
1
  module Depengine
2
- VERSION = "0.0.17"
2
+ VERSION = "0.0.18"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: depengine
3
3
  version: !ruby/object:Gem::Version
4
- hash: 61
4
+ hash: 59
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 17
10
- version: 0.0.17
9
+ - 18
10
+ version: 0.0.18
11
11
  platform: ruby
12
12
  authors:
13
13
  - Team Automatisierung