lib/sensu-plugins-bluepill.rb in sensu-plugins-bluepill-0.0.1.alpha.2 vs lib/sensu-plugins-bluepill.rb in sensu-plugins-bluepill-0.0.1

- old
+ new

@@ -1,7 +1,14 @@ +require 'sensu-plugins-bluepill/version' + +# Load the defaults + # -# Set gem version +# Default class # module SensuPluginsBluepill - # Gem version - VERSION = '0.0.1.alpha.2' + class << self + end + + class << self + end end