bin/check-dynamodb-throttle.rb in sensu-plugins-aws-0.0.1.alpha.2 vs bin/check-dynamodb-throttle.rb in sensu-plugins-aws-0.0.1

- old
+ new

@@ -26,10 +26,9 @@ # Copyright 2014 Sonian, Inc. and contributors. <support@sensuapp.org> # Released under the same terms as Sensu (the MIT license); see LICENSE # for details. # -require 'rubygems' if RUBY_VERSION < '1.9.0' require 'sensu-plugin/check/cli' require 'aws-sdk' require 'time' class CheckDynamoDB < Sensu::Plugin::Check::CLI