lib/sensu-plugins-aws/version.rb in sensu-plugins-aws-0.0.1 vs lib/sensu-plugins-aws/version.rb in sensu-plugins-aws-0.0.2

- old
+ new

@@ -4,25 +4,10 @@ module SensuPluginsAWS # This defines the version of the gem module Version MAJOR = 0 MINOR = 0 - PATCH = 1 + PATCH = 2 VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.') - - NAME = 'sensu-plugins-aws' - BANNER = "#{NAME} v%s" - - module_function - - def version - format(BANNER, VER_STRING) - end - - def json_version - { - 'version' => VER_STRING - }.to_json - end end end