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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 520fe423064509d9046a29bb7f762bf4ab1f5332
4
- data.tar.gz: 4b13bf0cf56d43d2d52b917c367c8e51f76ffea6
3
+ metadata.gz: 7f614f5923a69be95f1c301101cc58f0f081f7ca
4
+ data.tar.gz: 9383f09dab4d2ae59ae51ccd3fbd017bb95b092e
5
5
  SHA512:
6
- metadata.gz: 97f9f67a7b220f5a97dc2ef58ce86e6c7120259e21e4c3729ad9844d992792ef267ae4ee7a9846c978a2fac3b7ffae147239e2adb7225c6fc09ad8064e23a81a
7
- data.tar.gz: 45cac45d7c2bb1fcb6423a1f2eb8e87d0fd2e50c1cf4b53dcc21b3c80b69a9e70c2487b15be382e3cceb0a5deff0bafe430e45c115b9d620d471f09de44631c3
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/.
@@ -0,0 +1,2 @@
1
+ :foreman_bootdisk:
2
+ :enable_module: true
@@ -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'
@@ -1,5 +1,5 @@
1
1
  module HammerCLIForemanBootdisk
2
2
  def self.version
3
- @version ||= Gem::Version.new '0.1.2'
3
+ @version ||= Gem::Version.new '0.1.3'
4
4
  end
5
5
  end
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.2
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: 2014-08-08 00:00:00.000000000 Z
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.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.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: