pulp_rpm_client 3.0.0b4 → 3.0.0b5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +21 -6
- data/docs/Addon.md +27 -0
- data/docs/Artifact.md +35 -0
- data/docs/Checksum.md +19 -0
- data/docs/ContentAdvisoriesApi.md +12 -6
- data/docs/ContentPackagesApi.md +12 -6
- data/docs/DistributionTree.md +53 -0
- data/docs/DistributionTreesDistributionTreesApi.md +179 -0
- data/docs/DistributionsRpmApi.md +14 -8
- data/docs/Image.md +23 -0
- data/docs/InlineResponse200.md +3 -3
- data/docs/InlineResponse2001.md +3 -3
- data/docs/InlineResponse2002.md +4 -4
- data/docs/InlineResponse2003.md +4 -4
- data/docs/InlineResponse2004.md +4 -4
- data/docs/InlineResponse2005.md +23 -0
- data/docs/InlineResponse2006.md +23 -0
- data/docs/Package.md +10 -8
- data/docs/PublicationsRpmApi.md +14 -8
- data/docs/RemotesRpmApi.md +14 -8
- data/docs/RepoMetadataFile.md +31 -0
- data/docs/RepoMetadataFilesRepoMetadataFilesApi.md +179 -0
- data/docs/Variant.md +37 -0
- data/git_push.sh +10 -7
- data/lib/pulp_rpm_client/api/content_advisories_api.rb +15 -9
- data/lib/pulp_rpm_client/api/content_packages_api.rb +15 -9
- data/lib/pulp_rpm_client/api/distribution_trees_distribution_trees_api.rb +212 -0
- data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +21 -15
- data/lib/pulp_rpm_client/api/publications_rpm_api.rb +19 -13
- data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +22 -16
- data/lib/pulp_rpm_client/api/repo_metadata_files_repo_metadata_files_api.rb +212 -0
- data/lib/pulp_rpm_client/api/rpm_copy_api.rb +2 -2
- data/lib/pulp_rpm_client/api/rpm_upload_api.rb +2 -2
- data/lib/pulp_rpm_client/api_client.rb +77 -62
- data/lib/pulp_rpm_client/api_error.rb +1 -1
- data/lib/pulp_rpm_client/configuration.rb +13 -21
- data/lib/pulp_rpm_client/models/addon.rb +372 -0
- data/lib/pulp_rpm_client/models/artifact.rb +376 -0
- data/lib/pulp_rpm_client/models/async_operation_response.rb +1 -1
- data/lib/pulp_rpm_client/models/checksum.rb +255 -0
- data/lib/pulp_rpm_client/models/distribution_tree.rb +660 -0
- data/lib/pulp_rpm_client/models/image.rb +303 -0
- data/lib/pulp_rpm_client/models/inline_response200.rb +11 -11
- data/lib/pulp_rpm_client/models/inline_response2001.rb +11 -11
- data/lib/pulp_rpm_client/models/inline_response2002.rb +12 -12
- data/lib/pulp_rpm_client/models/inline_response2003.rb +12 -12
- data/lib/pulp_rpm_client/models/inline_response2004.rb +12 -12
- data/lib/pulp_rpm_client/models/inline_response2005.rb +235 -0
- data/lib/pulp_rpm_client/models/inline_response2006.rb +235 -0
- data/lib/pulp_rpm_client/models/package.rb +69 -40
- data/lib/pulp_rpm_client/models/repo_metadata_file.rb +381 -0
- data/lib/pulp_rpm_client/models/repository_sync_url.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_distribution.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_publication.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_remote.rb +1 -1
- data/lib/pulp_rpm_client/models/update_record.rb +1 -1
- data/lib/pulp_rpm_client/models/variant.rb +542 -0
- data/lib/pulp_rpm_client/version.rb +2 -2
- data/lib/pulp_rpm_client.rb +12 -1
- data/pulp_rpm_client.gemspec +3 -9
- data/spec/api/content_advisories_api_spec.rb +5 -3
- data/spec/api/content_packages_api_spec.rb +5 -3
- data/spec/api/distribution_trees_distribution_trees_api_spec.rb +74 -0
- data/spec/api/distributions_rpm_api_spec.rb +6 -4
- data/spec/api/publications_rpm_api_spec.rb +6 -4
- data/spec/api/remotes_rpm_api_spec.rb +6 -4
- data/spec/api/repo_metadata_files_repo_metadata_files_api_spec.rb +74 -0
- data/spec/api/rpm_copy_api_spec.rb +1 -1
- data/spec/api/rpm_upload_api_spec.rb +1 -1
- data/spec/api_client_spec.rb +1 -39
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/addon_spec.rb +71 -0
- data/spec/models/artifact_spec.rb +95 -0
- data/spec/models/async_operation_response_spec.rb +1 -1
- data/spec/models/checksum_spec.rb +47 -0
- data/spec/models/distribution_tree_spec.rb +149 -0
- data/spec/models/image_spec.rb +59 -0
- data/spec/models/inline_response2001_spec.rb +4 -4
- data/spec/models/inline_response2002_spec.rb +4 -4
- data/spec/models/inline_response2003_spec.rb +4 -4
- data/spec/models/inline_response2004_spec.rb +4 -4
- data/spec/models/inline_response2005_spec.rb +59 -0
- data/spec/models/inline_response2006_spec.rb +59 -0
- data/spec/models/inline_response200_spec.rb +4 -4
- data/spec/models/package_spec.rb +16 -10
- data/spec/models/repo_metadata_file_spec.rb +83 -0
- data/spec/models/repository_sync_url_spec.rb +1 -1
- data/spec/models/rpm_distribution_spec.rb +1 -1
- data/spec/models/rpm_publication_spec.rb +1 -1
- data/spec/models/rpm_remote_spec.rb +1 -1
- data/spec/models/update_record_spec.rb +1 -1
- data/spec/models/variant_spec.rb +101 -0
- data/spec/spec_helper.rb +1 -1
- metadata +50 -133
- data/Gemfile.lock +0 -79
@@ -0,0 +1,101 @@
|
|
1
|
+
=begin
|
2
|
+
#Pulp 3 API
|
3
|
+
|
4
|
+
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
5
|
+
|
6
|
+
The version of the OpenAPI document: v3
|
7
|
+
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 4.1.3-SNAPSHOT
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
require 'date'
|
16
|
+
|
17
|
+
# Unit tests for PulpRpmClient::Variant
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe 'Variant' do
|
21
|
+
before do
|
22
|
+
# run before each test
|
23
|
+
@instance = PulpRpmClient::Variant.new
|
24
|
+
end
|
25
|
+
|
26
|
+
after do
|
27
|
+
# run after each test
|
28
|
+
end
|
29
|
+
|
30
|
+
describe 'test an instance of Variant' do
|
31
|
+
it 'should create an instance of Variant' do
|
32
|
+
expect(@instance).to be_instance_of(PulpRpmClient::Variant)
|
33
|
+
end
|
34
|
+
end
|
35
|
+
describe 'test attribute "variant_id"' do
|
36
|
+
it 'should work' do
|
37
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
38
|
+
end
|
39
|
+
end
|
40
|
+
|
41
|
+
describe 'test attribute "uid"' do
|
42
|
+
it 'should work' do
|
43
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
44
|
+
end
|
45
|
+
end
|
46
|
+
|
47
|
+
describe 'test attribute "name"' do
|
48
|
+
it 'should work' do
|
49
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
50
|
+
end
|
51
|
+
end
|
52
|
+
|
53
|
+
describe 'test attribute "type"' do
|
54
|
+
it 'should work' do
|
55
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
56
|
+
end
|
57
|
+
end
|
58
|
+
|
59
|
+
describe 'test attribute "packages"' do
|
60
|
+
it 'should work' do
|
61
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
62
|
+
end
|
63
|
+
end
|
64
|
+
|
65
|
+
describe 'test attribute "repository"' do
|
66
|
+
it 'should work' do
|
67
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
68
|
+
end
|
69
|
+
end
|
70
|
+
|
71
|
+
describe 'test attribute "source_packages"' do
|
72
|
+
it 'should work' do
|
73
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
74
|
+
end
|
75
|
+
end
|
76
|
+
|
77
|
+
describe 'test attribute "source_repository"' do
|
78
|
+
it 'should work' do
|
79
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
80
|
+
end
|
81
|
+
end
|
82
|
+
|
83
|
+
describe 'test attribute "debug_packages"' do
|
84
|
+
it 'should work' do
|
85
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
86
|
+
end
|
87
|
+
end
|
88
|
+
|
89
|
+
describe 'test attribute "debug_repository"' do
|
90
|
+
it 'should work' do
|
91
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
92
|
+
end
|
93
|
+
end
|
94
|
+
|
95
|
+
describe 'test attribute "identity"' do
|
96
|
+
it 'should work' do
|
97
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
98
|
+
end
|
99
|
+
end
|
100
|
+
|
101
|
+
end
|
data/spec/spec_helper.rb
CHANGED
metadata
CHANGED
@@ -1,35 +1,29 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pulp_rpm_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.0b5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OpenAPI-Generator
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-09-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
|
-
name:
|
14
|
+
name: faraday
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "~>"
|
18
|
-
- !ruby/object:Gem::Version
|
19
|
-
version: '1.0'
|
20
17
|
- - ">="
|
21
18
|
- !ruby/object:Gem::Version
|
22
|
-
version:
|
19
|
+
version: 0.14.0
|
23
20
|
type: :runtime
|
24
21
|
prerelease: false
|
25
22
|
version_requirements: !ruby/object:Gem::Requirement
|
26
23
|
requirements:
|
27
|
-
- - "~>"
|
28
|
-
- !ruby/object:Gem::Version
|
29
|
-
version: '1.0'
|
30
24
|
- - ">="
|
31
25
|
- !ruby/object:Gem::Version
|
32
|
-
version:
|
26
|
+
version: 0.14.0
|
33
27
|
- !ruby/object:Gem::Dependency
|
34
28
|
name: json
|
35
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -70,126 +64,6 @@ dependencies:
|
|
70
64
|
- - ">="
|
71
65
|
- !ruby/object:Gem::Version
|
72
66
|
version: 3.6.0
|
73
|
-
- !ruby/object:Gem::Dependency
|
74
|
-
name: vcr
|
75
|
-
requirement: !ruby/object:Gem::Requirement
|
76
|
-
requirements:
|
77
|
-
- - "~>"
|
78
|
-
- !ruby/object:Gem::Version
|
79
|
-
version: '3.0'
|
80
|
-
- - ">="
|
81
|
-
- !ruby/object:Gem::Version
|
82
|
-
version: 3.0.1
|
83
|
-
type: :development
|
84
|
-
prerelease: false
|
85
|
-
version_requirements: !ruby/object:Gem::Requirement
|
86
|
-
requirements:
|
87
|
-
- - "~>"
|
88
|
-
- !ruby/object:Gem::Version
|
89
|
-
version: '3.0'
|
90
|
-
- - ">="
|
91
|
-
- !ruby/object:Gem::Version
|
92
|
-
version: 3.0.1
|
93
|
-
- !ruby/object:Gem::Dependency
|
94
|
-
name: webmock
|
95
|
-
requirement: !ruby/object:Gem::Requirement
|
96
|
-
requirements:
|
97
|
-
- - "~>"
|
98
|
-
- !ruby/object:Gem::Version
|
99
|
-
version: '1.24'
|
100
|
-
- - ">="
|
101
|
-
- !ruby/object:Gem::Version
|
102
|
-
version: 1.24.3
|
103
|
-
type: :development
|
104
|
-
prerelease: false
|
105
|
-
version_requirements: !ruby/object:Gem::Requirement
|
106
|
-
requirements:
|
107
|
-
- - "~>"
|
108
|
-
- !ruby/object:Gem::Version
|
109
|
-
version: '1.24'
|
110
|
-
- - ">="
|
111
|
-
- !ruby/object:Gem::Version
|
112
|
-
version: 1.24.3
|
113
|
-
- !ruby/object:Gem::Dependency
|
114
|
-
name: autotest
|
115
|
-
requirement: !ruby/object:Gem::Requirement
|
116
|
-
requirements:
|
117
|
-
- - "~>"
|
118
|
-
- !ruby/object:Gem::Version
|
119
|
-
version: '4.4'
|
120
|
-
- - ">="
|
121
|
-
- !ruby/object:Gem::Version
|
122
|
-
version: 4.4.6
|
123
|
-
type: :development
|
124
|
-
prerelease: false
|
125
|
-
version_requirements: !ruby/object:Gem::Requirement
|
126
|
-
requirements:
|
127
|
-
- - "~>"
|
128
|
-
- !ruby/object:Gem::Version
|
129
|
-
version: '4.4'
|
130
|
-
- - ">="
|
131
|
-
- !ruby/object:Gem::Version
|
132
|
-
version: 4.4.6
|
133
|
-
- !ruby/object:Gem::Dependency
|
134
|
-
name: autotest-rails-pure
|
135
|
-
requirement: !ruby/object:Gem::Requirement
|
136
|
-
requirements:
|
137
|
-
- - "~>"
|
138
|
-
- !ruby/object:Gem::Version
|
139
|
-
version: '4.1'
|
140
|
-
- - ">="
|
141
|
-
- !ruby/object:Gem::Version
|
142
|
-
version: 4.1.2
|
143
|
-
type: :development
|
144
|
-
prerelease: false
|
145
|
-
version_requirements: !ruby/object:Gem::Requirement
|
146
|
-
requirements:
|
147
|
-
- - "~>"
|
148
|
-
- !ruby/object:Gem::Version
|
149
|
-
version: '4.1'
|
150
|
-
- - ">="
|
151
|
-
- !ruby/object:Gem::Version
|
152
|
-
version: 4.1.2
|
153
|
-
- !ruby/object:Gem::Dependency
|
154
|
-
name: autotest-growl
|
155
|
-
requirement: !ruby/object:Gem::Requirement
|
156
|
-
requirements:
|
157
|
-
- - "~>"
|
158
|
-
- !ruby/object:Gem::Version
|
159
|
-
version: '0.2'
|
160
|
-
- - ">="
|
161
|
-
- !ruby/object:Gem::Version
|
162
|
-
version: 0.2.16
|
163
|
-
type: :development
|
164
|
-
prerelease: false
|
165
|
-
version_requirements: !ruby/object:Gem::Requirement
|
166
|
-
requirements:
|
167
|
-
- - "~>"
|
168
|
-
- !ruby/object:Gem::Version
|
169
|
-
version: '0.2'
|
170
|
-
- - ">="
|
171
|
-
- !ruby/object:Gem::Version
|
172
|
-
version: 0.2.16
|
173
|
-
- !ruby/object:Gem::Dependency
|
174
|
-
name: autotest-fsevent
|
175
|
-
requirement: !ruby/object:Gem::Requirement
|
176
|
-
requirements:
|
177
|
-
- - "~>"
|
178
|
-
- !ruby/object:Gem::Version
|
179
|
-
version: '0.2'
|
180
|
-
- - ">="
|
181
|
-
- !ruby/object:Gem::Version
|
182
|
-
version: 0.2.12
|
183
|
-
type: :development
|
184
|
-
prerelease: false
|
185
|
-
version_requirements: !ruby/object:Gem::Requirement
|
186
|
-
requirements:
|
187
|
-
- - "~>"
|
188
|
-
- !ruby/object:Gem::Version
|
189
|
-
version: '0.2'
|
190
|
-
- - ">="
|
191
|
-
- !ruby/object:Gem::Version
|
192
|
-
version: 0.2.12
|
193
67
|
description: No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
194
68
|
email:
|
195
69
|
- ''
|
@@ -198,21 +72,30 @@ extensions: []
|
|
198
72
|
extra_rdoc_files: []
|
199
73
|
files:
|
200
74
|
- Gemfile
|
201
|
-
- Gemfile.lock
|
202
75
|
- README.md
|
203
76
|
- Rakefile
|
77
|
+
- docs/Addon.md
|
78
|
+
- docs/Artifact.md
|
204
79
|
- docs/AsyncOperationResponse.md
|
80
|
+
- docs/Checksum.md
|
205
81
|
- docs/ContentAdvisoriesApi.md
|
206
82
|
- docs/ContentPackagesApi.md
|
83
|
+
- docs/DistributionTree.md
|
84
|
+
- docs/DistributionTreesDistributionTreesApi.md
|
207
85
|
- docs/DistributionsRpmApi.md
|
86
|
+
- docs/Image.md
|
208
87
|
- docs/InlineResponse200.md
|
209
88
|
- docs/InlineResponse2001.md
|
210
89
|
- docs/InlineResponse2002.md
|
211
90
|
- docs/InlineResponse2003.md
|
212
91
|
- docs/InlineResponse2004.md
|
92
|
+
- docs/InlineResponse2005.md
|
93
|
+
- docs/InlineResponse2006.md
|
213
94
|
- docs/Package.md
|
214
95
|
- docs/PublicationsRpmApi.md
|
215
96
|
- docs/RemotesRpmApi.md
|
97
|
+
- docs/RepoMetadataFile.md
|
98
|
+
- docs/RepoMetadataFilesRepoMetadataFilesApi.md
|
216
99
|
- docs/RepositorySyncURL.md
|
217
100
|
- docs/RpmCopyApi.md
|
218
101
|
- docs/RpmDistribution.md
|
@@ -220,57 +103,80 @@ files:
|
|
220
103
|
- docs/RpmRemote.md
|
221
104
|
- docs/RpmUploadApi.md
|
222
105
|
- docs/UpdateRecord.md
|
106
|
+
- docs/Variant.md
|
223
107
|
- git_push.sh
|
224
108
|
- lib/pulp_rpm_client.rb
|
225
109
|
- lib/pulp_rpm_client/api/content_advisories_api.rb
|
226
110
|
- lib/pulp_rpm_client/api/content_packages_api.rb
|
111
|
+
- lib/pulp_rpm_client/api/distribution_trees_distribution_trees_api.rb
|
227
112
|
- lib/pulp_rpm_client/api/distributions_rpm_api.rb
|
228
113
|
- lib/pulp_rpm_client/api/publications_rpm_api.rb
|
229
114
|
- lib/pulp_rpm_client/api/remotes_rpm_api.rb
|
115
|
+
- lib/pulp_rpm_client/api/repo_metadata_files_repo_metadata_files_api.rb
|
230
116
|
- lib/pulp_rpm_client/api/rpm_copy_api.rb
|
231
117
|
- lib/pulp_rpm_client/api/rpm_upload_api.rb
|
232
118
|
- lib/pulp_rpm_client/api_client.rb
|
233
119
|
- lib/pulp_rpm_client/api_error.rb
|
234
120
|
- lib/pulp_rpm_client/configuration.rb
|
121
|
+
- lib/pulp_rpm_client/models/addon.rb
|
122
|
+
- lib/pulp_rpm_client/models/artifact.rb
|
235
123
|
- lib/pulp_rpm_client/models/async_operation_response.rb
|
124
|
+
- lib/pulp_rpm_client/models/checksum.rb
|
125
|
+
- lib/pulp_rpm_client/models/distribution_tree.rb
|
126
|
+
- lib/pulp_rpm_client/models/image.rb
|
236
127
|
- lib/pulp_rpm_client/models/inline_response200.rb
|
237
128
|
- lib/pulp_rpm_client/models/inline_response2001.rb
|
238
129
|
- lib/pulp_rpm_client/models/inline_response2002.rb
|
239
130
|
- lib/pulp_rpm_client/models/inline_response2003.rb
|
240
131
|
- lib/pulp_rpm_client/models/inline_response2004.rb
|
132
|
+
- lib/pulp_rpm_client/models/inline_response2005.rb
|
133
|
+
- lib/pulp_rpm_client/models/inline_response2006.rb
|
241
134
|
- lib/pulp_rpm_client/models/package.rb
|
135
|
+
- lib/pulp_rpm_client/models/repo_metadata_file.rb
|
242
136
|
- lib/pulp_rpm_client/models/repository_sync_url.rb
|
243
137
|
- lib/pulp_rpm_client/models/rpm_distribution.rb
|
244
138
|
- lib/pulp_rpm_client/models/rpm_publication.rb
|
245
139
|
- lib/pulp_rpm_client/models/rpm_remote.rb
|
246
140
|
- lib/pulp_rpm_client/models/update_record.rb
|
141
|
+
- lib/pulp_rpm_client/models/variant.rb
|
247
142
|
- lib/pulp_rpm_client/version.rb
|
248
143
|
- pulp_rpm_client.gemspec
|
249
144
|
- spec/api/content_advisories_api_spec.rb
|
250
145
|
- spec/api/content_packages_api_spec.rb
|
146
|
+
- spec/api/distribution_trees_distribution_trees_api_spec.rb
|
251
147
|
- spec/api/distributions_rpm_api_spec.rb
|
252
148
|
- spec/api/publications_rpm_api_spec.rb
|
253
149
|
- spec/api/remotes_rpm_api_spec.rb
|
150
|
+
- spec/api/repo_metadata_files_repo_metadata_files_api_spec.rb
|
254
151
|
- spec/api/rpm_copy_api_spec.rb
|
255
152
|
- spec/api/rpm_upload_api_spec.rb
|
256
153
|
- spec/api_client_spec.rb
|
257
154
|
- spec/configuration_spec.rb
|
155
|
+
- spec/models/addon_spec.rb
|
156
|
+
- spec/models/artifact_spec.rb
|
258
157
|
- spec/models/async_operation_response_spec.rb
|
158
|
+
- spec/models/checksum_spec.rb
|
159
|
+
- spec/models/distribution_tree_spec.rb
|
160
|
+
- spec/models/image_spec.rb
|
259
161
|
- spec/models/inline_response2001_spec.rb
|
260
162
|
- spec/models/inline_response2002_spec.rb
|
261
163
|
- spec/models/inline_response2003_spec.rb
|
262
164
|
- spec/models/inline_response2004_spec.rb
|
165
|
+
- spec/models/inline_response2005_spec.rb
|
166
|
+
- spec/models/inline_response2006_spec.rb
|
263
167
|
- spec/models/inline_response200_spec.rb
|
264
168
|
- spec/models/package_spec.rb
|
169
|
+
- spec/models/repo_metadata_file_spec.rb
|
265
170
|
- spec/models/repository_sync_url_spec.rb
|
266
171
|
- spec/models/rpm_distribution_spec.rb
|
267
172
|
- spec/models/rpm_publication_spec.rb
|
268
173
|
- spec/models/rpm_remote_spec.rb
|
269
174
|
- spec/models/update_record_spec.rb
|
175
|
+
- spec/models/variant_spec.rb
|
270
176
|
- spec/spec_helper.rb
|
271
177
|
homepage: https://openapi-generator.tech
|
272
178
|
licenses:
|
273
|
-
-
|
179
|
+
- GPL-2.0
|
274
180
|
metadata: {}
|
275
181
|
post_install_message:
|
276
182
|
rdoc_options: []
|
@@ -295,6 +201,8 @@ summary: Pulp 3 API Ruby Gem
|
|
295
201
|
test_files:
|
296
202
|
- spec/api/remotes_rpm_api_spec.rb
|
297
203
|
- spec/api/content_packages_api_spec.rb
|
204
|
+
- spec/api/distribution_trees_distribution_trees_api_spec.rb
|
205
|
+
- spec/api/repo_metadata_files_repo_metadata_files_api_spec.rb
|
298
206
|
- spec/api/content_advisories_api_spec.rb
|
299
207
|
- spec/api/publications_rpm_api_spec.rb
|
300
208
|
- spec/api/rpm_upload_api_spec.rb
|
@@ -304,14 +212,23 @@ test_files:
|
|
304
212
|
- spec/configuration_spec.rb
|
305
213
|
- spec/models/inline_response2003_spec.rb
|
306
214
|
- spec/models/rpm_publication_spec.rb
|
215
|
+
- spec/models/distribution_tree_spec.rb
|
307
216
|
- spec/models/inline_response2001_spec.rb
|
308
217
|
- spec/models/update_record_spec.rb
|
218
|
+
- spec/models/image_spec.rb
|
219
|
+
- spec/models/addon_spec.rb
|
309
220
|
- spec/models/package_spec.rb
|
221
|
+
- spec/models/inline_response2006_spec.rb
|
310
222
|
- spec/models/inline_response2002_spec.rb
|
311
223
|
- spec/models/inline_response2004_spec.rb
|
224
|
+
- spec/models/checksum_spec.rb
|
312
225
|
- spec/models/async_operation_response_spec.rb
|
226
|
+
- spec/models/repo_metadata_file_spec.rb
|
313
227
|
- spec/models/rpm_distribution_spec.rb
|
228
|
+
- spec/models/variant_spec.rb
|
314
229
|
- spec/models/repository_sync_url_spec.rb
|
315
230
|
- spec/models/rpm_remote_spec.rb
|
231
|
+
- spec/models/artifact_spec.rb
|
232
|
+
- spec/models/inline_response2005_spec.rb
|
316
233
|
- spec/models/inline_response200_spec.rb
|
317
234
|
- spec/spec_helper.rb
|
data/Gemfile.lock
DELETED
@@ -1,79 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: .
|
3
|
-
specs:
|
4
|
-
pulp_rpm_client (3.0.0b4)
|
5
|
-
json (~> 2.1, >= 2.1.0)
|
6
|
-
typhoeus (~> 1.0, >= 1.0.1)
|
7
|
-
|
8
|
-
GEM
|
9
|
-
remote: https://rubygems.org/
|
10
|
-
specs:
|
11
|
-
ZenTest (4.11.2)
|
12
|
-
addressable (2.5.2)
|
13
|
-
public_suffix (>= 2.0.2, < 4.0)
|
14
|
-
autotest (4.4.6)
|
15
|
-
ZenTest (>= 4.4.1)
|
16
|
-
autotest-fsevent (0.2.14)
|
17
|
-
sys-uname
|
18
|
-
autotest-growl (0.2.16)
|
19
|
-
autotest-rails-pure (4.1.2)
|
20
|
-
byebug (10.0.2)
|
21
|
-
coderay (1.1.2)
|
22
|
-
crack (0.4.3)
|
23
|
-
safe_yaml (~> 1.0.0)
|
24
|
-
diff-lcs (1.3)
|
25
|
-
ethon (0.11.0)
|
26
|
-
ffi (>= 1.3.0)
|
27
|
-
ffi (1.9.25)
|
28
|
-
hashdiff (0.3.7)
|
29
|
-
json (2.1.0)
|
30
|
-
method_source (0.9.0)
|
31
|
-
pry (0.11.3)
|
32
|
-
coderay (~> 1.1.0)
|
33
|
-
method_source (~> 0.9.0)
|
34
|
-
pry-byebug (3.6.0)
|
35
|
-
byebug (~> 10.0)
|
36
|
-
pry (~> 0.10)
|
37
|
-
public_suffix (3.0.3)
|
38
|
-
rake (12.0.0)
|
39
|
-
rspec (3.8.0)
|
40
|
-
rspec-core (~> 3.8.0)
|
41
|
-
rspec-expectations (~> 3.8.0)
|
42
|
-
rspec-mocks (~> 3.8.0)
|
43
|
-
rspec-core (3.8.0)
|
44
|
-
rspec-support (~> 3.8.0)
|
45
|
-
rspec-expectations (3.8.1)
|
46
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
47
|
-
rspec-support (~> 3.8.0)
|
48
|
-
rspec-mocks (3.8.0)
|
49
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
50
|
-
rspec-support (~> 3.8.0)
|
51
|
-
rspec-support (3.8.0)
|
52
|
-
safe_yaml (1.0.4)
|
53
|
-
sys-uname (1.0.3)
|
54
|
-
ffi (>= 1.0.0)
|
55
|
-
typhoeus (1.3.0)
|
56
|
-
ethon (>= 0.9.0)
|
57
|
-
vcr (3.0.3)
|
58
|
-
webmock (1.24.6)
|
59
|
-
addressable (>= 2.3.6)
|
60
|
-
crack (>= 0.3.2)
|
61
|
-
hashdiff
|
62
|
-
|
63
|
-
PLATFORMS
|
64
|
-
ruby
|
65
|
-
|
66
|
-
DEPENDENCIES
|
67
|
-
autotest (~> 4.4, >= 4.4.6)
|
68
|
-
autotest-fsevent (~> 0.2, >= 0.2.12)
|
69
|
-
autotest-growl (~> 0.2, >= 0.2.16)
|
70
|
-
autotest-rails-pure (~> 4.1, >= 4.1.2)
|
71
|
-
pulp_rpm_client!
|
72
|
-
pry-byebug
|
73
|
-
rake (~> 12.0.0)
|
74
|
-
rspec (~> 3.6, >= 3.6.0)
|
75
|
-
vcr (~> 3.0, >= 3.0.1)
|
76
|
-
webmock (~> 1.24, >= 1.24.3)
|
77
|
-
|
78
|
-
BUNDLED WITH
|
79
|
-
1.16.1
|