pulp_deb_client 3.1.2 → 3.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (115) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/docs/ContentReleaseArchitecturesApi.md +3 -3
  4. data/docs/ContentReleaseComponentsApi.md +3 -3
  5. data/docs/ContentReleasesApi.md +3 -3
  6. data/docs/Copy.md +1 -1
  7. data/docs/DebAptDistributionResponse.md +2 -0
  8. data/docs/DebAptPublicationResponse.md +2 -0
  9. data/docs/DebAptRemoteResponse.md +2 -2
  10. data/docs/DebAptRemoteResponseHiddenFields.md +2 -2
  11. data/docs/DebAptRepositoryResponse.md +2 -0
  12. data/docs/DebGenericContentResponse.md +2 -0
  13. data/docs/DebInstallerFileIndexResponse.md +2 -0
  14. data/docs/DebInstallerPackageResponse.md +2 -0
  15. data/docs/DebPackageIndexResponse.md +2 -0
  16. data/docs/DebPackageReleaseComponentResponse.md +2 -0
  17. data/docs/DebPackageResponse.md +2 -0
  18. data/docs/DebRelease.md +5 -1
  19. data/docs/DebReleaseArchitectureResponse.md +2 -0
  20. data/docs/DebReleaseComponentResponse.md +2 -0
  21. data/docs/DebReleaseFileResponse.md +2 -0
  22. data/docs/DebReleaseResponse.md +7 -1
  23. data/docs/DebSourceIndexResponse.md +2 -0
  24. data/docs/DebSourcePackageReleaseComponentResponse.md +2 -0
  25. data/docs/DebSourcePackageResponse.md +2 -0
  26. data/docs/DebVerbatimPublicationResponse.md +2 -0
  27. data/docs/PaginatedRepositoryVersionResponseList.md +2 -2
  28. data/docs/PaginateddebAptDistributionResponseList.md +2 -2
  29. data/docs/PaginateddebAptPublicationResponseList.md +2 -2
  30. data/docs/PaginateddebAptRemoteResponseList.md +2 -2
  31. data/docs/PaginateddebAptRepositoryResponseList.md +2 -2
  32. data/docs/PaginateddebGenericContentResponseList.md +2 -2
  33. data/docs/PaginateddebInstallerFileIndexResponseList.md +2 -2
  34. data/docs/PaginateddebInstallerPackageResponseList.md +2 -2
  35. data/docs/PaginateddebPackageIndexResponseList.md +2 -2
  36. data/docs/PaginateddebPackageReleaseComponentResponseList.md +2 -2
  37. data/docs/PaginateddebPackageResponseList.md +2 -2
  38. data/docs/PaginateddebReleaseArchitectureResponseList.md +2 -2
  39. data/docs/PaginateddebReleaseComponentResponseList.md +2 -2
  40. data/docs/PaginateddebReleaseFileResponseList.md +2 -2
  41. data/docs/PaginateddebReleaseResponseList.md +2 -2
  42. data/docs/PaginateddebSourceIndexResponseList.md +2 -2
  43. data/docs/PaginateddebSourcePackageReleaseComponentResponseList.md +2 -2
  44. data/docs/PaginateddebSourcePackageResponseList.md +2 -2
  45. data/docs/PaginateddebVerbatimPublicationResponseList.md +2 -2
  46. data/docs/RepositoryVersionResponse.md +2 -0
  47. data/lib/pulp_deb_client/api/content_release_architectures_api.rb +5 -5
  48. data/lib/pulp_deb_client/api/content_release_components_api.rb +5 -5
  49. data/lib/pulp_deb_client/api/content_releases_api.rb +5 -5
  50. data/lib/pulp_deb_client/models/copy.rb +1 -1
  51. data/lib/pulp_deb_client/models/deb_apt_distribution_response.rb +11 -1
  52. data/lib/pulp_deb_client/models/deb_apt_publication_response.rb +11 -1
  53. data/lib/pulp_deb_client/models/deb_apt_remote_response.rb +11 -11
  54. data/lib/pulp_deb_client/models/deb_apt_remote_response_hidden_fields.rb +10 -0
  55. data/lib/pulp_deb_client/models/deb_apt_repository_response.rb +11 -1
  56. data/lib/pulp_deb_client/models/deb_generic_content_response.rb +11 -1
  57. data/lib/pulp_deb_client/models/deb_installer_file_index_response.rb +11 -1
  58. data/lib/pulp_deb_client/models/deb_installer_package_response.rb +11 -1
  59. data/lib/pulp_deb_client/models/deb_package_index_response.rb +11 -1
  60. data/lib/pulp_deb_client/models/deb_package_release_component_response.rb +11 -1
  61. data/lib/pulp_deb_client/models/deb_package_response.rb +11 -1
  62. data/lib/pulp_deb_client/models/deb_release.rb +27 -5
  63. data/lib/pulp_deb_client/models/deb_release_architecture_response.rb +11 -1
  64. data/lib/pulp_deb_client/models/deb_release_component_response.rb +11 -1
  65. data/lib/pulp_deb_client/models/deb_release_file_response.rb +11 -1
  66. data/lib/pulp_deb_client/models/deb_release_response.rb +37 -5
  67. data/lib/pulp_deb_client/models/deb_source_index_response.rb +11 -1
  68. data/lib/pulp_deb_client/models/deb_source_package_release_component_response.rb +11 -1
  69. data/lib/pulp_deb_client/models/deb_source_package_response.rb +11 -1
  70. data/lib/pulp_deb_client/models/deb_verbatim_publication_response.rb +11 -1
  71. data/lib/pulp_deb_client/models/paginated_repository_version_response_list.rb +10 -0
  72. data/lib/pulp_deb_client/models/paginateddeb_apt_distribution_response_list.rb +10 -0
  73. data/lib/pulp_deb_client/models/paginateddeb_apt_publication_response_list.rb +10 -0
  74. data/lib/pulp_deb_client/models/paginateddeb_apt_remote_response_list.rb +10 -0
  75. data/lib/pulp_deb_client/models/paginateddeb_apt_repository_response_list.rb +10 -0
  76. data/lib/pulp_deb_client/models/paginateddeb_generic_content_response_list.rb +10 -0
  77. data/lib/pulp_deb_client/models/paginateddeb_installer_file_index_response_list.rb +10 -0
  78. data/lib/pulp_deb_client/models/paginateddeb_installer_package_response_list.rb +10 -0
  79. data/lib/pulp_deb_client/models/paginateddeb_package_index_response_list.rb +10 -0
  80. data/lib/pulp_deb_client/models/paginateddeb_package_release_component_response_list.rb +10 -0
  81. data/lib/pulp_deb_client/models/paginateddeb_package_response_list.rb +10 -0
  82. data/lib/pulp_deb_client/models/paginateddeb_release_architecture_response_list.rb +10 -0
  83. data/lib/pulp_deb_client/models/paginateddeb_release_component_response_list.rb +10 -0
  84. data/lib/pulp_deb_client/models/paginateddeb_release_file_response_list.rb +10 -0
  85. data/lib/pulp_deb_client/models/paginateddeb_release_response_list.rb +10 -0
  86. data/lib/pulp_deb_client/models/paginateddeb_source_index_response_list.rb +10 -0
  87. data/lib/pulp_deb_client/models/paginateddeb_source_package_release_component_response_list.rb +10 -0
  88. data/lib/pulp_deb_client/models/paginateddeb_source_package_response_list.rb +10 -0
  89. data/lib/pulp_deb_client/models/paginateddeb_verbatim_publication_response_list.rb +10 -0
  90. data/lib/pulp_deb_client/models/repository_version_response.rb +11 -1
  91. data/lib/pulp_deb_client/version.rb +1 -1
  92. data/spec/api/content_release_architectures_api_spec.rb +2 -2
  93. data/spec/api/content_release_components_api_spec.rb +2 -2
  94. data/spec/api/content_releases_api_spec.rb +2 -2
  95. data/spec/models/deb_apt_distribution_response_spec.rb +6 -0
  96. data/spec/models/deb_apt_publication_response_spec.rb +6 -0
  97. data/spec/models/deb_apt_remote_response_spec.rb +6 -6
  98. data/spec/models/deb_apt_repository_response_spec.rb +6 -0
  99. data/spec/models/deb_generic_content_response_spec.rb +6 -0
  100. data/spec/models/deb_installer_file_index_response_spec.rb +6 -0
  101. data/spec/models/deb_installer_package_response_spec.rb +6 -0
  102. data/spec/models/deb_package_index_response_spec.rb +6 -0
  103. data/spec/models/deb_package_release_component_response_spec.rb +6 -0
  104. data/spec/models/deb_package_response_spec.rb +6 -0
  105. data/spec/models/deb_release_architecture_response_spec.rb +6 -0
  106. data/spec/models/deb_release_component_response_spec.rb +6 -0
  107. data/spec/models/deb_release_file_response_spec.rb +6 -0
  108. data/spec/models/deb_release_response_spec.rb +18 -0
  109. data/spec/models/deb_release_spec.rb +12 -0
  110. data/spec/models/deb_source_index_response_spec.rb +6 -0
  111. data/spec/models/deb_source_package_release_component_response_spec.rb +6 -0
  112. data/spec/models/deb_source_package_response_spec.rb +6 -0
  113. data/spec/models/deb_verbatim_publication_response_spec.rb +6 -0
  114. data/spec/models/repository_version_response_spec.rb +6 -0
  115. metadata +73 -73
@@ -34,10 +34,10 @@ describe 'ContentReleaseArchitecturesApi' do
34
34
 
35
35
  # unit tests for create
36
36
  # Create a release architecture
37
- # A ReleaseArchitecture represents a single dpkg architecture string. Associated artifacts: None; contains only metadata. Every ReleaseArchitecture is always associated with exactly one Release. This indicates that the release/distribution in question supports this architecture.
37
+ # Trigger an asynchronous task to create content,optionally create new repository version.
38
38
  # @param deb_release_architecture
39
39
  # @param [Hash] opts the optional parameters
40
- # @return [DebReleaseArchitectureResponse]
40
+ # @return [AsyncOperationResponse]
41
41
  describe 'create test' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -34,10 +34,10 @@ describe 'ContentReleaseComponentsApi' do
34
34
 
35
35
  # unit tests for create
36
36
  # Create a release component
37
- # A ReleaseComponent represents a single APT repository component. Associated artifacts: None; contains only metadata.
37
+ # Trigger an asynchronous task to create content,optionally create new repository version.
38
38
  # @param deb_release_component
39
39
  # @param [Hash] opts the optional parameters
40
- # @return [DebReleaseComponentResponse]
40
+ # @return [AsyncOperationResponse]
41
41
  describe 'create test' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -34,10 +34,10 @@ describe 'ContentReleasesApi' do
34
34
 
35
35
  # unit tests for create
36
36
  # Create a release
37
- # The Release contains release file fields, that are not relevant to the APT repo structure. Associated artifacts: None; contains only metadata. By non-structure relevant release file fields, we mean anything other than the Components and Architectures fields. These are handled by their own models and are not part of this model. Note that the distribution field is part of this model, but is not added to any published release files. The \"distribution\" is defined as the path between 'dists/' and some 'Release' file. As such, it encodes the path to the relevant release file within the APT repository. It is often (but not always) equal to the \"codename\" or the \"suite\".
37
+ # Trigger an asynchronous task to create content,optionally create new repository version.
38
38
  # @param deb_release
39
39
  # @param [Hash] opts the optional parameters
40
- # @return [DebReleaseResponse]
40
+ # @return [AsyncOperationResponse]
41
41
  describe 'create test' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'DebAptDistributionResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' 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
+
47
53
  describe 'test attribute "base_path"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'DebAptPublicationResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' 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
+
47
53
  describe 'test attribute "repository_version"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'DebAptRemoteResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' 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
+
47
53
  describe 'test attribute "name"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -86,12 +92,6 @@ describe 'DebAptRemoteResponse' do
86
92
  end
87
93
  end
88
94
 
89
- describe 'test attribute "pulp_last_updated"' 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
95
  describe 'test attribute "download_concurrency"' do
96
96
  it 'should work' do
97
97
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'DebAptRepositoryResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' 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
+
47
53
  describe 'test attribute "versions_href"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'DebGenericContentResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' 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
+
47
53
  describe 'test attribute "artifact"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'DebInstallerFileIndexResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' 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
+
47
53
  describe 'test attribute "artifacts"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'DebInstallerPackageResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' 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
+
47
53
  describe 'test attribute "artifact"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'DebPackageIndexResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' 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
+
47
53
  describe 'test attribute "artifacts"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'DebPackageReleaseComponentResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' 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
+
47
53
  describe 'test attribute "package"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'DebPackageResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' 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
+
47
53
  describe 'test attribute "artifact"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'DebReleaseArchitectureResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' 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
+
47
53
  describe 'test attribute "architecture"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'DebReleaseComponentResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' 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
+
47
53
  describe 'test attribute "component"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'DebReleaseFileResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' 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
+
47
53
  describe 'test attribute "artifacts"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'DebReleaseResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' 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
+
47
53
  describe 'test attribute "codename"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -86,4 +92,16 @@ describe 'DebReleaseResponse' do
86
92
  end
87
93
  end
88
94
 
95
+ describe 'test attribute "architectures"' 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
+ describe 'test attribute "components"' do
102
+ it 'should work' do
103
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
104
+ end
105
+ end
106
+
89
107
  end
@@ -80,4 +80,16 @@ describe 'DebRelease' do
80
80
  end
81
81
  end
82
82
 
83
+ describe 'test attribute "architectures"' 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 "components"' 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
+
83
95
  end
@@ -44,6 +44,12 @@ describe 'DebSourceIndexResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' 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
+
47
53
  describe 'test attribute "artifacts"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'DebSourcePackageReleaseComponentResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' 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
+
47
53
  describe 'test attribute "source_package"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'DebSourcePackageResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' 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
+
47
53
  describe 'test attribute "artifacts"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'DebVerbatimPublicationResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' 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
+
47
53
  describe 'test attribute "repository_version"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'RepositoryVersionResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' 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
+
47
53
  describe 'test attribute "number"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulp_deb_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.2
4
+ version: 3.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-29 00:00:00.000000000 Z
11
+ date: 2024-06-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -386,97 +386,97 @@ signing_key:
386
386
  specification_version: 4
387
387
  summary: Pulp 3 API Ruby Gem
388
388
  test_files:
389
- - spec/api/content_release_architectures_api_spec.rb
390
- - spec/api/content_installer_file_indices_api_spec.rb
391
- - spec/api/content_source_packages_api_spec.rb
392
389
  - spec/api/content_release_files_api_spec.rb
393
- - spec/api/distributions_apt_api_spec.rb
394
- - spec/api/content_source_indices_api_spec.rb
395
- - spec/api/content_package_indices_api_spec.rb
390
+ - spec/api/content_release_architectures_api_spec.rb
391
+ - spec/api/publications_apt_api_spec.rb
392
+ - spec/api/content_release_components_api_spec.rb
396
393
  - spec/api/deb_copy_api_spec.rb
397
- - spec/api/content_package_release_components_api_spec.rb
394
+ - spec/api/remotes_apt_api_spec.rb
398
395
  - spec/api/content_installer_packages_api_spec.rb
399
- - spec/api/repositories_apt_api_spec.rb
400
- - spec/api/repositories_apt_versions_api_spec.rb
396
+ - spec/api/publications_verbatim_api_spec.rb
401
397
  - spec/api/content_releases_api_spec.rb
402
- - spec/api/content_release_components_api_spec.rb
403
- - spec/api/content_generic_contents_api_spec.rb
404
- - spec/api/content_source_release_components_api_spec.rb
398
+ - spec/api/repositories_apt_versions_api_spec.rb
399
+ - spec/api/content_package_indices_api_spec.rb
405
400
  - spec/api/content_packages_api_spec.rb
406
- - spec/api/publications_apt_api_spec.rb
407
- - spec/api/remotes_apt_api_spec.rb
408
- - spec/api/publications_verbatim_api_spec.rb
401
+ - spec/api/content_source_release_components_api_spec.rb
402
+ - spec/api/repositories_apt_api_spec.rb
403
+ - spec/api/content_package_release_components_api_spec.rb
404
+ - spec/api/content_source_packages_api_spec.rb
405
+ - spec/api/content_source_indices_api_spec.rb
406
+ - spec/api/content_generic_contents_api_spec.rb
407
+ - spec/api/content_installer_file_indices_api_spec.rb
408
+ - spec/api/distributions_apt_api_spec.rb
409
409
  - spec/api_client_spec.rb
410
410
  - spec/configuration_spec.rb
411
- - spec/models/deb_release_file_response_spec.rb
412
- - spec/models/content_summary_response_spec.rb
413
- - spec/models/paginateddeb_source_package_response_list_spec.rb
414
- - spec/models/deb_apt_remote_response_spec.rb
415
- - spec/models/deb_apt_repository_response_spec.rb
411
+ - spec/models/paginateddeb_installer_file_index_response_list_spec.rb
412
+ - spec/models/patcheddeb_apt_distribution_spec.rb
413
+ - spec/models/deb_source_package_release_component_response_spec.rb
414
+ - spec/models/paginateddeb_release_file_response_list_spec.rb
415
+ - spec/models/deb_release_architecture_response_spec.rb
416
416
  - spec/models/unset_label_response_spec.rb
417
- - spec/models/paginateddeb_source_index_response_list_spec.rb
418
- - spec/models/deb_source_package_response_spec.rb
419
- - spec/models/deb_verbatim_publication_response_spec.rb
417
+ - spec/models/patcheddeb_apt_repository_spec.rb
418
+ - spec/models/set_label_response_spec.rb
419
+ - spec/models/deb_source_index_spec.rb
420
+ - spec/models/paginateddeb_release_response_list_spec.rb
421
+ - spec/models/deb_apt_publication_spec.rb
422
+ - spec/models/apt_repository_sync_url_spec.rb
420
423
  - spec/models/paginateddeb_installer_package_response_list_spec.rb
421
- - spec/models/patcheddeb_apt_remote_spec.rb
422
- - spec/models/set_label_spec.rb
423
424
  - spec/models/copy_spec.rb
424
- - spec/models/deb_package_index_spec.rb
425
- - spec/models/deb_release_file_spec.rb
426
- - spec/models/deb_apt_remote_response_hidden_fields_spec.rb
427
- - spec/models/deb_release_component_spec.rb
428
- - spec/models/deb_installer_package_response_spec.rb
429
- - spec/models/deb_release_component_response_spec.rb
430
- - spec/models/deb_package_release_component_spec.rb
425
+ - spec/models/deb_installer_package_spec.rb
426
+ - spec/models/content_summary_response_spec.rb
427
+ - spec/models/paginateddeb_source_package_response_list_spec.rb
431
428
  - spec/models/paginateddeb_apt_remote_response_list_spec.rb
429
+ - spec/models/deb_verbatim_publication_response_spec.rb
430
+ - spec/models/deb_generic_content_response_spec.rb
431
+ - spec/models/deb_apt_remote_response_hidden_fields_spec.rb
432
432
  - spec/models/deb_source_index_response_spec.rb
433
433
  - spec/models/paginateddeb_source_package_release_component_response_list_spec.rb
434
- - spec/models/deb_generic_content_response_spec.rb
435
- - spec/models/paginateddeb_installer_file_index_response_list_spec.rb
436
- - spec/models/paginateddeb_apt_repository_response_list_spec.rb
437
434
  - spec/models/repair_spec.rb
438
- - spec/models/repository_version_response_spec.rb
439
- - spec/models/paginateddeb_release_file_response_list_spec.rb
440
- - spec/models/deb_package_index_response_spec.rb
441
- - spec/models/paginateddeb_package_index_response_list_spec.rb
442
- - spec/models/deb_apt_remote_spec.rb
443
- - spec/models/paginateddeb_package_release_component_response_list_spec.rb
444
- - spec/models/paginateddeb_release_architecture_response_list_spec.rb
445
- - spec/models/deb_apt_distribution_response_spec.rb
446
- - spec/models/deb_verbatim_publication_spec.rb
435
+ - spec/models/repository_add_remove_content_spec.rb
447
436
  - spec/models/policy_enum_spec.rb
448
- - spec/models/deb_release_response_spec.rb
449
- - spec/models/paginateddeb_generic_content_response_list_spec.rb
437
+ - spec/models/paginateddeb_package_index_response_list_spec.rb
438
+ - spec/models/deb_source_package_response_spec.rb
450
439
  - spec/models/paginateddeb_apt_distribution_response_list_spec.rb
451
- - spec/models/set_label_response_spec.rb
452
- - spec/models/deb_package_release_component_response_spec.rb
453
- - spec/models/paginateddeb_verbatim_publication_response_list_spec.rb
454
- - spec/models/deb_release_spec.rb
455
- - spec/models/deb_installer_file_index_response_spec.rb
456
- - spec/models/deb_apt_publication_spec.rb
457
- - spec/models/unset_label_spec.rb
458
- - spec/models/paginateddeb_release_component_response_list_spec.rb
459
- - spec/models/patcheddeb_apt_distribution_spec.rb
460
- - spec/models/deb_source_index_spec.rb
461
- - spec/models/patcheddeb_apt_repository_spec.rb
462
- - spec/models/paginateddeb_release_response_list_spec.rb
463
- - spec/models/deb_package_spec.rb
464
- - spec/models/deb_source_package_release_component_response_spec.rb
465
- - spec/models/deb_package_response_spec.rb
466
- - spec/models/deb_release_architecture_response_spec.rb
467
- - spec/models/deb_installer_package_spec.rb
468
- - spec/models/deb_apt_distribution_spec.rb
440
+ - spec/models/deb_installer_file_index_spec.rb
441
+ - spec/models/deb_installer_package_response_spec.rb
442
+ - spec/models/deb_release_component_response_spec.rb
443
+ - spec/models/deb_verbatim_publication_spec.rb
444
+ - spec/models/repository_version_response_spec.rb
469
445
  - spec/models/deb_apt_publication_response_spec.rb
446
+ - spec/models/paginateddeb_package_response_list_spec.rb
447
+ - spec/models/deb_package_spec.rb
448
+ - spec/models/deb_release_spec.rb
470
449
  - spec/models/async_operation_response_spec.rb
450
+ - spec/models/deb_release_response_spec.rb
451
+ - spec/models/deb_release_component_spec.rb
452
+ - spec/models/patcheddeb_apt_remote_spec.rb
453
+ - spec/models/deb_package_index_response_spec.rb
471
454
  - spec/models/paginated_repository_version_response_list_spec.rb
472
- - spec/models/paginateddeb_package_response_list_spec.rb
455
+ - spec/models/paginateddeb_generic_content_response_list_spec.rb
456
+ - spec/models/deb_apt_distribution_response_spec.rb
457
+ - spec/models/paginateddeb_apt_publication_response_list_spec.rb
458
+ - spec/models/deb_package_release_component_spec.rb
459
+ - spec/models/deb_apt_repository_spec.rb
473
460
  - spec/models/deb_source_package_release_component_spec.rb
474
- - spec/models/repository_add_remove_content_spec.rb
461
+ - spec/models/set_label_spec.rb
462
+ - spec/models/paginateddeb_release_component_response_list_spec.rb
463
+ - spec/models/deb_apt_remote_spec.rb
464
+ - spec/models/deb_apt_distribution_spec.rb
465
+ - spec/models/paginateddeb_source_index_response_list_spec.rb
466
+ - spec/models/deb_generic_content_spec.rb
467
+ - spec/models/deb_apt_repository_response_spec.rb
468
+ - spec/models/deb_apt_remote_response_spec.rb
469
+ - spec/models/paginateddeb_verbatim_publication_response_list_spec.rb
470
+ - spec/models/deb_package_index_spec.rb
471
+ - spec/models/deb_release_file_response_spec.rb
472
+ - spec/models/paginateddeb_release_architecture_response_list_spec.rb
475
473
  - spec/models/deb_source_package_spec.rb
474
+ - spec/models/deb_release_file_spec.rb
475
+ - spec/models/paginateddeb_package_release_component_response_list_spec.rb
476
+ - spec/models/deb_installer_file_index_response_spec.rb
477
+ - spec/models/deb_package_release_component_response_spec.rb
478
+ - spec/models/paginateddeb_apt_repository_response_list_spec.rb
479
+ - spec/models/deb_package_response_spec.rb
480
+ - spec/models/unset_label_spec.rb
476
481
  - spec/models/deb_release_architecture_spec.rb
477
- - spec/models/deb_generic_content_spec.rb
478
- - spec/models/paginateddeb_apt_publication_response_list_spec.rb
479
- - spec/models/deb_apt_repository_spec.rb
480
- - spec/models/apt_repository_sync_url_spec.rb
481
- - spec/models/deb_installer_file_index_spec.rb
482
482
  - spec/spec_helper.rb