onering-client 0.0.84 → 0.0.85

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.
@@ -76,7 +76,7 @@ module Onering
76
76
 
77
77
  begin
78
78
  Timeout.timeout((@options[:plugin_timeout] || 10).to_i) do
79
- Onering::Logger.debub("Loading plugin #{e}", "Onering::Reporter")
79
+ Onering::Logger.debug("Loading plugin #{e}", "Onering::Reporter")
80
80
  require "#{directory}/#{e}"
81
81
  end
82
82
  rescue Timeout::Error
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.84"
5
+ VERSION = "0.0.85"
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.84
4
+ version: 0.0.85
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: