ovirt-engine-sdk 4.0.0.alpha7 → 4.0.0.alpha8

Sign up to get free protection for your applications and to get access to all the features.
@@ -16,5 +16,5 @@
16
16
 
17
17
 
18
18
  module OvirtSDK4
19
- VERSION = '4.0.0.alpha7'
19
+ VERSION = '4.0.0.alpha8'
20
20
  end
@@ -20,6 +20,8 @@ module OvirtSDK4
20
20
  # This is the base class for all the XML writers used by the SDK. It contains the utility methods used by
21
21
  # all of them.
22
22
  #
23
+ # @api private
24
+ #
23
25
  class Writer
24
26
  end
25
27
 
data/lib/ovirtsdk4/xml.rb CHANGED
@@ -22,6 +22,8 @@ module OvirtSDK4
22
22
  # This is an utility class used to format objects for use in HTTP requests. It is inteded for use by other
23
23
  # components of the SDK. Refrain from using it directly, as backwards compatibility isn't guaranteed.
24
24
  #
25
+ # @api private
26
+ #
25
27
  class XmlFormatter
26
28
 
27
29
  ##
@@ -43,6 +45,8 @@ module OvirtSDK4
43
45
  #
44
46
  # The part of the code that requires calls to _libxml_ is written in C, as an extension.
45
47
  #
48
+ # @api private
49
+ #
46
50
  class XmlReader
47
51
 
48
52
  ##
@@ -206,6 +210,8 @@ module OvirtSDK4
206
210
  #
207
211
  # The part of the code that requires calls to _libxml_ is written in C, as an extension.
208
212
  #
213
+ # @api private
214
+ #
209
215
  class XmlWriter
210
216
 
211
217
  ##
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ovirt-engine-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0.alpha7
4
+ version: 4.0.0.alpha8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Hernandez
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-02 00:00:00.000000000 Z
11
+ date: 2016-03-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: curb
@@ -38,6 +38,20 @@ dependencies:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '3.3'
41
+ - !ruby/object:Gem::Dependency
42
+ name: yard
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '0.8'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '0.8'
41
55
  description: Ruby SDK for the oVirt Engine API.
42
56
  email:
43
57
  - jhernand@redhat.com
@@ -47,7 +61,7 @@ extensions:
47
61
  extra_rdoc_files: []
48
62
  files:
49
63
  - LICENSE.txt
50
- - README.md
64
+ - README.adoc
51
65
  - ext/ovirtsdk4c/extconf.rb
52
66
  - ext/ovirtsdk4c/ov_error.c
53
67
  - ext/ovirtsdk4c/ov_error.h
@@ -77,10 +91,7 @@ licenses:
77
91
  - Apache-2.0
78
92
  metadata: {}
79
93
  post_install_message:
80
- rdoc_options:
81
- - "--markup=markdown"
82
- - "--main=README.md"
83
- - "--exclude=pom.xml"
94
+ rdoc_options: []
84
95
  require_paths:
85
96
  - lib
86
97
  required_ruby_version: !ruby/object:Gem::Requirement