foreman_scc_manager 1.1.0 → 1.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: daa248fe4014c5156df6c1ab4be7dce1af64659f
4
- data.tar.gz: 6cf03c575cbc81688eb43965025c4ecfbb33f9b8
3
+ metadata.gz: 856ebe18da5576ecedd87f2c7438ce42950d467c
4
+ data.tar.gz: c7dbf906be70a200297282d67177e7d3123258fd
5
5
  SHA512:
6
- metadata.gz: 5a67ebb39edf2962ed0aa880a7b0da53dcbf01d945f938463c78234a037f3e811967f5b9e7e0a3790c55df2cbe00fc982fdd0e418302b8b23f380f949608c93c
7
- data.tar.gz: 2b00b136da8f133584b0082b45e951d0c2219455cf3a949c5352c5871a13270a3ca3a5a50d6b612914cb84293a828554f9d46d1aa65baf18905b7ae6adf6b6bf
6
+ metadata.gz: 77fe94f39991f3c3ede82d42e749feb5a748231bee3352d2e716e3a2f5aa0a4fd5b4f95f99504613dd3b1e216ebacff394fe22daaf7108204dff3077fe03e81e
7
+ data.tar.gz: 0d8c9b738c884ec088fc8c3da35601b9b45cf5a1bb5f6b86e683796ffc50a16db39473f0d3cb2256734089006f54bbe00c1b2dfc48b308e2ea0f3c4477788796
@@ -1,4 +1,4 @@
1
- class SccAccount < ApplicationRecord
1
+ class SccAccount < ActiveRecord::Base
2
2
  include Authorizable
3
3
  include Encryptable
4
4
  include ForemanTasks::Concerns::ActionSubject
@@ -1,4 +1,4 @@
1
- class SccExtending < ApplicationRecord
1
+ class SccExtending < ActiveRecord::Base
2
2
  belongs_to :scc_product
3
3
  belongs_to :scc_extension, class_name: :SccProduct
4
4
  end
@@ -1,4 +1,4 @@
1
- class SccProduct < ApplicationRecord
1
+ class SccProduct < ActiveRecord::Base
2
2
  include Authorizable
3
3
  include ForemanTasks::Concerns::ActionSubject
4
4
 
@@ -1,4 +1,4 @@
1
- class SccRepository < ApplicationRecord
1
+ class SccRepository < ActiveRecord::Base
2
2
  after_commit :token_changed_callback
3
3
 
4
4
  self.include_root_in_json = false
@@ -1,3 +1,3 @@
1
1
  module ForemanSccManager
2
- VERSION = '1.1.0'.freeze
2
+ VERSION = '1.1.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_scc_manager
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - ATIX AG
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-09-26 00:00:00.000000000 Z
11
+ date: 2017-10-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails