foreman_discovery 9.1.0 → 9.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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1cb693a10dc3e70d85c3e0742803d059e4a7f7dd
|
|
4
|
+
data.tar.gz: 27ae65709027c611b1c360007c32ea1f9f737b84
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 959cd96c8ddfa31d0daf584df2e20e8902f74b5dea435e9abdec1a0359b184b0dce7d98c9c6fc23de895ab834f5854a81d8d50298215c585d8c5882dcba9eeda
|
|
7
|
+
data.tar.gz: '0965cda2bf056a9ade853c8cc81fced1f65b95b8a2eac343a16d6865b826e23b5ac94ce3b141c11f803dccfe364d0446468df6975a2fc94ec695ac3357c9fa85'
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
class DiscoveryAttributeSet <
|
|
1
|
+
class DiscoveryAttributeSet < ActiveRecord::Base
|
|
2
2
|
belongs_to :host, :class_name => "Host::Discovered", :foreign_key => :host_id
|
|
3
3
|
|
|
4
4
|
validates :cpu_count, :presence => true, :numericality => {:greater_than_or_equal_to => 0}
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: foreman_discovery
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 9.1.
|
|
4
|
+
version: 9.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- alongoldboim
|
|
@@ -45,12 +45,11 @@ authors:
|
|
|
45
45
|
- Swapnil Abnave
|
|
46
46
|
- Timo Goebel
|
|
47
47
|
- Tom Caspy
|
|
48
|
-
- Tomer Brisker
|
|
49
48
|
- Yann Cézard
|
|
50
49
|
autorequire:
|
|
51
50
|
bindir: bin
|
|
52
51
|
cert_chain: []
|
|
53
|
-
date: 2017-06-
|
|
52
|
+
date: 2017-06-19 00:00:00.000000000 Z
|
|
54
53
|
dependencies: []
|
|
55
54
|
description: MaaS Discovery Plugin engine for Foreman
|
|
56
55
|
email: gsutclif@redhat.com
|