knife-cloudstack-fog 0.2.18 → 0.2.19

Sign up to get free protection for your applications and to get access to all the features.
@@ -20,11 +20,11 @@ require 'chef/knife/cloudstack_base'
20
20
 
21
21
  class Chef
22
22
  class Knife
23
- class CloudstackDiskofferingsList < Knife
23
+ class CloudstackDiskofferingList < Knife
24
24
 
25
25
  include Knife::CloudstackBase
26
26
 
27
- banner "knife cloudstack diskofferings list (options)"
27
+ banner "knife cloudstack diskoffering list (options)"
28
28
 
29
29
  def run
30
30
  $stdout.sync = true
@@ -1,6 +1,6 @@
1
1
  module Knife
2
2
  module Cloudstack
3
- VERSION = "0.2.18"
3
+ VERSION = "0.2.19"
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-cloudstack-fog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.18
4
+ version: 0.2.19
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2012-12-13 00:00:00.000000000 Z
15
+ date: 2013-01-09 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: fog