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

- old
+ new

@@ -3,10 +3,9 @@ # Copyright 2011 Sonian, Inc <chefs@sonian.net> # # 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