hammer_cli_katello 0.0.12 → 0.0.14

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NTY4ZjNhOTEyZWY4NGQ3NGY5NTU2ZGJmZjc1NzAzODkwODI5MzA4Nw==
4
+ MmZhZjI1MGUyYzAwMzM1ZDIwOGE2ZjJiMDQwYzRlZTRmODVhMDdlMw==
5
5
  data.tar.gz: !binary |-
6
- YzBjNGUxMTA4NWMyMzA5MWYwMTNhY2EzYjY4ZTBhNGE2ODhmNzhiZA==
6
+ NGExMzhlODg3YWZlZDBjMzM5ZTE1ZTQzMzI2ODliYTdkMzNiM2NmNA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- NWM0MDk4MDIxNTkzZDZjODYzYjMzYjBiMzM1NGI0NzM0NDYzZTczMTBhZjFk
10
- ZTg1MjNmMWYzNGEwMmQ1ZjQxOGY5ZGFhNzMyZGQyNzRhZTliODg1ZDliYmM2
11
- YzVkMTBjNTlkOWEzZDA3Y2U2ZTJiNGRiZmZiYzEzYjg3Yjc5ZGQ=
9
+ N2IxMjg0ODcxODkyMjkzMGVjZmY0NDU2M2Q1NTAwNjRjNDhlODQzYWYzODYy
10
+ MDdjMTNhNTM4OTM3MmNiNGVhYWI5ZWU1MWVlM2E1YzYxMjkzNTQ3ZDkwMGQ1
11
+ OGFhZWZkZGRmZjljZjZiY2NiYWVjMTBlNWM3MmNkMzYwNDI4NmM=
12
12
  data.tar.gz: !binary |-
13
- Yjc3NTljYWE0MWU1OTU5NTM1MWZiNzU5ZTQ3Yjk3ZGM4Yjk3NzA0NmM5Nzk4
14
- YTM5OGMyN2QyMTVhYjU5OTE3MzhmNDhjY2Y2NWRkNTIxYzM2MTgzZjVjMjVi
15
- MjcwN2RhMzVkYzYyNTM4ZDM4Mjg4M2EwYTkyMjIzMDQ1YjkxZWY=
13
+ NTU5ZWQ5Zjg5MDc3MTg2NDc3YjhlMGM2ZjI1ODU2NWE5N2FjYzU5ZThjY2U3
14
+ N2MzYTQwNDk3Y2M0ZjU1ODI1MjNhYzY0Y2QxYmMyMTU5OGE4ZTg5ZDhmN2Vi
15
+ YzRhZDE5Y2FmZmNiMzUxM2FlZmNlNmFjODMwZmI5MDg3NGNlZTg=
@@ -13,7 +13,7 @@ module HammerCLIKatello
13
13
  end
14
14
 
15
15
  class ListCommand < HammerCLIKatello::ListCommand
16
- resource :systems, :errata
16
+ resource :system_errata, :index
17
17
  command_name "list"
18
18
 
19
19
  output do
@@ -97,7 +97,7 @@ module HammerCLIKatello
97
97
 
98
98
  def request_params
99
99
  super.tap do |opts|
100
- opts['composite'] = option_composite?
100
+ opts['composite'] = option_composite? || false
101
101
  end
102
102
  end
103
103
 
@@ -87,14 +87,10 @@ module HammerCLIKatello
87
87
  end
88
88
 
89
89
  class UpdateCommand < HammerCLIKatello::UpdateCommand
90
- include PriorIdResolvable
91
-
92
90
  success_message _("Environment updated")
93
91
  failure_message _("Could not update environment")
94
92
 
95
- build_options do |o|
96
- o.without(:prior)
97
- end
93
+ build_options
98
94
  end
99
95
 
100
96
  class DeleteCommand < HammerCLIKatello::DeleteCommand
@@ -1,5 +1,5 @@
1
1
  module HammerCLIKatello
2
2
  def self.version
3
- @version ||= Gem::Version.new('0.0.12')
3
+ @version ||= Gem::Version.new('0.0.14')
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hammer_cli_katello
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.12
4
+ version: 0.0.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Price
@@ -23,22 +23,28 @@ authors:
23
23
  autorequire:
24
24
  bindir: bin
25
25
  cert_chain: []
26
- date: 2015-04-17 00:00:00.000000000 Z
26
+ date: 2015-05-26 00:00:00.000000000 Z
27
27
  dependencies:
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: hammer_cli_foreman
30
30
  requirement: !ruby/object:Gem::Requirement
31
31
  requirements:
32
- - - ~>
32
+ - - ! '>='
33
33
  - !ruby/object:Gem::Version
34
34
  version: 0.1.3
35
+ - - <
36
+ - !ruby/object:Gem::Version
37
+ version: 0.3.0
35
38
  type: :runtime
36
39
  prerelease: false
37
40
  version_requirements: !ruby/object:Gem::Requirement
38
41
  requirements:
39
- - - ~>
42
+ - - ! '>='
40
43
  - !ruby/object:Gem::Version
41
44
  version: 0.1.3
45
+ - - <
46
+ - !ruby/object:Gem::Version
47
+ version: 0.3.0
42
48
  - !ruby/object:Gem::Dependency
43
49
  name: hammer_cli_foreman_tasks
44
50
  requirement: !ruby/object:Gem::Requirement