pulp_maven_client 0.22.1 → 0.23.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 +4 -11
- data/docs/MavenMavenDistribution.md +1 -3
- data/docs/MavenMavenDistributionResponse.md +1 -3
- data/docs/MavenMavenRepository.md +1 -3
- data/docs/MavenMavenRepositoryResponse.md +1 -3
- data/docs/PatchedmavenMavenDistribution.md +1 -3
- data/docs/PatchedmavenMavenRepository.md +1 -3
- data/lib/pulp_maven_client/models/maven_maven_distribution.rb +5 -16
- data/lib/pulp_maven_client/models/maven_maven_distribution_response.rb +5 -16
- data/lib/pulp_maven_client/models/maven_maven_repository.rb +5 -17
- data/lib/pulp_maven_client/models/maven_maven_repository_response.rb +5 -17
- data/lib/pulp_maven_client/models/patchedmaven_maven_distribution.rb +5 -16
- data/lib/pulp_maven_client/models/patchedmaven_maven_repository.rb +5 -17
- data/lib/pulp_maven_client/version.rb +1 -1
- data/lib/pulp_maven_client.rb +0 -4
- data/spec/models/maven_maven_distribution_response_spec.rb +0 -6
- data/spec/models/maven_maven_distribution_spec.rb +0 -6
- data/spec/models/maven_maven_repository_response_spec.rb +0 -6
- data/spec/models/maven_maven_repository_spec.rb +0 -6
- data/spec/models/patchedmaven_maven_distribution_spec.rb +0 -6
- data/spec/models/patchedmaven_maven_repository_spec.rb +0 -6
- metadata +2 -18
- data/docs/MavenMavenPublication.md +0 -20
- data/docs/MavenMavenPublicationResponse.md +0 -28
- data/docs/PaginatedmavenMavenPublicationResponseList.md +0 -24
- data/docs/PublicationsMavenApi.md +0 -350
- data/lib/pulp_maven_client/api/publications_maven_api.rb +0 -356
- data/lib/pulp_maven_client/models/maven_maven_publication.rb +0 -225
- data/lib/pulp_maven_client/models/maven_maven_publication_response.rb +0 -264
- data/lib/pulp_maven_client/models/paginatedmaven_maven_publication_response_list.rb +0 -257
- data/spec/api/publications_maven_api_spec.rb +0 -109
- data/spec/models/maven_maven_publication_response_spec.rb +0 -66
- data/spec/models/maven_maven_publication_spec.rb +0 -42
- data/spec/models/paginatedmaven_maven_publication_response_list_spec.rb +0 -54
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
=begin
|
|
2
|
-
#Pulp 3 API
|
|
3
|
-
|
|
4
|
-
#Fetch, Upload, Organize, and Distribute Software Packages
|
|
5
|
-
|
|
6
|
-
The version of the OpenAPI document: v3
|
|
7
|
-
Contact: pulp-list@redhat.com
|
|
8
|
-
Generated by: https://openapi-generator.tech
|
|
9
|
-
Generator version: 7.10.0
|
|
10
|
-
|
|
11
|
-
=end
|
|
12
|
-
|
|
13
|
-
require 'spec_helper'
|
|
14
|
-
require 'json'
|
|
15
|
-
require 'date'
|
|
16
|
-
|
|
17
|
-
# Unit tests for PulpMavenClient::MavenMavenPublication
|
|
18
|
-
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
|
-
# Please update as you see appropriate
|
|
20
|
-
describe PulpMavenClient::MavenMavenPublication do
|
|
21
|
-
let(:instance) { PulpMavenClient::MavenMavenPublication.new }
|
|
22
|
-
|
|
23
|
-
describe 'test an instance of MavenMavenPublication' do
|
|
24
|
-
it 'should create an instance of MavenMavenPublication' do
|
|
25
|
-
# uncomment below to test the instance creation
|
|
26
|
-
#expect(instance).to be_instance_of(PulpMavenClient::MavenMavenPublication)
|
|
27
|
-
end
|
|
28
|
-
end
|
|
29
|
-
|
|
30
|
-
describe 'test attribute "repository_version"' do
|
|
31
|
-
it 'should work' do
|
|
32
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
33
|
-
end
|
|
34
|
-
end
|
|
35
|
-
|
|
36
|
-
describe 'test attribute "repository"' do
|
|
37
|
-
it 'should work' do
|
|
38
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
39
|
-
end
|
|
40
|
-
end
|
|
41
|
-
|
|
42
|
-
end
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
=begin
|
|
2
|
-
#Pulp 3 API
|
|
3
|
-
|
|
4
|
-
#Fetch, Upload, Organize, and Distribute Software Packages
|
|
5
|
-
|
|
6
|
-
The version of the OpenAPI document: v3
|
|
7
|
-
Contact: pulp-list@redhat.com
|
|
8
|
-
Generated by: https://openapi-generator.tech
|
|
9
|
-
Generator version: 7.10.0
|
|
10
|
-
|
|
11
|
-
=end
|
|
12
|
-
|
|
13
|
-
require 'spec_helper'
|
|
14
|
-
require 'json'
|
|
15
|
-
require 'date'
|
|
16
|
-
|
|
17
|
-
# Unit tests for PulpMavenClient::PaginatedmavenMavenPublicationResponseList
|
|
18
|
-
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
|
-
# Please update as you see appropriate
|
|
20
|
-
describe PulpMavenClient::PaginatedmavenMavenPublicationResponseList do
|
|
21
|
-
let(:instance) { PulpMavenClient::PaginatedmavenMavenPublicationResponseList.new }
|
|
22
|
-
|
|
23
|
-
describe 'test an instance of PaginatedmavenMavenPublicationResponseList' do
|
|
24
|
-
it 'should create an instance of PaginatedmavenMavenPublicationResponseList' do
|
|
25
|
-
# uncomment below to test the instance creation
|
|
26
|
-
#expect(instance).to be_instance_of(PulpMavenClient::PaginatedmavenMavenPublicationResponseList)
|
|
27
|
-
end
|
|
28
|
-
end
|
|
29
|
-
|
|
30
|
-
describe 'test attribute "count"' do
|
|
31
|
-
it 'should work' do
|
|
32
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
33
|
-
end
|
|
34
|
-
end
|
|
35
|
-
|
|
36
|
-
describe 'test attribute "_next"' do
|
|
37
|
-
it 'should work' do
|
|
38
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
39
|
-
end
|
|
40
|
-
end
|
|
41
|
-
|
|
42
|
-
describe 'test attribute "previous"' do
|
|
43
|
-
it 'should work' do
|
|
44
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
45
|
-
end
|
|
46
|
-
end
|
|
47
|
-
|
|
48
|
-
describe 'test attribute "results"' do
|
|
49
|
-
it 'should work' do
|
|
50
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
51
|
-
end
|
|
52
|
-
end
|
|
53
|
-
|
|
54
|
-
end
|