bin/handler-metrics-librato.rb in sensu-plugins-librato-0.0.1 vs bin/handler-metrics-librato.rb in sensu-plugins-librato-0.0.2

- old
+ new

@@ -6,10 +6,9 @@ # gem install librato-metrics # # Released under the same terms as Sensu (the MIT license); see LICENSE # for details. -require 'rubygems' if RUBY_VERSION < '1.9.0' require 'sensu-handler' require 'librato/metrics' class LibratoMetrics < Sensu::Handler # override filters from Sensu::Handler. not appropriate for metric handlers