riemann-babbler 0.1.1 → 0.1.2

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.
@@ -18,7 +18,7 @@ module Riemann
18
18
 
19
19
  def initialize
20
20
  @configatron = $configatron
21
- super
21
+ init
22
22
  end
23
23
 
24
24
  def log
@@ -74,10 +74,8 @@ module Riemann
74
74
  def plugin
75
75
  end
76
76
 
77
- def plugin_default(opts = {})
78
- opts.each do |k,v|
79
- plugin.set_default(k.to_sym, v)
80
- end
77
+ # Plugin init
78
+ def init
81
79
  end
82
80
 
83
81
  # хэлпер для парса stdout+stderr и exit status
@@ -1,5 +1,5 @@
1
1
  module Riemann
2
2
  module Babbler
3
- VERSION = '0.1.1'
3
+ VERSION = '0.1.2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: riemann-babbler
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -131,7 +131,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
131
131
  version: '0'
132
132
  segments:
133
133
  - 0
134
- hash: 2685227270666138792
134
+ hash: 879882508046739386
135
135
  required_rubygems_version: !ruby/object:Gem::Requirement
136
136
  none: false
137
137
  requirements: