pulp_container_client 1.4.0 → 1.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/docs/ContainerContainerDistribution.md +8 -8
- data/docs/ContainerContainerDistributionRead.md +8 -8
- data/lib/pulp_container_client/models/container_container_distribution.rb +32 -32
- data/lib/pulp_container_client/models/container_container_distribution_read.rb +32 -32
- data/lib/pulp_container_client/version.rb +1 -1
- data/spec/models/container_container_distribution_read_spec.rb +6 -6
- data/spec/models/container_container_distribution_spec.rb +6 -6
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 601722eb4eea1aed049cc28288d9ff8c291294a0604ede76d38f82ad3d049e1a
|
4
|
+
data.tar.gz: c8d289229ee3c1e3519bd5b1aeecddad988084ce670f4cbcc29b0abc1b0ad89a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 31f1d318dc7b1ff1969572349565f1aedc0aefa42bdb5c8aee34040f5e2d999bbc36ac693cde0f2f165fed167220f93c8d5f3722f2c710afea5c3396a79f2b6d
|
7
|
+
data.tar.gz: 6222a1874255f7d80f897ad5f30583016a1def1264b2738df2138afc00b442275416e01c51a9e747e6499fccbd344300704ae1da33f2ff0959e4622d092d6936
|
data/README.md
CHANGED
@@ -7,7 +7,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
|
|
7
7
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
8
8
|
|
9
9
|
- API version: v3
|
10
|
-
- Package version: 1.4.
|
10
|
+
- Package version: 1.4.1
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
12
12
|
|
13
13
|
## Installation
|
@@ -23,16 +23,16 @@ gem build pulp_container_client.gemspec
|
|
23
23
|
Then either install the gem locally:
|
24
24
|
|
25
25
|
```shell
|
26
|
-
gem install ./pulp_container_client-1.4.
|
26
|
+
gem install ./pulp_container_client-1.4.1.gem
|
27
27
|
```
|
28
28
|
|
29
|
-
(for development, run `gem install --dev ./pulp_container_client-1.4.
|
29
|
+
(for development, run `gem install --dev ./pulp_container_client-1.4.1.gem` to install the development dependencies)
|
30
30
|
|
31
31
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
32
32
|
|
33
33
|
Finally add this to the Gemfile:
|
34
34
|
|
35
|
-
gem 'pulp_container_client', '~> 1.4.
|
35
|
+
gem 'pulp_container_client', '~> 1.4.1'
|
36
36
|
|
37
37
|
### Install from Git
|
38
38
|
|
@@ -4,13 +4,13 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**
|
7
|
+
**content_guard** | **String** | An optional content-guard. | [optional]
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
|
-
**pulp_href** | **String** | | [optional] [readonly]
|
10
9
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
11
|
-
**
|
12
|
-
**
|
10
|
+
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
11
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
13
12
|
**repository_version** | **String** | RepositoryVersion to be served | [optional]
|
13
|
+
**base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
|
14
14
|
**registry_path** | **String** | The Registry hostame/name/ to use with docker pull command defined by this distribution. | [optional] [readonly]
|
15
15
|
|
16
16
|
## Code Sample
|
@@ -18,13 +18,13 @@ Name | Type | Description | Notes
|
|
18
18
|
```ruby
|
19
19
|
require 'PulpContainerClient'
|
20
20
|
|
21
|
-
instance = PulpContainerClient::ContainerContainerDistribution.new(
|
21
|
+
instance = PulpContainerClient::ContainerContainerDistribution.new(content_guard: null,
|
22
22
|
pulp_created: null,
|
23
|
-
pulp_href: null,
|
24
23
|
name: null,
|
25
|
-
|
26
|
-
|
24
|
+
repository: null,
|
25
|
+
pulp_href: null,
|
27
26
|
repository_version: null,
|
27
|
+
base_path: null,
|
28
28
|
registry_path: null)
|
29
29
|
```
|
30
30
|
|
@@ -4,13 +4,13 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**
|
7
|
+
**content_guard** | **String** | An optional content-guard. | [optional]
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
|
-
**pulp_href** | **String** | | [optional] [readonly]
|
10
9
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
11
|
-
**
|
12
|
-
**
|
10
|
+
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
11
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
13
12
|
**repository_version** | **String** | RepositoryVersion to be served | [optional]
|
13
|
+
**base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
|
14
14
|
**registry_path** | **String** | The Registry hostame/name/ to use with docker pull command defined by this distribution. | [optional] [readonly]
|
15
15
|
|
16
16
|
## Code Sample
|
@@ -18,13 +18,13 @@ Name | Type | Description | Notes
|
|
18
18
|
```ruby
|
19
19
|
require 'PulpContainerClient'
|
20
20
|
|
21
|
-
instance = PulpContainerClient::ContainerContainerDistributionRead.new(
|
21
|
+
instance = PulpContainerClient::ContainerContainerDistributionRead.new(content_guard: null,
|
22
22
|
pulp_created: null,
|
23
|
-
pulp_href: null,
|
24
23
|
name: null,
|
25
|
-
|
26
|
-
|
24
|
+
repository: null,
|
25
|
+
pulp_href: null,
|
27
26
|
repository_version: null,
|
27
|
+
base_path: null,
|
28
28
|
registry_path: null)
|
29
29
|
```
|
30
30
|
|
@@ -14,39 +14,39 @@ require 'date'
|
|
14
14
|
|
15
15
|
module PulpContainerClient
|
16
16
|
class ContainerContainerDistribution
|
17
|
-
#
|
18
|
-
attr_accessor :
|
17
|
+
# An optional content-guard.
|
18
|
+
attr_accessor :content_guard
|
19
19
|
|
20
20
|
# Timestamp of creation.
|
21
21
|
attr_accessor :pulp_created
|
22
22
|
|
23
|
-
attr_accessor :pulp_href
|
24
|
-
|
25
23
|
# A unique name. Ex, `rawhide` and `stable`.
|
26
24
|
attr_accessor :name
|
27
25
|
|
28
|
-
#
|
29
|
-
attr_accessor :
|
26
|
+
# The latest RepositoryVersion for this Repository will be served.
|
27
|
+
attr_accessor :repository
|
30
28
|
|
31
|
-
|
32
|
-
attr_accessor :base_path
|
29
|
+
attr_accessor :pulp_href
|
33
30
|
|
34
31
|
# RepositoryVersion to be served
|
35
32
|
attr_accessor :repository_version
|
36
33
|
|
34
|
+
# The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
|
35
|
+
attr_accessor :base_path
|
36
|
+
|
37
37
|
# The Registry hostame/name/ to use with docker pull command defined by this distribution.
|
38
38
|
attr_accessor :registry_path
|
39
39
|
|
40
40
|
# Attribute mapping from ruby-style variable name to JSON key.
|
41
41
|
def self.attribute_map
|
42
42
|
{
|
43
|
-
:'
|
43
|
+
:'content_guard' => :'content_guard',
|
44
44
|
:'pulp_created' => :'pulp_created',
|
45
|
-
:'pulp_href' => :'pulp_href',
|
46
45
|
:'name' => :'name',
|
47
|
-
:'
|
48
|
-
:'
|
46
|
+
:'repository' => :'repository',
|
47
|
+
:'pulp_href' => :'pulp_href',
|
49
48
|
:'repository_version' => :'repository_version',
|
49
|
+
:'base_path' => :'base_path',
|
50
50
|
:'registry_path' => :'registry_path'
|
51
51
|
}
|
52
52
|
end
|
@@ -54,13 +54,13 @@ module PulpContainerClient
|
|
54
54
|
# Attribute type mapping.
|
55
55
|
def self.openapi_types
|
56
56
|
{
|
57
|
-
:'
|
57
|
+
:'content_guard' => :'String',
|
58
58
|
:'pulp_created' => :'DateTime',
|
59
|
-
:'pulp_href' => :'String',
|
60
59
|
:'name' => :'String',
|
61
|
-
:'
|
62
|
-
:'
|
60
|
+
:'repository' => :'String',
|
61
|
+
:'pulp_href' => :'String',
|
63
62
|
:'repository_version' => :'String',
|
63
|
+
:'base_path' => :'String',
|
64
64
|
:'registry_path' => :'String'
|
65
65
|
}
|
66
66
|
end
|
@@ -68,8 +68,8 @@ module PulpContainerClient
|
|
68
68
|
# List of attributes with nullable: true
|
69
69
|
def self.openapi_nullable
|
70
70
|
Set.new([
|
71
|
-
:'repository',
|
72
71
|
:'content_guard',
|
72
|
+
:'repository',
|
73
73
|
:'repository_version',
|
74
74
|
])
|
75
75
|
end
|
@@ -89,34 +89,34 @@ module PulpContainerClient
|
|
89
89
|
h[k.to_sym] = v
|
90
90
|
}
|
91
91
|
|
92
|
-
if attributes.key?(:'
|
93
|
-
self.
|
92
|
+
if attributes.key?(:'content_guard')
|
93
|
+
self.content_guard = attributes[:'content_guard']
|
94
94
|
end
|
95
95
|
|
96
96
|
if attributes.key?(:'pulp_created')
|
97
97
|
self.pulp_created = attributes[:'pulp_created']
|
98
98
|
end
|
99
99
|
|
100
|
-
if attributes.key?(:'pulp_href')
|
101
|
-
self.pulp_href = attributes[:'pulp_href']
|
102
|
-
end
|
103
|
-
|
104
100
|
if attributes.key?(:'name')
|
105
101
|
self.name = attributes[:'name']
|
106
102
|
end
|
107
103
|
|
108
|
-
if attributes.key?(:'
|
109
|
-
self.
|
104
|
+
if attributes.key?(:'repository')
|
105
|
+
self.repository = attributes[:'repository']
|
110
106
|
end
|
111
107
|
|
112
|
-
if attributes.key?(:'
|
113
|
-
self.
|
108
|
+
if attributes.key?(:'pulp_href')
|
109
|
+
self.pulp_href = attributes[:'pulp_href']
|
114
110
|
end
|
115
111
|
|
116
112
|
if attributes.key?(:'repository_version')
|
117
113
|
self.repository_version = attributes[:'repository_version']
|
118
114
|
end
|
119
115
|
|
116
|
+
if attributes.key?(:'base_path')
|
117
|
+
self.base_path = attributes[:'base_path']
|
118
|
+
end
|
119
|
+
|
120
120
|
if attributes.key?(:'registry_path')
|
121
121
|
self.registry_path = attributes[:'registry_path']
|
122
122
|
end
|
@@ -203,13 +203,13 @@ module PulpContainerClient
|
|
203
203
|
def ==(o)
|
204
204
|
return true if self.equal?(o)
|
205
205
|
self.class == o.class &&
|
206
|
-
|
206
|
+
content_guard == o.content_guard &&
|
207
207
|
pulp_created == o.pulp_created &&
|
208
|
-
pulp_href == o.pulp_href &&
|
209
208
|
name == o.name &&
|
210
|
-
|
211
|
-
|
209
|
+
repository == o.repository &&
|
210
|
+
pulp_href == o.pulp_href &&
|
212
211
|
repository_version == o.repository_version &&
|
212
|
+
base_path == o.base_path &&
|
213
213
|
registry_path == o.registry_path
|
214
214
|
end
|
215
215
|
|
@@ -222,7 +222,7 @@ module PulpContainerClient
|
|
222
222
|
# Calculates hash code according to all attributes.
|
223
223
|
# @return [Integer] Hash code
|
224
224
|
def hash
|
225
|
-
[
|
225
|
+
[content_guard, pulp_created, name, repository, pulp_href, repository_version, base_path, registry_path].hash
|
226
226
|
end
|
227
227
|
|
228
228
|
# Builds the object from hash
|
@@ -14,39 +14,39 @@ require 'date'
|
|
14
14
|
|
15
15
|
module PulpContainerClient
|
16
16
|
class ContainerContainerDistributionRead
|
17
|
-
#
|
18
|
-
attr_accessor :
|
17
|
+
# An optional content-guard.
|
18
|
+
attr_accessor :content_guard
|
19
19
|
|
20
20
|
# Timestamp of creation.
|
21
21
|
attr_accessor :pulp_created
|
22
22
|
|
23
|
-
attr_accessor :pulp_href
|
24
|
-
|
25
23
|
# A unique name. Ex, `rawhide` and `stable`.
|
26
24
|
attr_accessor :name
|
27
25
|
|
28
|
-
#
|
29
|
-
attr_accessor :
|
26
|
+
# The latest RepositoryVersion for this Repository will be served.
|
27
|
+
attr_accessor :repository
|
30
28
|
|
31
|
-
|
32
|
-
attr_accessor :base_path
|
29
|
+
attr_accessor :pulp_href
|
33
30
|
|
34
31
|
# RepositoryVersion to be served
|
35
32
|
attr_accessor :repository_version
|
36
33
|
|
34
|
+
# The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
|
35
|
+
attr_accessor :base_path
|
36
|
+
|
37
37
|
# The Registry hostame/name/ to use with docker pull command defined by this distribution.
|
38
38
|
attr_accessor :registry_path
|
39
39
|
|
40
40
|
# Attribute mapping from ruby-style variable name to JSON key.
|
41
41
|
def self.attribute_map
|
42
42
|
{
|
43
|
-
:'
|
43
|
+
:'content_guard' => :'content_guard',
|
44
44
|
:'pulp_created' => :'pulp_created',
|
45
|
-
:'pulp_href' => :'pulp_href',
|
46
45
|
:'name' => :'name',
|
47
|
-
:'
|
48
|
-
:'
|
46
|
+
:'repository' => :'repository',
|
47
|
+
:'pulp_href' => :'pulp_href',
|
49
48
|
:'repository_version' => :'repository_version',
|
49
|
+
:'base_path' => :'base_path',
|
50
50
|
:'registry_path' => :'registry_path'
|
51
51
|
}
|
52
52
|
end
|
@@ -54,13 +54,13 @@ module PulpContainerClient
|
|
54
54
|
# Attribute type mapping.
|
55
55
|
def self.openapi_types
|
56
56
|
{
|
57
|
-
:'
|
57
|
+
:'content_guard' => :'String',
|
58
58
|
:'pulp_created' => :'DateTime',
|
59
|
-
:'pulp_href' => :'String',
|
60
59
|
:'name' => :'String',
|
61
|
-
:'
|
62
|
-
:'
|
60
|
+
:'repository' => :'String',
|
61
|
+
:'pulp_href' => :'String',
|
63
62
|
:'repository_version' => :'String',
|
63
|
+
:'base_path' => :'String',
|
64
64
|
:'registry_path' => :'String'
|
65
65
|
}
|
66
66
|
end
|
@@ -68,8 +68,8 @@ module PulpContainerClient
|
|
68
68
|
# List of attributes with nullable: true
|
69
69
|
def self.openapi_nullable
|
70
70
|
Set.new([
|
71
|
-
:'repository',
|
72
71
|
:'content_guard',
|
72
|
+
:'repository',
|
73
73
|
:'repository_version',
|
74
74
|
])
|
75
75
|
end
|
@@ -89,34 +89,34 @@ module PulpContainerClient
|
|
89
89
|
h[k.to_sym] = v
|
90
90
|
}
|
91
91
|
|
92
|
-
if attributes.key?(:'
|
93
|
-
self.
|
92
|
+
if attributes.key?(:'content_guard')
|
93
|
+
self.content_guard = attributes[:'content_guard']
|
94
94
|
end
|
95
95
|
|
96
96
|
if attributes.key?(:'pulp_created')
|
97
97
|
self.pulp_created = attributes[:'pulp_created']
|
98
98
|
end
|
99
99
|
|
100
|
-
if attributes.key?(:'pulp_href')
|
101
|
-
self.pulp_href = attributes[:'pulp_href']
|
102
|
-
end
|
103
|
-
|
104
100
|
if attributes.key?(:'name')
|
105
101
|
self.name = attributes[:'name']
|
106
102
|
end
|
107
103
|
|
108
|
-
if attributes.key?(:'
|
109
|
-
self.
|
104
|
+
if attributes.key?(:'repository')
|
105
|
+
self.repository = attributes[:'repository']
|
110
106
|
end
|
111
107
|
|
112
|
-
if attributes.key?(:'
|
113
|
-
self.
|
108
|
+
if attributes.key?(:'pulp_href')
|
109
|
+
self.pulp_href = attributes[:'pulp_href']
|
114
110
|
end
|
115
111
|
|
116
112
|
if attributes.key?(:'repository_version')
|
117
113
|
self.repository_version = attributes[:'repository_version']
|
118
114
|
end
|
119
115
|
|
116
|
+
if attributes.key?(:'base_path')
|
117
|
+
self.base_path = attributes[:'base_path']
|
118
|
+
end
|
119
|
+
|
120
120
|
if attributes.key?(:'registry_path')
|
121
121
|
self.registry_path = attributes[:'registry_path']
|
122
122
|
end
|
@@ -203,13 +203,13 @@ module PulpContainerClient
|
|
203
203
|
def ==(o)
|
204
204
|
return true if self.equal?(o)
|
205
205
|
self.class == o.class &&
|
206
|
-
|
206
|
+
content_guard == o.content_guard &&
|
207
207
|
pulp_created == o.pulp_created &&
|
208
|
-
pulp_href == o.pulp_href &&
|
209
208
|
name == o.name &&
|
210
|
-
|
211
|
-
|
209
|
+
repository == o.repository &&
|
210
|
+
pulp_href == o.pulp_href &&
|
212
211
|
repository_version == o.repository_version &&
|
212
|
+
base_path == o.base_path &&
|
213
213
|
registry_path == o.registry_path
|
214
214
|
end
|
215
215
|
|
@@ -222,7 +222,7 @@ module PulpContainerClient
|
|
222
222
|
# Calculates hash code according to all attributes.
|
223
223
|
# @return [Integer] Hash code
|
224
224
|
def hash
|
225
|
-
[
|
225
|
+
[content_guard, pulp_created, name, repository, pulp_href, repository_version, base_path, registry_path].hash
|
226
226
|
end
|
227
227
|
|
228
228
|
# Builds the object from hash
|
@@ -32,7 +32,7 @@ describe 'ContainerContainerDistributionRead' do
|
|
32
32
|
expect(@instance).to be_instance_of(PulpContainerClient::ContainerContainerDistributionRead)
|
33
33
|
end
|
34
34
|
end
|
35
|
-
describe 'test attribute "
|
35
|
+
describe 'test attribute "content_guard"' do
|
36
36
|
it 'should work' do
|
37
37
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
38
38
|
end
|
@@ -44,31 +44,31 @@ describe 'ContainerContainerDistributionRead' do
|
|
44
44
|
end
|
45
45
|
end
|
46
46
|
|
47
|
-
describe 'test attribute "
|
47
|
+
describe 'test attribute "name"' do
|
48
48
|
it 'should work' do
|
49
49
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
50
50
|
end
|
51
51
|
end
|
52
52
|
|
53
|
-
describe 'test attribute "
|
53
|
+
describe 'test attribute "repository"' do
|
54
54
|
it 'should work' do
|
55
55
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
56
56
|
end
|
57
57
|
end
|
58
58
|
|
59
|
-
describe 'test attribute "
|
59
|
+
describe 'test attribute "pulp_href"' do
|
60
60
|
it 'should work' do
|
61
61
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
62
62
|
end
|
63
63
|
end
|
64
64
|
|
65
|
-
describe 'test attribute "
|
65
|
+
describe 'test attribute "repository_version"' do
|
66
66
|
it 'should work' do
|
67
67
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
68
68
|
end
|
69
69
|
end
|
70
70
|
|
71
|
-
describe 'test attribute "
|
71
|
+
describe 'test attribute "base_path"' do
|
72
72
|
it 'should work' do
|
73
73
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
74
74
|
end
|
@@ -32,7 +32,7 @@ describe 'ContainerContainerDistribution' do
|
|
32
32
|
expect(@instance).to be_instance_of(PulpContainerClient::ContainerContainerDistribution)
|
33
33
|
end
|
34
34
|
end
|
35
|
-
describe 'test attribute "
|
35
|
+
describe 'test attribute "content_guard"' do
|
36
36
|
it 'should work' do
|
37
37
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
38
38
|
end
|
@@ -44,31 +44,31 @@ describe 'ContainerContainerDistribution' do
|
|
44
44
|
end
|
45
45
|
end
|
46
46
|
|
47
|
-
describe 'test attribute "
|
47
|
+
describe 'test attribute "name"' do
|
48
48
|
it 'should work' do
|
49
49
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
50
50
|
end
|
51
51
|
end
|
52
52
|
|
53
|
-
describe 'test attribute "
|
53
|
+
describe 'test attribute "repository"' do
|
54
54
|
it 'should work' do
|
55
55
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
56
56
|
end
|
57
57
|
end
|
58
58
|
|
59
|
-
describe 'test attribute "
|
59
|
+
describe 'test attribute "pulp_href"' do
|
60
60
|
it 'should work' do
|
61
61
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
62
62
|
end
|
63
63
|
end
|
64
64
|
|
65
|
-
describe 'test attribute "
|
65
|
+
describe 'test attribute "repository_version"' do
|
66
66
|
it 'should work' do
|
67
67
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
68
68
|
end
|
69
69
|
end
|
70
70
|
|
71
|
-
describe 'test attribute "
|
71
|
+
describe 'test attribute "base_path"' do
|
72
72
|
it 'should work' do
|
73
73
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
74
74
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pulp_container_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.4.
|
4
|
+
version: 1.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OpenAPI-Generator
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-06-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|