depengine 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.
@@ -33,9 +33,9 @@ module Publisher
33
33
 
34
34
  ch.on_data do |ch, data|
35
35
  if data.empty?
36
- $log.writer.info "Command successfully executed"
36
+ $log.writer.debug "Command successfully executed"
37
37
  else
38
- $log.writer.info data
38
+ $log.writer.debug data
39
39
  end
40
40
  end
41
41
 
@@ -1,3 +1,3 @@
1
1
  module Depengine
2
- VERSION = "0.0.11"
2
+ VERSION = "0.0.12"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: depengine
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.11
4
+ version: 0.0.12
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: