hammer_cli_foreman_bootdisk 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE +5 -0
- data/config/foreman_bootdisk.yml +2 -0
- data/lib/hammer_cli_foreman_bootdisk.rb +1 -0
- data/lib/hammer_cli_foreman_bootdisk/version.rb +1 -1
- metadata +7 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7f614f5923a69be95f1c301101cc58f0f081f7ca
|
4
|
+
data.tar.gz: 9383f09dab4d2ae59ae51ccd3fbd017bb95b092e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1fbcf03127704da0956ea45e1e6dc1c74ed866781d26cdabc1b6efe12257003b3e734ea11bbd5843cb85525d600a65c1b64d2116874c7af8e4213b12686ce572
|
7
|
+
data.tar.gz: 4fb8064a25bda0d9d0826731023bc844d570f642567a5089450237e470157151779540a62861c0df1f1528e379b134004f86a5f46178428b69ce9cb7a3a63904
|
data/LICENSE
ADDED
@@ -0,0 +1,5 @@
|
|
1
|
+
This program and entire repository is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version.
|
2
|
+
|
3
|
+
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
4
|
+
|
5
|
+
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
|
@@ -7,6 +7,7 @@ module HammerCLIForemanBootdisk
|
|
7
7
|
|
8
8
|
begin
|
9
9
|
require 'hammer_cli_foreman_bootdisk/commands'
|
10
|
+
require 'hammer_cli_foreman_bootdisk/version'
|
10
11
|
|
11
12
|
HammerCLI::MainCommand.lazy_subcommand('bootdisk', _("Download boot disks"),
|
12
13
|
'HammerCLIForemanBootdisk::Bootdisk', 'hammer_cli_foreman_bootdisk/bootdisk'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hammer_cli_foreman_bootdisk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dominic Cleal
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2015-06-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: hammer_cli_foreman
|
@@ -16,21 +16,23 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '>='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.1.
|
19
|
+
version: 0.1.2
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '>='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 0.1.
|
26
|
+
version: 0.1.2
|
27
27
|
description: Foreman boot disk commands for Hammer CLI
|
28
28
|
email: dcleal@redhat.com
|
29
29
|
executables: []
|
30
30
|
extensions: []
|
31
31
|
extra_rdoc_files:
|
32
|
+
- LICENSE
|
32
33
|
- README.md
|
33
34
|
files:
|
35
|
+
- config/foreman_bootdisk.yml
|
34
36
|
- lib/hammer_cli_foreman_bootdisk/version.rb
|
35
37
|
- lib/hammer_cli_foreman_bootdisk/i18n.rb
|
36
38
|
- lib/hammer_cli_foreman_bootdisk/commands.rb
|
@@ -41,6 +43,7 @@ files:
|
|
41
43
|
- locale/en/hammer_cli_foreman_bootdisk.po
|
42
44
|
- locale/en/LC_MESSAGES/hammer_cli_foreman_bootdisk.mo
|
43
45
|
- locale/hammer_cli_foreman_bootdisk.pot
|
46
|
+
- LICENSE
|
44
47
|
- README.md
|
45
48
|
homepage: http://github.com/theforeman/hammer_cli_foreman_bootdisk
|
46
49
|
licenses:
|