pulp_certguard_client 1.0.3 → 1.1.0
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 +6 -6
- data/docs/ContentguardsRhsmApi.md +2 -2
- data/docs/ContentguardsX509Api.md +2 -2
- data/docs/{InlineResponse200.md → PaginatedcertguardRHSMCertGuardResponseList.md} +4 -4
- data/docs/{InlineResponse2001.md → PaginatedcertguardX509CertGuardResponseList.md} +4 -4
- data/lib/pulp_certguard_client/api/contentguards_rhsm_api.rb +3 -3
- data/lib/pulp_certguard_client/api/contentguards_x509_api.rb +3 -3
- data/lib/pulp_certguard_client/models/{inline_response200.rb → paginatedcertguard_rhsm_cert_guard_response_list.rb} +3 -3
- data/lib/pulp_certguard_client/models/{inline_response2001.rb → paginatedcertguard_x509_cert_guard_response_list.rb} +3 -3
- data/lib/pulp_certguard_client/version.rb +1 -1
- data/lib/pulp_certguard_client.rb +2 -2
- data/spec/api/contentguards_rhsm_api_spec.rb +1 -1
- data/spec/api/contentguards_x509_api_spec.rb +1 -1
- data/spec/models/{inline_response2001_spec.rb → paginatedcertguard_rhsm_cert_guard_response_list_spec.rb} +6 -6
- data/spec/models/{inline_response200_spec.rb → paginatedcertguard_x509_cert_guard_response_list_spec.rb} +6 -6
- metadata +15 -15
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f643dedfe2a934c554f0caf57246ed6332dac2497dbafa054de29bde732b9565
|
|
4
|
+
data.tar.gz: c9abf3e6f82875d5dd0ac29576a4dadfd98d5ea56f54e57cd330b1e09bb6c294
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2e29e77e60275289c8dfb62c7e8b72be55775131aa1365f9039159a9ce71e0e348d38b6261b317d240ea7a0e9d123f9f7b9a04344b02053622edc742dc1d658b
|
|
7
|
+
data.tar.gz: 5718aa225cf0422fd1fd6e7d82eb3f296aa401c4b1aa9a4d416cafddf6841c00f06f13def051c1bb2aea660299a6cd142076374e03cf3e79a4e5b4d537e5d121
|
data/README.md
CHANGED
|
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
|
|
|
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.0
|
|
10
|
+
- Package version: 1.1.0
|
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
12
12
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
|
13
13
|
|
|
@@ -24,16 +24,16 @@ gem build pulp_certguard_client.gemspec
|
|
|
24
24
|
Then either install the gem locally:
|
|
25
25
|
|
|
26
26
|
```shell
|
|
27
|
-
gem install ./pulp_certguard_client-1.0.
|
|
27
|
+
gem install ./pulp_certguard_client-1.1.0.gem
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
-
(for development, run `gem install --dev ./pulp_certguard_client-1.0.
|
|
30
|
+
(for development, run `gem install --dev ./pulp_certguard_client-1.1.0.gem` to install the development dependencies)
|
|
31
31
|
|
|
32
32
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
33
33
|
|
|
34
34
|
Finally add this to the Gemfile:
|
|
35
35
|
|
|
36
|
-
gem 'pulp_certguard_client', '~> 1.0
|
|
36
|
+
gem 'pulp_certguard_client', '~> 1.1.0'
|
|
37
37
|
|
|
38
38
|
### Install from Git
|
|
39
39
|
|
|
@@ -103,8 +103,8 @@ Class | Method | HTTP request | Description
|
|
|
103
103
|
- [PulpCertguardClient::CertguardRHSMCertGuardResponse](docs/CertguardRHSMCertGuardResponse.md)
|
|
104
104
|
- [PulpCertguardClient::CertguardX509CertGuard](docs/CertguardX509CertGuard.md)
|
|
105
105
|
- [PulpCertguardClient::CertguardX509CertGuardResponse](docs/CertguardX509CertGuardResponse.md)
|
|
106
|
-
- [PulpCertguardClient::
|
|
107
|
-
- [PulpCertguardClient::
|
|
106
|
+
- [PulpCertguardClient::PaginatedcertguardRHSMCertGuardResponseList](docs/PaginatedcertguardRHSMCertGuardResponseList.md)
|
|
107
|
+
- [PulpCertguardClient::PaginatedcertguardX509CertGuardResponseList](docs/PaginatedcertguardX509CertGuardResponseList.md)
|
|
108
108
|
- [PulpCertguardClient::PatchedcertguardRHSMCertGuard](docs/PatchedcertguardRHSMCertGuard.md)
|
|
109
109
|
- [PulpCertguardClient::PatchedcertguardX509CertGuard](docs/PatchedcertguardX509CertGuard.md)
|
|
110
110
|
|
|
@@ -120,7 +120,7 @@ nil (empty response body)
|
|
|
120
120
|
|
|
121
121
|
## list
|
|
122
122
|
|
|
123
|
-
>
|
|
123
|
+
> PaginatedcertguardRHSMCertGuardResponseList list(opts)
|
|
124
124
|
|
|
125
125
|
List rhsm cert guards
|
|
126
126
|
|
|
@@ -173,7 +173,7 @@ Name | Type | Description | Notes
|
|
|
173
173
|
|
|
174
174
|
### Return type
|
|
175
175
|
|
|
176
|
-
[**
|
|
176
|
+
[**PaginatedcertguardRHSMCertGuardResponseList**](PaginatedcertguardRHSMCertGuardResponseList.md)
|
|
177
177
|
|
|
178
178
|
### Authorization
|
|
179
179
|
|
|
@@ -120,7 +120,7 @@ nil (empty response body)
|
|
|
120
120
|
|
|
121
121
|
## list
|
|
122
122
|
|
|
123
|
-
>
|
|
123
|
+
> PaginatedcertguardX509CertGuardResponseList list(opts)
|
|
124
124
|
|
|
125
125
|
List x509 cert guards
|
|
126
126
|
|
|
@@ -173,7 +173,7 @@ Name | Type | Description | Notes
|
|
|
173
173
|
|
|
174
174
|
### Return type
|
|
175
175
|
|
|
176
|
-
[**
|
|
176
|
+
[**PaginatedcertguardX509CertGuardResponseList**](PaginatedcertguardX509CertGuardResponseList.md)
|
|
177
177
|
|
|
178
178
|
### Authorization
|
|
179
179
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# PulpCertguardClient::
|
|
1
|
+
# PulpCertguardClient::PaginatedcertguardRHSMCertGuardResponseList
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
|
|
|
14
14
|
```ruby
|
|
15
15
|
require 'PulpCertguardClient'
|
|
16
16
|
|
|
17
|
-
instance = PulpCertguardClient::
|
|
18
|
-
_next:
|
|
19
|
-
previous:
|
|
17
|
+
instance = PulpCertguardClient::PaginatedcertguardRHSMCertGuardResponseList.new(count: 123,
|
|
18
|
+
_next: http://api.example.org/accounts/?offset=400&limit=100,
|
|
19
|
+
previous: http://api.example.org/accounts/?offset=200&limit=100,
|
|
20
20
|
results: null)
|
|
21
21
|
```
|
|
22
22
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# PulpCertguardClient::
|
|
1
|
+
# PulpCertguardClient::PaginatedcertguardX509CertGuardResponseList
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
|
|
|
14
14
|
```ruby
|
|
15
15
|
require 'PulpCertguardClient'
|
|
16
16
|
|
|
17
|
-
instance = PulpCertguardClient::
|
|
18
|
-
_next:
|
|
19
|
-
previous:
|
|
17
|
+
instance = PulpCertguardClient::PaginatedcertguardX509CertGuardResponseList.new(count: 123,
|
|
18
|
+
_next: http://api.example.org/accounts/?offset=400&limit=100,
|
|
19
|
+
previous: http://api.example.org/accounts/?offset=200&limit=100,
|
|
20
20
|
results: null)
|
|
21
21
|
```
|
|
22
22
|
|
|
@@ -153,7 +153,7 @@ module PulpCertguardClient
|
|
|
153
153
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
154
154
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
155
155
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
156
|
-
# @return [
|
|
156
|
+
# @return [PaginatedcertguardRHSMCertGuardResponseList]
|
|
157
157
|
def list(opts = {})
|
|
158
158
|
data, _status_code, _headers = list_with_http_info(opts)
|
|
159
159
|
data
|
|
@@ -169,7 +169,7 @@ module PulpCertguardClient
|
|
|
169
169
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
170
170
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
171
171
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
172
|
-
# @return [Array<(
|
|
172
|
+
# @return [Array<(PaginatedcertguardRHSMCertGuardResponseList, Integer, Hash)>] PaginatedcertguardRHSMCertGuardResponseList data, response status code and response headers
|
|
173
173
|
def list_with_http_info(opts = {})
|
|
174
174
|
if @api_client.config.debugging
|
|
175
175
|
@api_client.config.logger.debug 'Calling API: ContentguardsRhsmApi.list ...'
|
|
@@ -199,7 +199,7 @@ module PulpCertguardClient
|
|
|
199
199
|
post_body = opts[:body]
|
|
200
200
|
|
|
201
201
|
# return_type
|
|
202
|
-
return_type = opts[:return_type] || '
|
|
202
|
+
return_type = opts[:return_type] || 'PaginatedcertguardRHSMCertGuardResponseList'
|
|
203
203
|
|
|
204
204
|
# auth_names
|
|
205
205
|
auth_names = opts[:auth_names] || ['basicAuth']
|
|
@@ -153,7 +153,7 @@ module PulpCertguardClient
|
|
|
153
153
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
154
154
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
155
155
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
156
|
-
# @return [
|
|
156
|
+
# @return [PaginatedcertguardX509CertGuardResponseList]
|
|
157
157
|
def list(opts = {})
|
|
158
158
|
data, _status_code, _headers = list_with_http_info(opts)
|
|
159
159
|
data
|
|
@@ -169,7 +169,7 @@ module PulpCertguardClient
|
|
|
169
169
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
170
170
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
171
171
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
172
|
-
# @return [Array<(
|
|
172
|
+
# @return [Array<(PaginatedcertguardX509CertGuardResponseList, Integer, Hash)>] PaginatedcertguardX509CertGuardResponseList data, response status code and response headers
|
|
173
173
|
def list_with_http_info(opts = {})
|
|
174
174
|
if @api_client.config.debugging
|
|
175
175
|
@api_client.config.logger.debug 'Calling API: ContentguardsX509Api.list ...'
|
|
@@ -199,7 +199,7 @@ module PulpCertguardClient
|
|
|
199
199
|
post_body = opts[:body]
|
|
200
200
|
|
|
201
201
|
# return_type
|
|
202
|
-
return_type = opts[:return_type] || '
|
|
202
|
+
return_type = opts[:return_type] || 'PaginatedcertguardX509CertGuardResponseList'
|
|
203
203
|
|
|
204
204
|
# auth_names
|
|
205
205
|
auth_names = opts[:auth_names] || ['basicAuth']
|
|
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.2.3
|
|
|
13
13
|
require 'date'
|
|
14
14
|
|
|
15
15
|
module PulpCertguardClient
|
|
16
|
-
class
|
|
16
|
+
class PaginatedcertguardRHSMCertGuardResponseList
|
|
17
17
|
attr_accessor :count
|
|
18
18
|
|
|
19
19
|
attr_accessor :_next
|
|
@@ -54,13 +54,13 @@ module PulpCertguardClient
|
|
|
54
54
|
# @param [Hash] attributes Model attributes in the form of hash
|
|
55
55
|
def initialize(attributes = {})
|
|
56
56
|
if (!attributes.is_a?(Hash))
|
|
57
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `PulpCertguardClient::
|
|
57
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `PulpCertguardClient::PaginatedcertguardRHSMCertGuardResponseList` initialize method"
|
|
58
58
|
end
|
|
59
59
|
|
|
60
60
|
# check to see if the attribute exists and convert string to symbol for hash key
|
|
61
61
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
62
62
|
if (!self.class.attribute_map.key?(k.to_sym))
|
|
63
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `PulpCertguardClient::
|
|
63
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `PulpCertguardClient::PaginatedcertguardRHSMCertGuardResponseList`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
|
64
64
|
end
|
|
65
65
|
h[k.to_sym] = v
|
|
66
66
|
}
|
|
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.2.3
|
|
|
13
13
|
require 'date'
|
|
14
14
|
|
|
15
15
|
module PulpCertguardClient
|
|
16
|
-
class
|
|
16
|
+
class PaginatedcertguardX509CertGuardResponseList
|
|
17
17
|
attr_accessor :count
|
|
18
18
|
|
|
19
19
|
attr_accessor :_next
|
|
@@ -54,13 +54,13 @@ module PulpCertguardClient
|
|
|
54
54
|
# @param [Hash] attributes Model attributes in the form of hash
|
|
55
55
|
def initialize(attributes = {})
|
|
56
56
|
if (!attributes.is_a?(Hash))
|
|
57
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `PulpCertguardClient::
|
|
57
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `PulpCertguardClient::PaginatedcertguardX509CertGuardResponseList` initialize method"
|
|
58
58
|
end
|
|
59
59
|
|
|
60
60
|
# check to see if the attribute exists and convert string to symbol for hash key
|
|
61
61
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
62
62
|
if (!self.class.attribute_map.key?(k.to_sym))
|
|
63
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `PulpCertguardClient::
|
|
63
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `PulpCertguardClient::PaginatedcertguardX509CertGuardResponseList`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
|
64
64
|
end
|
|
65
65
|
h[k.to_sym] = v
|
|
66
66
|
}
|
|
@@ -21,8 +21,8 @@ require 'pulp_certguard_client/models/certguard_rhsm_cert_guard'
|
|
|
21
21
|
require 'pulp_certguard_client/models/certguard_rhsm_cert_guard_response'
|
|
22
22
|
require 'pulp_certguard_client/models/certguard_x509_cert_guard'
|
|
23
23
|
require 'pulp_certguard_client/models/certguard_x509_cert_guard_response'
|
|
24
|
-
require 'pulp_certguard_client/models/
|
|
25
|
-
require 'pulp_certguard_client/models/
|
|
24
|
+
require 'pulp_certguard_client/models/paginatedcertguard_rhsm_cert_guard_response_list'
|
|
25
|
+
require 'pulp_certguard_client/models/paginatedcertguard_x509_cert_guard_response_list'
|
|
26
26
|
require 'pulp_certguard_client/models/patchedcertguard_rhsm_cert_guard'
|
|
27
27
|
require 'pulp_certguard_client/models/patchedcertguard_x509_cert_guard'
|
|
28
28
|
|
|
@@ -67,7 +67,7 @@ describe 'ContentguardsRhsmApi' do
|
|
|
67
67
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
68
68
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
69
69
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
70
|
-
# @return [
|
|
70
|
+
# @return [PaginatedcertguardRHSMCertGuardResponseList]
|
|
71
71
|
describe 'list test' do
|
|
72
72
|
it 'should work' do
|
|
73
73
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -67,7 +67,7 @@ describe 'ContentguardsX509Api' do
|
|
|
67
67
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
68
68
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
69
69
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
70
|
-
# @return [
|
|
70
|
+
# @return [PaginatedcertguardX509CertGuardResponseList]
|
|
71
71
|
describe 'list test' do
|
|
72
72
|
it 'should work' do
|
|
73
73
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -14,22 +14,22 @@ require 'spec_helper'
|
|
|
14
14
|
require 'json'
|
|
15
15
|
require 'date'
|
|
16
16
|
|
|
17
|
-
# Unit tests for PulpCertguardClient::
|
|
17
|
+
# Unit tests for PulpCertguardClient::PaginatedcertguardRHSMCertGuardResponseList
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
|
-
describe '
|
|
20
|
+
describe 'PaginatedcertguardRHSMCertGuardResponseList' do
|
|
21
21
|
before do
|
|
22
22
|
# run before each test
|
|
23
|
-
@instance = PulpCertguardClient::
|
|
23
|
+
@instance = PulpCertguardClient::PaginatedcertguardRHSMCertGuardResponseList.new
|
|
24
24
|
end
|
|
25
25
|
|
|
26
26
|
after do
|
|
27
27
|
# run after each test
|
|
28
28
|
end
|
|
29
29
|
|
|
30
|
-
describe 'test an instance of
|
|
31
|
-
it 'should create an instance of
|
|
32
|
-
expect(@instance).to be_instance_of(PulpCertguardClient::
|
|
30
|
+
describe 'test an instance of PaginatedcertguardRHSMCertGuardResponseList' do
|
|
31
|
+
it 'should create an instance of PaginatedcertguardRHSMCertGuardResponseList' do
|
|
32
|
+
expect(@instance).to be_instance_of(PulpCertguardClient::PaginatedcertguardRHSMCertGuardResponseList)
|
|
33
33
|
end
|
|
34
34
|
end
|
|
35
35
|
describe 'test attribute "count"' do
|
|
@@ -14,22 +14,22 @@ require 'spec_helper'
|
|
|
14
14
|
require 'json'
|
|
15
15
|
require 'date'
|
|
16
16
|
|
|
17
|
-
# Unit tests for PulpCertguardClient::
|
|
17
|
+
# Unit tests for PulpCertguardClient::PaginatedcertguardX509CertGuardResponseList
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
|
-
describe '
|
|
20
|
+
describe 'PaginatedcertguardX509CertGuardResponseList' do
|
|
21
21
|
before do
|
|
22
22
|
# run before each test
|
|
23
|
-
@instance = PulpCertguardClient::
|
|
23
|
+
@instance = PulpCertguardClient::PaginatedcertguardX509CertGuardResponseList.new
|
|
24
24
|
end
|
|
25
25
|
|
|
26
26
|
after do
|
|
27
27
|
# run after each test
|
|
28
28
|
end
|
|
29
29
|
|
|
30
|
-
describe 'test an instance of
|
|
31
|
-
it 'should create an instance of
|
|
32
|
-
expect(@instance).to be_instance_of(PulpCertguardClient::
|
|
30
|
+
describe 'test an instance of PaginatedcertguardX509CertGuardResponseList' do
|
|
31
|
+
it 'should create an instance of PaginatedcertguardX509CertGuardResponseList' do
|
|
32
|
+
expect(@instance).to be_instance_of(PulpCertguardClient::PaginatedcertguardX509CertGuardResponseList)
|
|
33
33
|
end
|
|
34
34
|
end
|
|
35
35
|
describe 'test attribute "count"' do
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pulp_certguard_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0
|
|
4
|
+
version: 1.1.0
|
|
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-12-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -80,8 +80,8 @@ files:
|
|
|
80
80
|
- docs/CertguardX509CertGuardResponse.md
|
|
81
81
|
- docs/ContentguardsRhsmApi.md
|
|
82
82
|
- docs/ContentguardsX509Api.md
|
|
83
|
-
- docs/
|
|
84
|
-
- docs/
|
|
83
|
+
- docs/PaginatedcertguardRHSMCertGuardResponseList.md
|
|
84
|
+
- docs/PaginatedcertguardX509CertGuardResponseList.md
|
|
85
85
|
- docs/PatchedcertguardRHSMCertGuard.md
|
|
86
86
|
- docs/PatchedcertguardX509CertGuard.md
|
|
87
87
|
- git_push.sh
|
|
@@ -95,8 +95,8 @@ files:
|
|
|
95
95
|
- lib/pulp_certguard_client/models/certguard_rhsm_cert_guard_response.rb
|
|
96
96
|
- lib/pulp_certguard_client/models/certguard_x509_cert_guard.rb
|
|
97
97
|
- lib/pulp_certguard_client/models/certguard_x509_cert_guard_response.rb
|
|
98
|
-
- lib/pulp_certguard_client/models/
|
|
99
|
-
- lib/pulp_certguard_client/models/
|
|
98
|
+
- lib/pulp_certguard_client/models/paginatedcertguard_rhsm_cert_guard_response_list.rb
|
|
99
|
+
- lib/pulp_certguard_client/models/paginatedcertguard_x509_cert_guard_response_list.rb
|
|
100
100
|
- lib/pulp_certguard_client/models/patchedcertguard_rhsm_cert_guard.rb
|
|
101
101
|
- lib/pulp_certguard_client/models/patchedcertguard_x509_cert_guard.rb
|
|
102
102
|
- lib/pulp_certguard_client/version.rb
|
|
@@ -109,8 +109,8 @@ files:
|
|
|
109
109
|
- spec/models/certguard_rhsm_cert_guard_spec.rb
|
|
110
110
|
- spec/models/certguard_x509_cert_guard_response_spec.rb
|
|
111
111
|
- spec/models/certguard_x509_cert_guard_spec.rb
|
|
112
|
-
- spec/models/
|
|
113
|
-
- spec/models/
|
|
112
|
+
- spec/models/paginatedcertguard_rhsm_cert_guard_response_list_spec.rb
|
|
113
|
+
- spec/models/paginatedcertguard_x509_cert_guard_response_list_spec.rb
|
|
114
114
|
- spec/models/patchedcertguard_rhsm_cert_guard_spec.rb
|
|
115
115
|
- spec/models/patchedcertguard_x509_cert_guard_spec.rb
|
|
116
116
|
- spec/spec_helper.rb
|
|
@@ -133,7 +133,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
133
133
|
- !ruby/object:Gem::Version
|
|
134
134
|
version: '0'
|
|
135
135
|
requirements: []
|
|
136
|
-
rubygems_version: 3.0.
|
|
136
|
+
rubygems_version: 3.0.3
|
|
137
137
|
signing_key:
|
|
138
138
|
specification_version: 4
|
|
139
139
|
summary: Pulp 3 API Ruby Gem
|
|
@@ -142,12 +142,12 @@ test_files:
|
|
|
142
142
|
- spec/api/contentguards_x509_api_spec.rb
|
|
143
143
|
- spec/api_client_spec.rb
|
|
144
144
|
- spec/configuration_spec.rb
|
|
145
|
+
- spec/models/certguard_rhsm_cert_guard_response_spec.rb
|
|
146
|
+
- spec/models/paginatedcertguard_x509_cert_guard_response_list_spec.rb
|
|
147
|
+
- spec/models/certguard_rhsm_cert_guard_spec.rb
|
|
148
|
+
- spec/models/patchedcertguard_rhsm_cert_guard_spec.rb
|
|
145
149
|
- spec/models/certguard_x509_cert_guard_response_spec.rb
|
|
146
|
-
- spec/models/patchedcertguard_x509_cert_guard_spec.rb
|
|
147
150
|
- spec/models/certguard_x509_cert_guard_spec.rb
|
|
148
|
-
- spec/models/
|
|
149
|
-
- spec/models/
|
|
150
|
-
- spec/models/certguard_rhsm_cert_guard_response_spec.rb
|
|
151
|
-
- spec/models/inline_response2001_spec.rb
|
|
152
|
-
- spec/models/inline_response200_spec.rb
|
|
151
|
+
- spec/models/patchedcertguard_x509_cert_guard_spec.rb
|
|
152
|
+
- spec/models/paginatedcertguard_rhsm_cert_guard_response_list_spec.rb
|
|
153
153
|
- spec/spec_helper.rb
|