onering-client 0.0.92 → 0.0.93

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.
Files changed (3) hide show
  1. data/lib/onering/logger.rb +1 -1
  2. data/lib/onering.rb +1 -1
  3. metadata +1 -1
@@ -52,7 +52,7 @@ module Onering
52
52
 
53
53
  self.level = options[:threshold]
54
54
 
55
- self.info("onering-client v#{Onering::Client::VERSION} started")
55
+ self.debug("onering-client v#{Onering::Client::VERSION} started")
56
56
  self.debug("Logger is initialized. Output is #{outputfn}, threshold: #{options[:threshold]} or worse", "Onering::Logger")
57
57
  end
58
58
 
data/lib/onering.rb CHANGED
@@ -2,7 +2,7 @@ $: << File.expand_path(File.dirname(__FILE__))
2
2
 
3
3
  module Onering
4
4
  module Client
5
- VERSION = "0.0.92"
5
+ VERSION = "0.0.93"
6
6
 
7
7
  class Error < Exception; end
8
8
  class FatalError < Error; end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: onering-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.92
4
+ version: 0.0.93
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: