hammer_cli_katello 0.11.3 → 0.11.4

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
  SHA1:
3
- metadata.gz: 752b93e1d25a55b53599473bc43e51ad1116d8e5
4
- data.tar.gz: cb917c57c28d0c32e44ab0d4c886fb299ad082fc
3
+ metadata.gz: c7daca81957e1075d78b882142e6977c21c2a7e3
4
+ data.tar.gz: 67235e007eb88ef416b84ca73dcfa970dd3e9ae0
5
5
  SHA512:
6
- metadata.gz: ee3fc5165317bfec7b108a5b982cb65c112edb8c2ce46d65d017abc9a218f7ac5974b863f0daaf41338959cc1e6fd6fd68d96ce51a1f05f05337670978d88330
7
- data.tar.gz: 362f395e6a34a091d2e012a310acdd4c831876ab48d7927f23b77fbaf1a4d48ae9aad0b480bb60241f76f4b8f7621ff853459ab670dcd421e059ab800e665620
6
+ metadata.gz: f7e11cbfd899a41fe3a7b62c4f081a1efff0cbe9d9c86e58e0b379954287124dcdfcfb35dc4734a92f35dc43d805e83530220e77ba9fbd63ae70d205d2db9408
7
+ data.tar.gz: 13ff2b952468f66d633df88c1db229ccb3b5b4b38367d9624daa9bc0226938787653e90d6acec3784a48d3a65565f298a896ad90504dafb008a2b649f9c77a9c
@@ -59,7 +59,7 @@ module HammerCLIKatello
59
59
  build_options
60
60
  end
61
61
 
62
- class EnableCommand < HammerCLIKatello::UpdateCommand
62
+ class EnableCommand < HammerCLIKatello::Command
63
63
  resource :repository_sets, :enable
64
64
  command_name "enable"
65
65
 
@@ -69,7 +69,7 @@ module HammerCLIKatello
69
69
  build_options
70
70
  end
71
71
 
72
- class DisableCommand < HammerCLIKatello::UpdateCommand
72
+ class DisableCommand < HammerCLIKatello::Command
73
73
  resource :repository_sets, :disable
74
74
  command_name "disable"
75
75
 
@@ -1,5 +1,5 @@
1
1
  module HammerCLIKatello
2
2
  def self.version
3
- @version ||= Gem::Version.new('0.11.3')
3
+ @version ||= Gem::Version.new('0.11.4')
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.11.3
4
+ version: 0.11.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Price
@@ -34,7 +34,7 @@ authors:
34
34
  autorequire:
35
35
  bindir: bin
36
36
  cert_chain: []
37
- date: 2017-10-18 00:00:00.000000000 Z
37
+ date: 2017-11-30 00:00:00.000000000 Z
38
38
  dependencies:
39
39
  - !ruby/object:Gem::Dependency
40
40
  name: hammer_cli