foreman_datacenter 0.1.26 → 0.1.27

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: 99337899b0933a096039b77f751f8ed164dc72d9
4
- data.tar.gz: 80cfc35ef2db38c90573eede152e777a7419e869
3
+ metadata.gz: 5fbb2b60766fe6af7321a5449bf8e57b52a47cf9
4
+ data.tar.gz: 316f815ce5eca799bd92918e66077c919dc0fa73
5
5
  SHA512:
6
- metadata.gz: ff54937e2825bf8b1fb1f9066cf994bf3016337df551602a4a2c3be791f1056d5c6c777f3db1db831d1b2e9ccd77fa50ec345952436e82795dce6a22264b6836
7
- data.tar.gz: b6a9ce6004bf6397379a1f044d011a629c799d583b81867b00742dff2acc45948ad47449a5f99edc39948dd54abdb40518a51ef2a9afa55465e8ef4af6718b4c
6
+ metadata.gz: 0146588b60a9fae132d84d41c5e93251f2f3cae0693fc271623f91cbf28266d669f0fb50d267897cc9249730abffef485731ddb5834711de046afd902cba08c0
7
+ data.tar.gz: 6dc8a7674869873604c795ba6f2de7758a2da3dd42fc2c941ccb2db3999aab07778f7e6f55dfb92fbe04584ddc630bdc6b728e0015a6becf51b352ba951e0bc8
@@ -0,0 +1,6 @@
1
+ class FixParentIdColumnInComments < ActiveRecord::Migration
2
+ def change
3
+ change_column :datacenter_comments, :parent_id, :string
4
+ rename_column :datacenter_comments, :parent_id, :ancestry
5
+ end
6
+ end
@@ -1,3 +1,3 @@
1
1
  module ForemanDatacenter
2
- VERSION = '0.1.26'.freeze
2
+ VERSION = '0.1.27'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_datacenter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.26
4
+ version: 0.1.27
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavel Ivanov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-09-29 00:00:00.000000000 Z
11
+ date: 2017-10-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: deface
@@ -325,6 +325,7 @@ files:
325
325
  - db/migrate/20170922174725_renaming_comments.rb
326
326
  - db/migrate/20170924194247_rename_device_comments_column.rb
327
327
  - db/migrate/20170929101032_add_parent_id_to_comments.rb
328
+ - db/migrate/20171001130802_fix_parent_id_column_in_comments.rb
328
329
  - lib/foreman_datacenter.rb
329
330
  - lib/foreman_datacenter/engine.rb
330
331
  - lib/foreman_datacenter/version.rb