riemann-babbler 0.7.6 → 0.7.7

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.
@@ -1,5 +1,5 @@
1
1
  module Riemann
2
2
  class Babbler
3
- VERSION = '0.7.6'
3
+ VERSION = '0.7.7'
4
4
  end
5
5
  end
data/lib/start_helpers.rb CHANGED
@@ -87,7 +87,6 @@ end
87
87
  def start_plugins(registered_plugins, riemann, logger, configatron)
88
88
  run_only = Array.new
89
89
  configatron.plugins.to_hash.keys.each { |key| run_only << key.to_s }
90
- puts run_only.inspect
91
90
  registered_plugins.delete_if {|plugin| ! run_only.include? plugin.to_s.split("::").last.downcase }
92
91
 
93
92
  plugin_threads = registered_plugins.map do |plugin|
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.7.6
4
+ version: 0.7.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -165,7 +165,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
165
165
  version: '0'
166
166
  segments:
167
167
  - 0
168
- hash: 1568750866990266340
168
+ hash: -1503683459387493173
169
169
  required_rubygems_version: !ruby/object:Gem::Requirement
170
170
  none: false
171
171
  requirements: