onering-client 0.0.90 → 0.0.91

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 -0
  2. data/lib/onering.rb +1 -1
  3. metadata +1 -1
@@ -51,6 +51,7 @@ module Onering
51
51
 
52
52
  self.level = options[:threshold]
53
53
 
54
+ self.info("onering-client v#{Onering::Client::VERSION} started")
54
55
  self.debug("Logger is initialized. Output is #{outputfn}, threshold: #{options[:threshold]} or worse", "Onering::Logger")
55
56
  end
56
57
 
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.90"
5
+ VERSION = "0.0.91"
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.90
4
+ version: 0.0.91
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: