foreman_monitoring 0.0.1 → 0.0.2

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: 04fca26654c394824a4b78be3877ad9fb0b6030b
4
- data.tar.gz: f75c8d400487baab8a650b3fc485c67f522b9943
3
+ metadata.gz: 488e9dcf9d9acdd85f6c54c37118c5596dc54235
4
+ data.tar.gz: 2bd8f2796992601339680221de3a26463e79f2bf
5
5
  SHA512:
6
- metadata.gz: 5ef3652be357152f8f60c5e153f4e94252e87a748b2e258c2ef509f154d7eca47bd3bcc9c60aadd3432ff8531ebf11eeb7e9a58035510d490308c82ffe6a38c3
7
- data.tar.gz: 35ec93b3eec0d36a5d4e41e158014fb5d900a66e6597f014a42373754a1e9e842be3061e1ebe79347d6bf017a5e4a2715651e0882cc7a02f81abbb2ec048e118
6
+ metadata.gz: 10763852d8e942ca17a95bf412da1466b292b13d9960c56b7d166b3605886529bcc6ab6ce1e5930199f5c8a5963b5a82596e2d1a65af35b6a204b1b50673efb8
7
+ data.tar.gz: ca23f43075c494aebaec77b98e67320470752941c54dace17c390de554a3a4818b38bfb9b3a9ef10965eabb4add706f03fdb046c14514134d0d3f757162cfbe0
@@ -1,3 +1,3 @@
1
1
  module ForemanMonitoring
2
- VERSION = '0.0.1'.freeze
2
+ VERSION = '0.0.2'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_monitoring
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Timo Goebel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-19 00:00:00.000000000 Z
11
+ date: 2016-08-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -38,6 +38,20 @@ dependencies:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: deface
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "<"
46
+ - !ruby/object:Gem::Version
47
+ version: '2.0'
48
+ type: :runtime
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "<"
53
+ - !ruby/object:Gem::Version
54
+ version: '2.0'
41
55
  description: Foreman plugin for monitoring system integration.
42
56
  email:
43
57
  - timo.goebel@dm.de
@@ -80,7 +94,8 @@ files:
80
94
  - test/unit/host_test.rb
81
95
  - test/unit/monitoring_test.rb
82
96
  homepage: http://www.github.com/theforeman/foreman_monitoring
83
- licenses: []
97
+ licenses:
98
+ - GPLv3
84
99
  metadata: {}
85
100
  post_install_message:
86
101
  rdoc_options: []
@@ -98,18 +113,17 @@ required_rubygems_version: !ruby/object:Gem::Requirement
98
113
  version: '0'
99
114
  requirements: []
100
115
  rubyforge_project:
101
- rubygems_version: 2.4.5
116
+ rubygems_version: 2.5.1
102
117
  signing_key:
103
118
  specification_version: 4
104
119
  summary: Foreman plugin for monitoring system integration.
105
120
  test_files:
106
- - test/factories/feature.rb
107
- - test/factories/host.rb
108
121
  - test/factories/monitoring_results.rb
109
122
  - test/factories/smart_proxy.rb
110
- - test/lib/proxy_api/monitoring_test.rb
123
+ - test/factories/host.rb
124
+ - test/factories/feature.rb
111
125
  - test/test_plugin_helper.rb
126
+ - test/lib/proxy_api/monitoring_test.rb
112
127
  - test/unit/host_status/monitoring_status_test.rb
113
128
  - test/unit/host_test.rb
114
129
  - test/unit/monitoring_test.rb
115
- has_rdoc: