knife-xenserver 1.2.1 → 1.2.2

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ # 1.2.2 - Thu 06 Dec 2012
2
+
3
+ * Fixed --storage-repository parameter in 'template create' command
4
+
1
5
  # 1.2.1 - Mon 12 Nov 2012
2
6
 
3
7
  * Maks3w patches for xenserver-automated related stuff
@@ -56,7 +56,7 @@ class Chef
56
56
  :default => '512'
57
57
 
58
58
  option :storage_repository,
59
- :long => "--storage-repository",
59
+ :long => "--storage-repository SR",
60
60
  :description => "The storage repository to use",
61
61
  :default => 'Local storage'
62
62
 
@@ -1,6 +1,6 @@
1
1
  module Knife
2
2
  module XenServer
3
- VERSION = "1.2.1"
3
+ VERSION = "1.2.2"
4
4
  MAJOR, MINOR, TINY = VERSION.split('.')
5
5
  end
6
6
  end
metadata CHANGED
@@ -2,14 +2,14 @@
2
2
  name: knife-xenserver
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.2.1
5
+ version: 1.2.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Sergio Rubio
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-12-05 00:00:00.000000000 Z
12
+ date: 2012-12-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  type: :runtime
@@ -158,3 +158,4 @@ signing_key:
158
158
  specification_version: 3
159
159
  summary: XenServer Support for Chef's Knife Command
160
160
  test_files: []
161
+ has_rdoc: true