nagios-promoo 1.4.0 → 1.5.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a2c15e3b9d6a452b5b7972c715f6e7ac5cbfcbea
4
- data.tar.gz: d592f809c7b003a0ea38dfc9b17ea2293c7ca356
3
+ metadata.gz: 8c5514f15169f27063af1929c38010fdf4e55f64
4
+ data.tar.gz: cf3d1454931fdc5498d5e2b0be5005a0f89e5c2c
5
5
  SHA512:
6
- metadata.gz: 47dff019a4bb3d36e8235ac3afa16eda38c14fb6abe0f26d2e502e52bf97275a0cb2c5ffd2f1637cf3380c1655dcdb85710e37f7a27d1656ec43f82547e78e21
7
- data.tar.gz: 5b5eab6dee2fb3fd60725e4a312cf494a733fe78e804e87563be31e2315e748c9c191d0751a60bea025dc89f48ac820e4f0e1a59457a282e9b28a1cd81c21db2
6
+ metadata.gz: e5a01a68717a9651c57bd1417d9813f6aeff9d3292299cb1b4f78dec09c529dd9239516ab8d3ba3d6f37002ad9e8ee6bc9d866184502ef68769e36ecfbcafd8d
7
+ data.tar.gz: 756dbbde4d557a8e0d5da3d53d12544b18879271a6c45fda72d83bca45936219b52a1ff17485d75f958a142e7dcdcc671f9e3d8bc3a4e31590455b2fdb70a140
@@ -46,7 +46,7 @@ module Nagios
46
46
  class_option :auth,
47
47
  type: :string,
48
48
  desc: 'Authentication mechanism',
49
- enum: %w[x509-voms token],
49
+ enum: %w[x509-voms token oauth2],
50
50
  default: 'x509-voms'
51
51
  class_option :token,
52
52
  type: :string,
@@ -1,7 +1,7 @@
1
1
  module Nagios
2
2
  module Promoo
3
3
  module Occi
4
- VERSION = '1.3.0'.freeze
4
+ VERSION = '1.4.0'.freeze
5
5
  end
6
6
  end
7
7
  end
@@ -1,5 +1,5 @@
1
1
  module Nagios
2
2
  module Promoo
3
- VERSION = '1.4.0'.freeze
3
+ VERSION = '1.5.0'.freeze
4
4
  end
5
5
  end
@@ -12,14 +12,14 @@ Gem::Specification.new do |spec|
12
12
  spec.summary = 'Nagios Probes for Monitoring OpenNebula and OCCI'
13
13
  spec.description = 'Nagios Probes for Monitoring OpenNebula and OCCI'
14
14
  spec.homepage = 'https://github.com/arax/nagios-promoo'
15
- spec.license = 'Apache License, Version 2.0'
15
+ spec.license = 'Apache-2.0'
16
16
 
17
17
  spec.files = `git ls-files -z`.split("\x0")
18
18
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
19
19
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
20
20
  spec.require_paths = ['lib']
21
21
 
22
- spec.add_runtime_dependency 'occi-api', '>= 4.3.13', '< 5'
22
+ spec.add_runtime_dependency 'occi-api', '>= 4.3.15', '< 5'
23
23
  spec.add_runtime_dependency 'opennebula', '>= 5.2.1', '< 6'
24
24
  spec.add_runtime_dependency 'thor', '>= 0.19.4', '< 1'
25
25
  spec.add_runtime_dependency 'yell', '>= 2.0.7', '< 3'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nagios-promoo
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Boris Parak
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-24 00:00:00.000000000 Z
11
+ date: 2017-10-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: occi-api
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 4.3.13
19
+ version: 4.3.15
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: '5'
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 4.3.13
29
+ version: 4.3.15
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: '5'
@@ -341,7 +341,7 @@ files:
341
341
  - test/.keep
342
342
  homepage: https://github.com/arax/nagios-promoo
343
343
  licenses:
344
- - Apache License, Version 2.0
344
+ - Apache-2.0
345
345
  metadata: {}
346
346
  post_install_message:
347
347
  rdoc_options: []
@@ -359,7 +359,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
359
359
  version: '0'
360
360
  requirements: []
361
361
  rubyforge_project:
362
- rubygems_version: 2.6.12
362
+ rubygems_version: 2.6.13
363
363
  signing_key:
364
364
  specification_version: 4
365
365
  summary: Nagios Probes for Monitoring OpenNebula and OCCI