riemann-babbler 2.0.0pre4 → 2.0.0pre5

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.
@@ -61,7 +61,7 @@ module Riemann
61
61
  end
62
62
 
63
63
  def run!
64
- plugin_names_to_run = AUTO_START + opts.plugins.to_hash.keys
64
+ plugin_names_to_run = AUTO_START + opts.plugins.to_hash.keys.map {|name| name.to_s}
65
65
  require_all_plugins
66
66
  started_plugins = []
67
67
  Riemann::Babbler::Plugin.registered_plugins.each do |klass|
@@ -1,5 +1,5 @@
1
1
  module Riemann
2
2
  module Babbler
3
- VERSION = '2.0.0pre4'
3
+ VERSION = '2.0.0pre5'
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: 2.0.0pre4
4
+ version: 2.0.0pre5
5
5
  prerelease: 5
6
6
  platform: ruby
7
7
  authors: