foreman_templates 9.3.0 → 9.3.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
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d10e7500d6a4e3b0c4334823c306d9464f8b90ecbc24f350fdaa7efbecca2541
|
|
4
|
+
data.tar.gz: f4aa56a7a5642b61db628ae173015d7055c0e43c83333b65451d3bdb69df542b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e6aa838a9f67873f841e301c6e990cf9203e514c559682d07fddcfa295b159790832089b2c1ec4c922bbdb282dee0c10a6441907d883a62edd12fe2421bc833d
|
|
7
|
+
data.tar.gz: 1ce8a6c5337db333e2cac800f77cab2ed01ae2a5a418db714ee42b231cd1ab20a09a571a2347e03bbecfb1788aceb87c536e11b6405962287fd49b33a29a0c9b
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
class TemplatesSettingsCategoryToDsl < ActiveRecord::Migration[6.0]
|
|
2
2
|
def up
|
|
3
|
-
Setting.where(category: 'Setting::TemplateSync').update_all(category: 'Setting')
|
|
3
|
+
Setting.where(category: 'Setting::TemplateSync').update_all(category: 'Setting') if column_exists?(:settings, :category)
|
|
4
4
|
end
|
|
5
5
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: foreman_templates
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 9.3.
|
|
4
|
+
version: 9.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Greg Sutcliffe
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2023-06-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: diffy
|
|
@@ -52,6 +52,20 @@ dependencies:
|
|
|
52
52
|
- - ">="
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '0'
|
|
55
|
+
- !ruby/object:Gem::Dependency
|
|
56
|
+
name: rdoc
|
|
57
|
+
requirement: !ruby/object:Gem::Requirement
|
|
58
|
+
requirements:
|
|
59
|
+
- - ">="
|
|
60
|
+
- !ruby/object:Gem::Version
|
|
61
|
+
version: '0'
|
|
62
|
+
type: :development
|
|
63
|
+
prerelease: false
|
|
64
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
65
|
+
requirements:
|
|
66
|
+
- - ">="
|
|
67
|
+
- !ruby/object:Gem::Version
|
|
68
|
+
version: '0'
|
|
55
69
|
description: Engine to synchronise provisioning templates from GitHub
|
|
56
70
|
email: gsutclif@redhat.com
|
|
57
71
|
executables: []
|
|
@@ -201,7 +215,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
201
215
|
- !ruby/object:Gem::Version
|
|
202
216
|
version: '0'
|
|
203
217
|
requirements: []
|
|
204
|
-
rubygems_version: 3.1.
|
|
218
|
+
rubygems_version: 3.1.6
|
|
205
219
|
signing_key:
|
|
206
220
|
specification_version: 4
|
|
207
221
|
summary: Template-syncing engine for Foreman
|