pulp_file_client 0.1.0 → 0.1.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 +5 -5
- data/docs/PublicationsFileApi.md +14 -0
- data/docs/RepositoriesFileApi.md +3 -2
- data/lib/pulp_file_client/api/content_files_api.rb +1 -1
- data/lib/pulp_file_client/api/distributions_file_api.rb +1 -1
- data/lib/pulp_file_client/api/file_exporters_file_api.rb +1 -1
- data/lib/pulp_file_client/api/publications_file_api.rb +22 -1
- data/lib/pulp_file_client/api/remotes_file_api.rb +1 -1
- data/lib/pulp_file_client/api/repositories_file_api.rb +3 -1
- data/lib/pulp_file_client/api/repositories_file_versions_api.rb +1 -1
- data/lib/pulp_file_client/api_client.rb +1 -1
- data/lib/pulp_file_client/api_error.rb +1 -1
- data/lib/pulp_file_client/configuration.rb +1 -1
- data/lib/pulp_file_client/models/async_operation_response.rb +1 -1
- data/lib/pulp_file_client/models/content_summary.rb +1 -1
- data/lib/pulp_file_client/models/file_file_content.rb +1 -1
- data/lib/pulp_file_client/models/file_file_distribution.rb +1 -1
- data/lib/pulp_file_client/models/file_file_file_system_exporter.rb +1 -1
- data/lib/pulp_file_client/models/file_file_publication.rb +1 -1
- data/lib/pulp_file_client/models/file_file_remote.rb +1 -1
- data/lib/pulp_file_client/models/file_file_repository.rb +1 -1
- data/lib/pulp_file_client/models/inline_response200.rb +1 -1
- data/lib/pulp_file_client/models/inline_response2001.rb +1 -1
- data/lib/pulp_file_client/models/inline_response2002.rb +1 -1
- data/lib/pulp_file_client/models/inline_response2003.rb +1 -1
- data/lib/pulp_file_client/models/inline_response2004.rb +1 -1
- data/lib/pulp_file_client/models/inline_response2005.rb +1 -1
- data/lib/pulp_file_client/models/inline_response2006.rb +1 -1
- data/lib/pulp_file_client/models/publication_export.rb +1 -1
- data/lib/pulp_file_client/models/repository_add_remove_content.rb +1 -1
- data/lib/pulp_file_client/models/repository_sync_url.rb +1 -1
- data/lib/pulp_file_client/models/repository_version.rb +1 -1
- data/lib/pulp_file_client/version.rb +2 -2
- data/lib/pulp_file_client.rb +1 -1
- data/pulp_file_client.gemspec +2 -2
- data/spec/api/content_files_api_spec.rb +1 -1
- data/spec/api/distributions_file_api_spec.rb +1 -1
- data/spec/api/file_exporters_file_api_spec.rb +1 -1
- data/spec/api/publications_file_api_spec.rb +8 -1
- data/spec/api/remotes_file_api_spec.rb +1 -1
- data/spec/api/repositories_file_api_spec.rb +2 -1
- data/spec/api/repositories_file_versions_api_spec.rb +1 -1
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/async_operation_response_spec.rb +1 -1
- data/spec/models/content_summary_spec.rb +1 -1
- data/spec/models/file_file_content_spec.rb +1 -1
- data/spec/models/file_file_distribution_spec.rb +1 -1
- data/spec/models/file_file_file_system_exporter_spec.rb +1 -1
- data/spec/models/file_file_publication_spec.rb +1 -1
- data/spec/models/file_file_remote_spec.rb +1 -1
- data/spec/models/file_file_repository_spec.rb +1 -1
- data/spec/models/inline_response2001_spec.rb +1 -1
- data/spec/models/inline_response2002_spec.rb +1 -1
- data/spec/models/inline_response2003_spec.rb +1 -1
- data/spec/models/inline_response2004_spec.rb +1 -1
- data/spec/models/inline_response2005_spec.rb +1 -1
- data/spec/models/inline_response2006_spec.rb +1 -1
- data/spec/models/inline_response200_spec.rb +1 -1
- data/spec/models/publication_export_spec.rb +1 -1
- data/spec/models/repository_add_remove_content_spec.rb +1 -1
- data/spec/models/repository_sync_url_spec.rb +1 -1
- data/spec/models/repository_version_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +32 -33
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 15b1dd87375eccbda4b3d78cddc7bf83cb1394418f33dcfa7ead5b8235faf858
|
|
4
|
+
data.tar.gz: e5a2eb28c556ed314b6670f32b2d260a405ede172e910824518a3bbf2b75c22e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '0269c56bb79db6393468c4ba220d193fca4a7eaeab637f99481af3eefe2c71675a0b18b3e27f8bcf32f6d767c643901526189c577b265493f005a87204668d67'
|
|
7
|
+
data.tar.gz: b08413fb9712e2dd96afd51f299b63f098f05a5dc2ca90ba048072be0239b1af5715f02391417d7e49dd3401748ee36222040811b2fc53fed4534a8ee5c6d2bc
|
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: 0.1.
|
|
10
|
+
- Package version: 0.1.1
|
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
12
12
|
|
|
13
13
|
## Installation
|
|
@@ -23,16 +23,16 @@ gem build pulp_file_client.gemspec
|
|
|
23
23
|
Then either install the gem locally:
|
|
24
24
|
|
|
25
25
|
```shell
|
|
26
|
-
gem install ./pulp_file_client-0.1.
|
|
26
|
+
gem install ./pulp_file_client-0.1.1.gem
|
|
27
27
|
```
|
|
28
28
|
|
|
29
|
-
(for development, run `gem install --dev ./pulp_file_client-0.1.
|
|
29
|
+
(for development, run `gem install --dev ./pulp_file_client-0.1.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_file_client', '~> 0.1.
|
|
35
|
+
gem 'pulp_file_client', '~> 0.1.1'
|
|
36
36
|
|
|
37
37
|
### Install from Git
|
|
38
38
|
|
|
@@ -116,7 +116,7 @@ Class | Method | HTTP request | Description
|
|
|
116
116
|
*PulpFileClient::RepositoriesFileApi* | [**create**](docs/RepositoriesFileApi.md#create) | **POST** /pulp/api/v3/repositories/file/file/ | Create a file repository
|
|
117
117
|
*PulpFileClient::RepositoriesFileApi* | [**delete**](docs/RepositoriesFileApi.md#delete) | **DELETE** {file_repository_href} | Delete a file repository
|
|
118
118
|
*PulpFileClient::RepositoriesFileApi* | [**list**](docs/RepositoriesFileApi.md#list) | **GET** /pulp/api/v3/repositories/file/file/ | List file repositorys
|
|
119
|
-
*PulpFileClient::RepositoriesFileApi* | [**modify**](docs/RepositoriesFileApi.md#modify) | **POST** {file_repository_href}modify/ |
|
|
119
|
+
*PulpFileClient::RepositoriesFileApi* | [**modify**](docs/RepositoriesFileApi.md#modify) | **POST** {file_repository_href}modify/ | Modify Repository Content
|
|
120
120
|
*PulpFileClient::RepositoriesFileApi* | [**partial_update**](docs/RepositoriesFileApi.md#partial_update) | **PATCH** {file_repository_href} | Partially update a file repository
|
|
121
121
|
*PulpFileClient::RepositoriesFileApi* | [**read**](docs/RepositoriesFileApi.md#read) | **GET** {file_repository_href} | Inspect a file repository
|
|
122
122
|
*PulpFileClient::RepositoriesFileApi* | [**sync**](docs/RepositoriesFileApi.md#sync) | **POST** {file_repository_href}sync/ |
|
data/docs/PublicationsFileApi.md
CHANGED
|
@@ -139,6 +139,13 @@ end
|
|
|
139
139
|
api_instance = PulpFileClient::PublicationsFileApi.new
|
|
140
140
|
opts = {
|
|
141
141
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
|
142
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
|
143
|
+
pulp_created__lt: 'pulp_created__lt_example', # String | Filter results where pulp_created is less than value
|
|
144
|
+
pulp_created__lte: 'pulp_created__lte_example', # String | Filter results where pulp_created is less than or equal to value
|
|
145
|
+
pulp_created__gt: 'pulp_created__gt_example', # String | Filter results where pulp_created is greater than value
|
|
146
|
+
pulp_created__gte: 'pulp_created__gte_example', # String | Filter results where pulp_created is greater than or equal to value
|
|
147
|
+
pulp_created__range: 'pulp_created__range_example', # String | Filter results where pulp_created is between two comma separated values
|
|
148
|
+
pulp_created: 'pulp_created_example', # String | ISO 8601 formatted dates are supported
|
|
142
149
|
limit: 56, # Integer | Number of results to return per page.
|
|
143
150
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
144
151
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
@@ -160,6 +167,13 @@ end
|
|
|
160
167
|
Name | Type | Description | Notes
|
|
161
168
|
------------- | ------------- | ------------- | -------------
|
|
162
169
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
|
170
|
+
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
|
171
|
+
**pulp_created__lt** | **String**| Filter results where pulp_created is less than value | [optional]
|
|
172
|
+
**pulp_created__lte** | **String**| Filter results where pulp_created is less than or equal to value | [optional]
|
|
173
|
+
**pulp_created__gt** | **String**| Filter results where pulp_created is greater than value | [optional]
|
|
174
|
+
**pulp_created__gte** | **String**| Filter results where pulp_created is greater than or equal to value | [optional]
|
|
175
|
+
**pulp_created__range** | **String**| Filter results where pulp_created is between two comma separated values | [optional]
|
|
176
|
+
**pulp_created** | **String**| ISO 8601 formatted dates are supported | [optional]
|
|
163
177
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
164
178
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
165
179
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
data/docs/RepositoriesFileApi.md
CHANGED
|
@@ -7,7 +7,7 @@ Method | HTTP request | Description
|
|
|
7
7
|
[**create**](RepositoriesFileApi.md#create) | **POST** /pulp/api/v3/repositories/file/file/ | Create a file repository
|
|
8
8
|
[**delete**](RepositoriesFileApi.md#delete) | **DELETE** {file_repository_href} | Delete a file repository
|
|
9
9
|
[**list**](RepositoriesFileApi.md#list) | **GET** /pulp/api/v3/repositories/file/file/ | List file repositorys
|
|
10
|
-
[**modify**](RepositoriesFileApi.md#modify) | **POST** {file_repository_href}modify/ |
|
|
10
|
+
[**modify**](RepositoriesFileApi.md#modify) | **POST** {file_repository_href}modify/ | Modify Repository Content
|
|
11
11
|
[**partial_update**](RepositoriesFileApi.md#partial_update) | **PATCH** {file_repository_href} | Partially update a file repository
|
|
12
12
|
[**read**](RepositoriesFileApi.md#read) | **GET** {file_repository_href} | Inspect a file repository
|
|
13
13
|
[**sync**](RepositoriesFileApi.md#sync) | **POST** {file_repository_href}sync/ |
|
|
@@ -190,7 +190,7 @@ Name | Type | Description | Notes
|
|
|
190
190
|
|
|
191
191
|
> AsyncOperationResponse modify(file_repository_href, data)
|
|
192
192
|
|
|
193
|
-
|
|
193
|
+
Modify Repository Content
|
|
194
194
|
|
|
195
195
|
Trigger an asynchronous task to create a new repository version.
|
|
196
196
|
|
|
@@ -211,6 +211,7 @@ file_repository_href = 'file_repository_href_example' # String | URI of File Rep
|
|
|
211
211
|
data = PulpFileClient::RepositoryAddRemoveContent.new # RepositoryAddRemoveContent |
|
|
212
212
|
|
|
213
213
|
begin
|
|
214
|
+
#Modify Repository Content
|
|
214
215
|
result = api_instance.modify(file_repository_href, data)
|
|
215
216
|
p result
|
|
216
217
|
rescue PulpFileClient::ApiError => e
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: v3
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.2.
|
|
9
|
+
OpenAPI Generator version: 4.2.2
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -147,6 +147,13 @@ module PulpFileClient
|
|
|
147
147
|
# A FilePublication contains metadata about all the File Content in a particular File Repository Version. Once a FilePublication has been created, it can be hosted using the File Distribution API.
|
|
148
148
|
# @param [Hash] opts the optional parameters
|
|
149
149
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
150
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
151
|
+
# @option opts [String] :pulp_created__lt Filter results where pulp_created is less than value
|
|
152
|
+
# @option opts [String] :pulp_created__lte Filter results where pulp_created is less than or equal to value
|
|
153
|
+
# @option opts [String] :pulp_created__gt Filter results where pulp_created is greater than value
|
|
154
|
+
# @option opts [String] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
|
|
155
|
+
# @option opts [String] :pulp_created__range Filter results where pulp_created is between two comma separated values
|
|
156
|
+
# @option opts [String] :pulp_created ISO 8601 formatted dates are supported
|
|
150
157
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
151
158
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
152
159
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
@@ -161,6 +168,13 @@ module PulpFileClient
|
|
|
161
168
|
# A FilePublication contains metadata about all the File Content in a particular File Repository Version. Once a FilePublication has been created, it can be hosted using the File Distribution API.
|
|
162
169
|
# @param [Hash] opts the optional parameters
|
|
163
170
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
171
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
172
|
+
# @option opts [String] :pulp_created__lt Filter results where pulp_created is less than value
|
|
173
|
+
# @option opts [String] :pulp_created__lte Filter results where pulp_created is less than or equal to value
|
|
174
|
+
# @option opts [String] :pulp_created__gt Filter results where pulp_created is greater than value
|
|
175
|
+
# @option opts [String] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
|
|
176
|
+
# @option opts [String] :pulp_created__range Filter results where pulp_created is between two comma separated values
|
|
177
|
+
# @option opts [String] :pulp_created ISO 8601 formatted dates are supported
|
|
164
178
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
165
179
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
166
180
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
@@ -176,6 +190,13 @@ module PulpFileClient
|
|
|
176
190
|
# query parameters
|
|
177
191
|
query_params = opts[:query_params] || {}
|
|
178
192
|
query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
|
|
193
|
+
query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
|
|
194
|
+
query_params[:'pulp_created__lt'] = opts[:'pulp_created__lt'] if !opts[:'pulp_created__lt'].nil?
|
|
195
|
+
query_params[:'pulp_created__lte'] = opts[:'pulp_created__lte'] if !opts[:'pulp_created__lte'].nil?
|
|
196
|
+
query_params[:'pulp_created__gt'] = opts[:'pulp_created__gt'] if !opts[:'pulp_created__gt'].nil?
|
|
197
|
+
query_params[:'pulp_created__gte'] = opts[:'pulp_created__gte'] if !opts[:'pulp_created__gte'].nil?
|
|
198
|
+
query_params[:'pulp_created__range'] = opts[:'pulp_created__range'] if !opts[:'pulp_created__range'].nil?
|
|
199
|
+
query_params[:'pulp_created'] = opts[:'pulp_created'] if !opts[:'pulp_created'].nil?
|
|
179
200
|
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
|
180
201
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
181
202
|
query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: v3
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.2.
|
|
9
|
+
OpenAPI Generator version: 4.2.2
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -219,6 +219,7 @@ module PulpFileClient
|
|
|
219
219
|
return data, status_code, headers
|
|
220
220
|
end
|
|
221
221
|
|
|
222
|
+
# Modify Repository Content
|
|
222
223
|
# Trigger an asynchronous task to create a new repository version.
|
|
223
224
|
# @param file_repository_href [String] URI of File Repository. e.g.: /pulp/api/v3/repositories/file/file/1/
|
|
224
225
|
# @param data [RepositoryAddRemoveContent]
|
|
@@ -229,6 +230,7 @@ module PulpFileClient
|
|
|
229
230
|
data
|
|
230
231
|
end
|
|
231
232
|
|
|
233
|
+
# Modify Repository Content
|
|
232
234
|
# Trigger an asynchronous task to create a new repository version.
|
|
233
235
|
# @param file_repository_href [String] URI of File Repository. e.g.: /pulp/api/v3/repositories/file/file/1/
|
|
234
236
|
# @param data [RepositoryAddRemoveContent]
|
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
The version of the OpenAPI document: v3
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.2.
|
|
9
|
+
OpenAPI Generator version: 4.2.2
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
13
13
|
module PulpFileClient
|
|
14
|
-
VERSION = '0.1.
|
|
14
|
+
VERSION = '0.1.1'
|
|
15
15
|
end
|
data/lib/pulp_file_client.rb
CHANGED
data/pulp_file_client.gemspec
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
The version of the OpenAPI document: v3
|
|
9
9
|
|
|
10
10
|
Generated by: https://openapi-generator.tech
|
|
11
|
-
OpenAPI Generator version: 4.2.
|
|
11
|
+
OpenAPI Generator version: 4.2.2
|
|
12
12
|
|
|
13
13
|
=end
|
|
14
14
|
|
|
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
|
|
|
24
24
|
s.homepage = "https://openapi-generator.tech"
|
|
25
25
|
s.summary = "Pulp 3 API Ruby Gem"
|
|
26
26
|
s.description = "No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)"
|
|
27
|
-
s.license = 'GPL-2.0'
|
|
27
|
+
s.license = 'GPL-2.0+'
|
|
28
28
|
s.required_ruby_version = ">= 1.9"
|
|
29
29
|
|
|
30
30
|
s.add_runtime_dependency 'faraday', '>= 0.14.0'
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: v3
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.2.
|
|
9
|
+
OpenAPI Generator version: 4.2.2
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -61,6 +61,13 @@ describe 'PublicationsFileApi' do
|
|
|
61
61
|
# A FilePublication contains metadata about all the File Content in a particular File Repository Version. Once a FilePublication has been created, it can be hosted using the File Distribution API.
|
|
62
62
|
# @param [Hash] opts the optional parameters
|
|
63
63
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
64
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
65
|
+
# @option opts [String] :pulp_created__lt Filter results where pulp_created is less than value
|
|
66
|
+
# @option opts [String] :pulp_created__lte Filter results where pulp_created is less than or equal to value
|
|
67
|
+
# @option opts [String] :pulp_created__gt Filter results where pulp_created is greater than value
|
|
68
|
+
# @option opts [String] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
|
|
69
|
+
# @option opts [String] :pulp_created__range Filter results where pulp_created is between two comma separated values
|
|
70
|
+
# @option opts [String] :pulp_created ISO 8601 formatted dates are supported
|
|
64
71
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
65
72
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
66
73
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: v3
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.2.
|
|
9
|
+
OpenAPI Generator version: 4.2.2
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -74,6 +74,7 @@ describe 'RepositoriesFileApi' do
|
|
|
74
74
|
end
|
|
75
75
|
|
|
76
76
|
# unit tests for modify
|
|
77
|
+
# Modify Repository Content
|
|
77
78
|
# Trigger an asynchronous task to create a new repository version.
|
|
78
79
|
# @param file_repository_href URI of File Repository. e.g.: /pulp/api/v3/repositories/file/file/1/
|
|
79
80
|
# @param data
|
data/spec/api_client_spec.rb
CHANGED
data/spec/configuration_spec.rb
CHANGED
data/spec/spec_helper.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pulp_file_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.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:
|
|
11
|
+
date: 2020-01-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -28,42 +28,42 @@ dependencies:
|
|
|
28
28
|
name: json
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
|
-
- - "~>"
|
|
32
|
-
- !ruby/object:Gem::Version
|
|
33
|
-
version: '2.1'
|
|
34
31
|
- - ">="
|
|
35
32
|
- !ruby/object:Gem::Version
|
|
36
33
|
version: 2.1.0
|
|
34
|
+
- - "~>"
|
|
35
|
+
- !ruby/object:Gem::Version
|
|
36
|
+
version: '2.1'
|
|
37
37
|
type: :runtime
|
|
38
38
|
prerelease: false
|
|
39
39
|
version_requirements: !ruby/object:Gem::Requirement
|
|
40
40
|
requirements:
|
|
41
|
-
- - "~>"
|
|
42
|
-
- !ruby/object:Gem::Version
|
|
43
|
-
version: '2.1'
|
|
44
41
|
- - ">="
|
|
45
42
|
- !ruby/object:Gem::Version
|
|
46
43
|
version: 2.1.0
|
|
44
|
+
- - "~>"
|
|
45
|
+
- !ruby/object:Gem::Version
|
|
46
|
+
version: '2.1'
|
|
47
47
|
- !ruby/object:Gem::Dependency
|
|
48
48
|
name: rspec
|
|
49
49
|
requirement: !ruby/object:Gem::Requirement
|
|
50
50
|
requirements:
|
|
51
|
-
- - "~>"
|
|
52
|
-
- !ruby/object:Gem::Version
|
|
53
|
-
version: '3.6'
|
|
54
51
|
- - ">="
|
|
55
52
|
- !ruby/object:Gem::Version
|
|
56
53
|
version: 3.6.0
|
|
54
|
+
- - "~>"
|
|
55
|
+
- !ruby/object:Gem::Version
|
|
56
|
+
version: '3.6'
|
|
57
57
|
type: :development
|
|
58
58
|
prerelease: false
|
|
59
59
|
version_requirements: !ruby/object:Gem::Requirement
|
|
60
60
|
requirements:
|
|
61
|
-
- - "~>"
|
|
62
|
-
- !ruby/object:Gem::Version
|
|
63
|
-
version: '3.6'
|
|
64
61
|
- - ">="
|
|
65
62
|
- !ruby/object:Gem::Version
|
|
66
63
|
version: 3.6.0
|
|
64
|
+
- - "~>"
|
|
65
|
+
- !ruby/object:Gem::Version
|
|
66
|
+
version: '3.6'
|
|
67
67
|
description: No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
68
68
|
email:
|
|
69
69
|
- ''
|
|
@@ -164,7 +164,7 @@ files:
|
|
|
164
164
|
- spec/spec_helper.rb
|
|
165
165
|
homepage: https://openapi-generator.tech
|
|
166
166
|
licenses:
|
|
167
|
-
- GPL-2.0
|
|
167
|
+
- GPL-2.0+
|
|
168
168
|
metadata: {}
|
|
169
169
|
post_install_message:
|
|
170
170
|
rdoc_options: []
|
|
@@ -181,38 +181,37 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
181
181
|
- !ruby/object:Gem::Version
|
|
182
182
|
version: '0'
|
|
183
183
|
requirements: []
|
|
184
|
-
|
|
185
|
-
rubygems_version: 2.7.7
|
|
184
|
+
rubygems_version: 3.0.6
|
|
186
185
|
signing_key:
|
|
187
186
|
specification_version: 4
|
|
188
187
|
summary: Pulp 3 API Ruby Gem
|
|
189
188
|
test_files:
|
|
190
|
-
- spec/api/content_files_api_spec.rb
|
|
191
|
-
- spec/api/repositories_file_api_spec.rb
|
|
192
|
-
- spec/api/remotes_file_api_spec.rb
|
|
193
|
-
- spec/api/repositories_file_versions_api_spec.rb
|
|
194
189
|
- spec/api/file_exporters_file_api_spec.rb
|
|
190
|
+
- spec/api/repositories_file_api_spec.rb
|
|
195
191
|
- spec/api/distributions_file_api_spec.rb
|
|
196
192
|
- spec/api/publications_file_api_spec.rb
|
|
193
|
+
- spec/api/repositories_file_versions_api_spec.rb
|
|
194
|
+
- spec/api/remotes_file_api_spec.rb
|
|
195
|
+
- spec/api/content_files_api_spec.rb
|
|
197
196
|
- spec/api_client_spec.rb
|
|
198
197
|
- spec/configuration_spec.rb
|
|
199
|
-
- spec/models/inline_response2003_spec.rb
|
|
200
198
|
- spec/models/repository_version_spec.rb
|
|
201
|
-
- spec/models/publication_export_spec.rb
|
|
202
|
-
- spec/models/inline_response2001_spec.rb
|
|
203
|
-
- spec/models/file_file_distribution_spec.rb
|
|
204
|
-
- spec/models/inline_response2006_spec.rb
|
|
205
199
|
- spec/models/inline_response2002_spec.rb
|
|
206
|
-
- spec/models/inline_response2004_spec.rb
|
|
207
200
|
- spec/models/async_operation_response_spec.rb
|
|
208
|
-
- spec/models/file_file_content_spec.rb
|
|
209
|
-
- spec/models/content_summary_spec.rb
|
|
210
|
-
- spec/models/repository_sync_url_spec.rb
|
|
211
201
|
- spec/models/repository_add_remove_content_spec.rb
|
|
202
|
+
- spec/models/inline_response2005_spec.rb
|
|
203
|
+
- spec/models/repository_sync_url_spec.rb
|
|
212
204
|
- spec/models/file_file_publication_spec.rb
|
|
213
|
-
- spec/models/
|
|
205
|
+
- spec/models/inline_response2006_spec.rb
|
|
206
|
+
- spec/models/inline_response200_spec.rb
|
|
207
|
+
- spec/models/publication_export_spec.rb
|
|
208
|
+
- spec/models/inline_response2003_spec.rb
|
|
214
209
|
- spec/models/file_file_repository_spec.rb
|
|
215
|
-
- spec/models/inline_response2005_spec.rb
|
|
216
210
|
- spec/models/file_file_remote_spec.rb
|
|
217
|
-
- spec/models/
|
|
211
|
+
- spec/models/inline_response2001_spec.rb
|
|
212
|
+
- spec/models/file_file_distribution_spec.rb
|
|
213
|
+
- spec/models/file_file_content_spec.rb
|
|
214
|
+
- spec/models/file_file_file_system_exporter_spec.rb
|
|
215
|
+
- spec/models/content_summary_spec.rb
|
|
216
|
+
- spec/models/inline_response2004_spec.rb
|
|
218
217
|
- spec/spec_helper.rb
|