foreman_scc_manager 1.1.1 → 1.1.2

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: 856ebe18da5576ecedd87f2c7438ce42950d467c
4
- data.tar.gz: c7dbf906be70a200297282d67177e7d3123258fd
3
+ metadata.gz: b0a839f167e9297e51379e38f984ab7616df52a6
4
+ data.tar.gz: a11cf8558d2cea9c44485a09095c7049d5c9267a
5
5
  SHA512:
6
- metadata.gz: 77fe94f39991f3c3ede82d42e749feb5a748231bee3352d2e716e3a2f5aa0a4fd5b4f95f99504613dd3b1e216ebacff394fe22daaf7108204dff3077fe03e81e
7
- data.tar.gz: 0d8c9b738c884ec088fc8c3da35601b9b45cf5a1bb5f6b86e683796ffc50a16db39473f0d3cb2256734089006f54bbe00c1b2dfc48b308e2ea0f3c4477788796
6
+ metadata.gz: 456b05429cf1acdad480f499f8a001d8133125b1e14b64d92564d8c79ffb3ebdff7ce0cb8294e082563d0c0fd465639320a711384559a1618960e6d4e8fc0b09
7
+ data.tar.gz: 504fc281da2f0cd519bc5e67e1735dcb1393b6079f76895ad50086813a4412a1406aae0d5778845fb640c475c34ae1444efa83ca8d53d7039629628450b5fba6
@@ -1,9 +1,9 @@
1
1
  class AddOrganizationToSccAccount < ActiveRecord::Migration
2
- class SccAccount < ApplicationRecord
2
+ class SccAccount < ActiveRecord::Base
3
3
  belongs_to :organization
4
4
  end
5
5
 
6
- class Organization < ApplicationRecord
6
+ class Organization < ActiveRecord::Base
7
7
  end
8
8
 
9
9
  def up
@@ -1,3 +1,3 @@
1
1
  module ForemanSccManager
2
- VERSION = '1.1.1'.freeze
2
+ VERSION = '1.1.2'.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.1
4
+ version: 1.1.2
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-10-12 00:00:00.000000000 Z
11
+ date: 2017-10-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails