cloudstack-nagios.gemspec in cloudstack-nagios-0.18.3 vs cloudstack-nagios.gemspec in cloudstack-nagios-0.18.4

- old
+ new

@@ -13,10 +13,10 @@ gem.homepage = "https://github.com/swisstxt/cloudstack-nagios" gem.license = 'MIT' gem.required_ruby_version = '>= 2.0' gem.files = `git ls-files`.split($/) - gem.executables = ['cs-nagios'] + gem.executables = ['cs-nagios', 'cloudstack-nagios'] gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ["lib"] gem.rdoc_options = %w[--line-numbers --inline-source] gem.add_development_dependency('rdoc')