lib/onering/plugins/reporter.rb in onering-agent-0.4.3 vs lib/onering/plugins/reporter.rb in onering-agent-0.4.4
- old
+ new
@@ -79,10 +79,10 @@
Gem::Specification.each do |spec|
specs << spec.name
end
@detected_gems = (specs.to_a.select{|i|
- i =~ /^onering-report-/
+ i =~ /^onering-report/
} - DEFAULT_PLUGIN_GEMNAMES)
rescue Exception => e
Onering::Logger.warn("Unable to detect plugin gems: #{e.class.name} - #{e.message}", "Onering::Reporter")
end