knife-rhn 0.2.0 → 0.2.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.
@@ -7,7 +7,7 @@ require 'chef/knife/rhn_base'
7
7
 
8
8
  class Chef
9
9
  class Knife
10
- class RhnSystemDelete < Knife
10
+ class RhnSystemDetails < Knife
11
11
 
12
12
  include Knife::RhnBase
13
13
 
@@ -11,7 +11,7 @@ class Chef
11
11
 
12
12
  include Knife::RhnBase
13
13
 
14
- banner "knife rhn ystemgroup list (options)"
14
+ banner "knife rhn systemgroup list (options)"
15
15
  category "rhn"
16
16
 
17
17
  def run
@@ -1,6 +1,6 @@
1
1
  module Knife
2
2
  module Rhn
3
- VERSION = "0.2.0"
3
+ VERSION = "0.2.1"
4
4
  MAJOR, MINOR, TINY = VERSION.split('.')
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knife-rhn
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: