pulp_ansible_client 0.13.0 → 0.13.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.
Files changed (39) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -7
  3. data/docs/AnsibleAnsibleRepository.md +1 -1
  4. data/docs/AnsibleAnsibleRepositoryResponse.md +1 -1
  5. data/docs/AnsibleCollectionVersion.md +3 -3
  6. data/docs/AnsibleGitRemote.md +26 -26
  7. data/docs/AnsibleGitRemoteResponse.md +24 -24
  8. data/docs/ContentCollectionVersionsApi.md +3 -3
  9. data/docs/PatchedansibleAnsibleRepository.md +1 -1
  10. data/docs/PatchedansibleGitRemote.md +26 -26
  11. data/docs/Repair.md +17 -0
  12. data/docs/RepositoriesAnsibleVersionsApi.md +4 -4
  13. data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +3 -3
  14. data/lib/pulp_ansible_client/api/repositories_ansible_versions_api.rb +9 -9
  15. data/lib/pulp_ansible_client/models/ansible_ansible_repository.rb +3 -1
  16. data/lib/pulp_ansible_client/models/ansible_ansible_repository_response.rb +3 -1
  17. data/lib/pulp_ansible_client/models/ansible_collection_version.rb +11 -11
  18. data/lib/pulp_ansible_client/models/ansible_git_remote.rb +220 -220
  19. data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +128 -128
  20. data/lib/pulp_ansible_client/models/patchedansible_ansible_repository.rb +3 -1
  21. data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +215 -215
  22. data/lib/pulp_ansible_client/models/{repository_version.rb → repair.rb} +13 -12
  23. data/lib/pulp_ansible_client/version.rb +1 -1
  24. data/lib/pulp_ansible_client.rb +1 -3
  25. data/spec/api/content_collection_versions_api_spec.rb +1 -1
  26. data/spec/api/repositories_ansible_versions_api_spec.rb +1 -1
  27. data/spec/models/ansible_collection_version_spec.rb +2 -2
  28. data/spec/models/ansible_git_remote_response_spec.rb +17 -17
  29. data/spec/models/ansible_git_remote_spec.rb +19 -19
  30. data/spec/models/patchedansible_git_remote_spec.rb +19 -19
  31. data/spec/models/{repository_version_spec.rb → repair_spec.rb} +7 -7
  32. metadata +102 -110
  33. data/docs/ContentSummary.md +0 -21
  34. data/docs/KeyringEnum.md +0 -16
  35. data/docs/RepositoryVersion.md +0 -17
  36. data/lib/pulp_ansible_client/models/content_summary.rb +0 -246
  37. data/lib/pulp_ansible_client/models/keyring_enum.rb +0 -40
  38. data/spec/models/content_summary_spec.rb +0 -53
  39. data/spec/models/keyring_enum_spec.rb +0 -35
@@ -1,53 +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
- OpenAPI Generator version: 4.3.1
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
- require 'date'
16
-
17
- # Unit tests for PulpAnsibleClient::ContentSummary
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe 'ContentSummary' do
21
- before do
22
- # run before each test
23
- @instance = PulpAnsibleClient::ContentSummary.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
29
-
30
- describe 'test an instance of ContentSummary' do
31
- it 'should create an instance of ContentSummary' do
32
- expect(@instance).to be_instance_of(PulpAnsibleClient::ContentSummary)
33
- end
34
- end
35
- describe 'test attribute "added"' 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 "removed"' 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 "present"' 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
- end
@@ -1,35 +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
- OpenAPI Generator version: 4.3.1
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
- require 'date'
16
-
17
- # Unit tests for PulpAnsibleClient::KeyringEnum
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe 'KeyringEnum' do
21
- before do
22
- # run before each test
23
- @instance = PulpAnsibleClient::KeyringEnum.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
29
-
30
- describe 'test an instance of KeyringEnum' do
31
- it 'should create an instance of KeyringEnum' do
32
- expect(@instance).to be_instance_of(PulpAnsibleClient::KeyringEnum)
33
- end
34
- end
35
- end