ovirt 0.17.0 → 0.17.1

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: 01d6ff8333c35c496865bc3f6b5ccab16cab2da9
4
- data.tar.gz: d863b9d899008e126495897c3388a5d42fa13e88
3
+ metadata.gz: 9e7467a2f899c03ecbbaa8a51d6bdf7f7970fb12
4
+ data.tar.gz: 2ac6398844b3b3871a980849478f1b36983e48df
5
5
  SHA512:
6
- metadata.gz: 28b69033c39392679b2a13598a063ff1528d0426020ddca280d6f46d661dd88e626965724f3d33752d109e1096c80460f3dd404364708ab541ba6f1fe69df5a8
7
- data.tar.gz: '0278243c685e0794cea9c6e523e682244cc6b3d56314590346d8b7b86fbe898c9d1e65d66e0a05da3d1498937033cbfba40bb92d78e95a9f189c4c401b7648fe'
6
+ metadata.gz: '0299406c9dccf329732d47365b9c2eb24ba1fca775b61e71a622ef83c24bb1c06ca8734c12699f3569c272ebb4ce1064637fa764dcaab79086df4c2373bfc4c9'
7
+ data.tar.gz: 034531dcc6d56171133afe90daa5f62680301faf28757b1c041661fbb7a2f8bf15c45a40ac74caabdb14c5be60b8814d6e854ada1664b716a442eef3a06bf29f
@@ -288,15 +288,15 @@ module Ovirt
288
288
  full_xml
289
289
  end
290
290
 
291
- def resource_get(path = nil)
292
- resource_verb(path, :get)
291
+ def resource_get(path = nil, additional_headers = {:accept => 'application/xml'})
292
+ resource_verb(path, :get, additional_headers)
293
293
  end
294
294
 
295
- def resource_put(path, payload, additional_headers = {:content_type => :xml, :accept => :xml})
295
+ def resource_put(path, payload, additional_headers = {:content_type => 'application/xml', :accept => 'application/xml'})
296
296
  resource_verb(path, :put, payload, additional_headers)
297
297
  end
298
298
 
299
- def resource_post(path, payload, additional_headers = {:content_type => :xml, :accept => :xml})
299
+ def resource_post(path, payload, additional_headers = {:content_type => 'application/xml', :accept => 'application/xml'})
300
300
  resource_verb(path, :post, payload, additional_headers)
301
301
  end
302
302
 
@@ -1,3 +1,3 @@
1
1
  module Ovirt
2
- VERSION = "0.17.0".freeze
2
+ VERSION = "0.17.1".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ovirt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.0
4
+ version: 0.17.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Frey
@@ -26,7 +26,7 @@ authors:
26
26
  autorequire:
27
27
  bindir: bin
28
28
  cert_chain: []
29
- date: 2017-05-08 00:00:00.000000000 Z
29
+ date: 2017-07-03 00:00:00.000000000 Z
30
30
  dependencies:
31
31
  - !ruby/object:Gem::Dependency
32
32
  name: activesupport
@@ -246,7 +246,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
246
246
  version: '0'
247
247
  requirements: []
248
248
  rubyforge_project:
249
- rubygems_version: 2.5.2
249
+ rubygems_version: 2.6.11
250
250
  signing_key:
251
251
  specification_version: 4
252
252
  summary: Ovirt provides a simple Object Oriented interface to the REST API of oVirt