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.
Files changed (35) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -11
  3. data/docs/MavenMavenDistribution.md +1 -3
  4. data/docs/MavenMavenDistributionResponse.md +1 -3
  5. data/docs/MavenMavenRepository.md +1 -3
  6. data/docs/MavenMavenRepositoryResponse.md +1 -3
  7. data/docs/PatchedmavenMavenDistribution.md +1 -3
  8. data/docs/PatchedmavenMavenRepository.md +1 -3
  9. data/lib/pulp_maven_client/models/maven_maven_distribution.rb +5 -16
  10. data/lib/pulp_maven_client/models/maven_maven_distribution_response.rb +5 -16
  11. data/lib/pulp_maven_client/models/maven_maven_repository.rb +5 -17
  12. data/lib/pulp_maven_client/models/maven_maven_repository_response.rb +5 -17
  13. data/lib/pulp_maven_client/models/patchedmaven_maven_distribution.rb +5 -16
  14. data/lib/pulp_maven_client/models/patchedmaven_maven_repository.rb +5 -17
  15. data/lib/pulp_maven_client/version.rb +1 -1
  16. data/lib/pulp_maven_client.rb +0 -4
  17. data/spec/models/maven_maven_distribution_response_spec.rb +0 -6
  18. data/spec/models/maven_maven_distribution_spec.rb +0 -6
  19. data/spec/models/maven_maven_repository_response_spec.rb +0 -6
  20. data/spec/models/maven_maven_repository_spec.rb +0 -6
  21. data/spec/models/patchedmaven_maven_distribution_spec.rb +0 -6
  22. data/spec/models/patchedmaven_maven_repository_spec.rb +0 -6
  23. metadata +2 -18
  24. data/docs/MavenMavenPublication.md +0 -20
  25. data/docs/MavenMavenPublicationResponse.md +0 -28
  26. data/docs/PaginatedmavenMavenPublicationResponseList.md +0 -24
  27. data/docs/PublicationsMavenApi.md +0 -350
  28. data/lib/pulp_maven_client/api/publications_maven_api.rb +0 -356
  29. data/lib/pulp_maven_client/models/maven_maven_publication.rb +0 -225
  30. data/lib/pulp_maven_client/models/maven_maven_publication_response.rb +0 -264
  31. data/lib/pulp_maven_client/models/paginatedmaven_maven_publication_response_list.rb +0 -257
  32. data/spec/api/publications_maven_api_spec.rb +0 -109
  33. data/spec/models/maven_maven_publication_response_spec.rb +0 -66
  34. data/spec/models/maven_maven_publication_spec.rb +0 -42
  35. 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