foreman_rescue 2.0.0 → 2.0.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 +4 -4
- data/README.md +3 -1
- data/lib/foreman_rescue/engine.rb +1 -1
- data/lib/foreman_rescue/version.rb +1 -1
- data/test/factories/host.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4c9291994048aefb65f00e2f4c94461a823941d3f415e6d52d43ada93e5766a5
|
4
|
+
data.tar.gz: 12ddd227e7065bfc45fb668e6296490763a52b9e8e290fc13e9b5f0b1fb191cd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f2bb66ec002dea21df1499897ed5b54a889c68ea89a45464e9c089064e71fe8a457353a63177a8af5a2cee185bb5c81bf16b774bf11218c72bf1d6536a284a79
|
7
|
+
data.tar.gz: ea6ad609f4201f95f2b472c7636ce4a054a8f7c807de3b04d1d5392425810d5f42d62b9c33f6c8c32894072a012853a13cf4a5ac6a716a55f483b959a92af65f
|
data/README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1
1
|
# ForemanRescue
|
2
2
|
|
3
|
+
[<img src="https://opensourcelogos.aws.dmtech.cloud/dmTECH_opensource_logo%401x.svg" height="21" width="130">](https://dmtech.de/)
|
4
|
+
|
3
5
|
This plugin allows a user to boot a Foreman host into a rescue system via PXE.
|
4
6
|
|
5
7
|
## Compatibility
|
@@ -21,7 +23,7 @@ Fork and send a Pull Request. Thanks!
|
|
21
23
|
|
22
24
|
## Copyright
|
23
25
|
|
24
|
-
Copyright (c) 2018
|
26
|
+
Copyright (c) 2018 dmTECH GmbH, [dmtech.de](https://www.dmtech.de/)
|
25
27
|
|
26
28
|
This program is free software: you can redistribute it and/or modify
|
27
29
|
it under the terms of the GNU General Public License as published by
|
data/test/factories/host.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: foreman_rescue
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Timo Goebel
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-07-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rdoc
|
@@ -91,7 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
91
91
|
version: '0'
|
92
92
|
requirements: []
|
93
93
|
rubyforge_project:
|
94
|
-
rubygems_version: 2.7.
|
94
|
+
rubygems_version: 2.7.6.2
|
95
95
|
signing_key:
|
96
96
|
specification_version: 4
|
97
97
|
summary: Provides the ability to boot a host into a rescue system.
|