cloudstack-nagios 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -25,8 +25,6 @@ module CloudstackNagios
25
25
  say "cloudstack-nagios v#{CloudstackNagios::VERSION}"
26
26
  end
27
27
 
28
-
29
-
30
28
  desc "setup", "initial setup of the Cloudstack connection"
31
29
  option :url
32
30
  option :api_key
@@ -93,7 +91,7 @@ module CloudstackNagios
93
91
  end
94
92
 
95
93
  require File.dirname(__FILE__) + '/commands/nagios_config.rb'
96
- desc "config SUBCOMMAND ...ARGS", "Nagios configuration commands"
94
+ desc "nagios_config SUBCOMMAND ...ARGS", "Nagios configuration commands"
97
95
  subcommand :nagios_config, NagiosConfig
98
96
 
99
97
  end # class
@@ -1,3 +1,3 @@
1
1
  module CloudstackNagios
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloudstack-nagios
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: