riemann-babbler 0.7.5 → 0.7.6

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.5'
3
+ VERSION = '0.7.6'
4
4
  end
5
5
  end
data/lib/start_helpers.rb CHANGED
@@ -62,7 +62,7 @@ def load_gems_plugins(configatron)
62
62
  plugins = Array.new
63
63
  Gem.source_index.each do |gem|
64
64
  plugin_name = gem[1].to_s.scan(/\s+name=(.+)\s+/)[0][0]
65
- plugins << plugin_name if plugin_name.include? 'riemann-babbler-plugin-'
65
+ plugins << plugin_name.gsub('-','/') if plugin_name.include? 'riemann-babbler-plugin-'
66
66
  end
67
67
  plugins.each { |plugin| require plugin }
68
68
  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.7.5
4
+ version: 0.7.6
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: 2415545248627395143
168
+ hash: 1568750866990266340
169
169
  required_rubygems_version: !ruby/object:Gem::Requirement
170
170
  none: false
171
171
  requirements: