foreman_discovery 9.1.0 → 9.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b8add68d8512242fea5a6faac1954c4b7ec01409
4
- data.tar.gz: 37d4675caf253247f1a958f4c448a270af9d83ad
3
+ metadata.gz: 1cb693a10dc3e70d85c3e0742803d059e4a7f7dd
4
+ data.tar.gz: 27ae65709027c611b1c360007c32ea1f9f737b84
5
5
  SHA512:
6
- metadata.gz: 18f14ea75515d25ed150eb5afb2b5a3809a5ea97869b23de86c801948d803fd530892a249aad6aa1166fff1584f610e5465b7991cdce7671c26135bbcf7502a7
7
- data.tar.gz: a32ed0d140eef3e1e75c427788d4ddf2806953c6edcc0dd07f12a90c9d5c8acf6b14cb5b9db7bb45232a5c9112a79f70f0e37e18cdd6652a92c1ea251bf8af1f
6
+ metadata.gz: 959cd96c8ddfa31d0daf584df2e20e8902f74b5dea435e9abdec1a0359b184b0dce7d98c9c6fc23de895ab834f5854a81d8d50298215c585d8c5882dcba9eeda
7
+ data.tar.gz: '0965cda2bf056a9ade853c8cc81fced1f65b95b8a2eac343a16d6865b826e23b5ac94ce3b141c11f803dccfe364d0446468df6975a2fc94ec695ac3357c9fa85'
@@ -1,4 +1,4 @@
1
- class DiscoveryAttributeSet < ApplicationRecord
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}
@@ -1,4 +1,4 @@
1
- class DiscoveryRule < ApplicationRecord
1
+ class DiscoveryRule < ActiveRecord::Base
2
2
  include Authorizable
3
3
  extend FriendlyId
4
4
  friendly_id :name
@@ -1,4 +1,4 @@
1
- class FakeDiscoveredHost < ApplicationRecord
1
+ class FakeDiscoveredHost < ActiveRecord::Base
2
2
  self.table_name = 'hosts'
3
3
  end
4
4
 
@@ -1,3 +1,3 @@
1
1
  module ForemanDiscovery
2
- VERSION = "9.1.0"
2
+ VERSION = "9.1.1"
3
3
  end
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.0
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-14 00:00:00.000000000 Z
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