rbovirt 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b05ea53d2175d3207baf62b7da792bca31ad3c86
4
- data.tar.gz: 138fccc2e3f1a82ec72b4519a9d6a54d9779eed9
3
+ metadata.gz: 32d9cc1038f81624682aadbb1a8c9a1bffa88c04
4
+ data.tar.gz: 686ae91430873a0e9a77c46869380822f68e76af
5
5
  SHA512:
6
- metadata.gz: fb395d018101fbc35283b930a10393f751a7d360ce333072150dafd5ad06fb087f70ddbfdbc450efed766c5617e68f7c8459add1b9dd280a0e7587fb1143cebc
7
- data.tar.gz: b9fd797133e7d1bf8a95fd025dcadf86d914b8dda8ba838b5881759496352e9b1798a92322aca6d911f771938b039f8427a452cf3958f564c77e37ec00532c85
6
+ metadata.gz: e16fcb73f36c84ff3e68064bda89b94e61ec178ba57a24860b520d48c177b6f565df1eaa9a006f5a5255f919d9d8b097ceb1d8bc440850d6e7fa9ce813a55485
7
+ data.tar.gz: ae03431c8a359f3ca813fabc1e723c407e1570855aed741c7f26196e3454a300d11acaae9d4c55a27b7262f6f0da3625d7789f74df7c09628b2526a4c30abaf9
@@ -6,6 +6,12 @@ _rbovirt_ project.
6
6
  Note that this list of changes was added with the 0.0.30 release,
7
7
  previous releases aren't described here.
8
8
 
9
+ == 0.1.5
10
+
11
+ New features:
12
+
13
+ * Adding disk format when cloning a disk from template
14
+
9
15
  == 0.1.4
10
16
 
11
17
  New features:
@@ -1,3 +1,3 @@
1
1
  module OVIRT
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
3
3
  end
@@ -113,6 +113,8 @@ module OVIRT
113
113
  opts[:disks].each do |d|
114
114
  disk(:id => d[:id]) {
115
115
  storage_domains { storage_domain(:id => d[:storagedomain]) }
116
+ format_(d[:format]) if d[:format]
117
+ sparse_(d[:sparse]) if d[:sparse]
116
118
  }
117
119
  end
118
120
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rbovirt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amos Benari
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-22 00:00:00.000000000 Z
11
+ date: 2018-01-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri
@@ -162,7 +162,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
162
162
  version: '0'
163
163
  requirements: []
164
164
  rubyforge_project:
165
- rubygems_version: 2.5.1
165
+ rubygems_version: 2.6.12
166
166
  signing_key:
167
167
  specification_version: 4
168
168
  summary: A Ruby client for oVirt REST API