onering-client 0.0.84 → 0.0.85

Sign up to get free protection for your applications and to get access to all the features.
@@ -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: