pulp_ansible_client 0.10.4 → 0.10.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 996115adc6d9daf86af5db851372b279b438c7406abb95bae2061c05e370ce8e
4
- data.tar.gz: 2955d8b8be944df3686fd7e016f18b447d03f851ee355880655fabcff92b3a48
3
+ metadata.gz: aef58cd226915fa05e7112ae789c5513999e9ee176aefb576125b34349b0f797
4
+ data.tar.gz: 8e677c94c8f0b9cf0d01aa963282ec6e3a598412043d2e888d0290f0ab7c92b8
5
5
  SHA512:
6
- metadata.gz: e81d68adad0abb37ebdfb101cb23a402831e3b067986b715c2ad53345060939ba69235319159ce1d7f9d02992e89ba57fec04af7c8f1e78214d89b4c529f9f33
7
- data.tar.gz: ce328c64c484a188b61ce5a7f1528c27de9d1a1c38b17898bf555e235a744d7154e8c3e399093991fa2e14acd9fa9404bb61b56f457d0d290a9dcc669870fb8e
6
+ metadata.gz: 04f6922dee8e7a58d9be443203dc1812a8a5ec9c8bb599dd1db04fb42c5d6d669e27044535753e086f69d819202bb8192b65de1e8dfd002e7f206d53b713fe84
7
+ data.tar.gz: 886e58c0b7b136505f4cbf4f1b6b4a86ef62c88256957d75820c4380ca754b41de75b69a113847e73c35e4512ce223c082d75d8d01a62200461ce57ea2e00780
data/README.md CHANGED
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: v3
10
- - Package version: 0.10.4
10
+ - Package version: 0.10.5
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
13
13
 
@@ -24,16 +24,16 @@ gem build pulp_ansible_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulp_ansible_client-0.10.4.gem
27
+ gem install ./pulp_ansible_client-0.10.5.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_ansible_client-0.10.4.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_ansible_client-0.10.5.gem` to install the development dependencies)
31
31
 
32
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
33
 
34
34
  Finally add this to the Gemfile:
35
35
 
36
- gem 'pulp_ansible_client', '~> 0.10.4'
36
+ gem 'pulp_ansible_client', '~> 0.10.5'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -5,8 +5,8 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
8
- **pulp_href** | **String** | | [optional] [readonly]
9
8
  **artifact** | **String** | Artifact file representing the physical content |
9
+ **pulp_href** | **String** | | [optional] [readonly]
10
10
  **md5** | **String** | The MD5 checksum if available. | [optional] [readonly]
11
11
  **sha1** | **String** | The SHA-1 checksum if available. | [optional] [readonly]
12
12
  **sha224** | **String** | The SHA-224 checksum if available. | [optional] [readonly]
@@ -38,8 +38,8 @@ Name | Type | Description | Notes
38
38
  require 'PulpAnsibleClient'
39
39
 
40
40
  instance = PulpAnsibleClient::AnsibleCollectionVersionResponse.new(pulp_created: null,
41
- pulp_href: null,
42
41
  artifact: null,
42
+ pulp_href: null,
43
43
  md5: null,
44
44
  sha1: null,
45
45
  sha224: null,
@@ -5,8 +5,8 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
8
- **pulp_href** | **String** | | [optional] [readonly]
9
8
  **artifact** | **String** | Artifact file representing the physical content |
9
+ **pulp_href** | **String** | | [optional] [readonly]
10
10
  **version** | **String** | |
11
11
  **name** | **String** | |
12
12
  **namespace** | **String** | |
@@ -17,8 +17,8 @@ Name | Type | Description | Notes
17
17
  require 'PulpAnsibleClient'
18
18
 
19
19
  instance = PulpAnsibleClient::AnsibleRoleResponse.new(pulp_created: null,
20
- pulp_href: null,
21
20
  artifact: null,
21
+ pulp_href: null,
22
22
  version: null,
23
23
  name: null,
24
24
  namespace: null)
@@ -18,11 +18,11 @@ module PulpAnsibleClient
18
18
  # Timestamp of creation.
19
19
  attr_accessor :pulp_created
20
20
 
21
- attr_accessor :pulp_href
22
-
23
21
  # Artifact file representing the physical content
24
22
  attr_accessor :artifact
25
23
 
24
+ attr_accessor :pulp_href
25
+
26
26
  # The MD5 checksum if available.
27
27
  attr_accessor :md5
28
28
 
@@ -98,8 +98,8 @@ module PulpAnsibleClient
98
98
  def self.attribute_map
99
99
  {
100
100
  :'pulp_created' => :'pulp_created',
101
- :'pulp_href' => :'pulp_href',
102
101
  :'artifact' => :'artifact',
102
+ :'pulp_href' => :'pulp_href',
103
103
  :'md5' => :'md5',
104
104
  :'sha1' => :'sha1',
105
105
  :'sha224' => :'sha224',
@@ -131,8 +131,8 @@ module PulpAnsibleClient
131
131
  def self.openapi_types
132
132
  {
133
133
  :'pulp_created' => :'DateTime',
134
- :'pulp_href' => :'String',
135
134
  :'artifact' => :'String',
135
+ :'pulp_href' => :'String',
136
136
  :'md5' => :'String',
137
137
  :'sha1' => :'String',
138
138
  :'sha224' => :'String',
@@ -186,14 +186,14 @@ module PulpAnsibleClient
186
186
  self.pulp_created = attributes[:'pulp_created']
187
187
  end
188
188
 
189
- if attributes.key?(:'pulp_href')
190
- self.pulp_href = attributes[:'pulp_href']
191
- end
192
-
193
189
  if attributes.key?(:'artifact')
194
190
  self.artifact = attributes[:'artifact']
195
191
  end
196
192
 
193
+ if attributes.key?(:'pulp_href')
194
+ self.pulp_href = attributes[:'pulp_href']
195
+ end
196
+
197
197
  if attributes.key?(:'md5')
198
198
  self.md5 = attributes[:'md5']
199
199
  end
@@ -549,8 +549,8 @@ module PulpAnsibleClient
549
549
  return true if self.equal?(o)
550
550
  self.class == o.class &&
551
551
  pulp_created == o.pulp_created &&
552
- pulp_href == o.pulp_href &&
553
552
  artifact == o.artifact &&
553
+ pulp_href == o.pulp_href &&
554
554
  md5 == o.md5 &&
555
555
  sha1 == o.sha1 &&
556
556
  sha224 == o.sha224 &&
@@ -586,7 +586,7 @@ module PulpAnsibleClient
586
586
  # Calculates hash code according to all attributes.
587
587
  # @return [Integer] Hash code
588
588
  def hash
589
- [pulp_created, pulp_href, artifact, md5, sha1, sha224, sha256, sha384, sha512, id, authors, contents, dependencies, description, docs_blob, manifest, files, documentation, homepage, issues, license, name, namespace, repository, tags, version, requires_ansible].hash
589
+ [pulp_created, artifact, pulp_href, md5, sha1, sha224, sha256, sha384, sha512, id, authors, contents, dependencies, description, docs_blob, manifest, files, documentation, homepage, issues, license, name, namespace, repository, tags, version, requires_ansible].hash
590
590
  end
591
591
 
592
592
  # Builds the object from hash
@@ -18,11 +18,11 @@ module PulpAnsibleClient
18
18
  # Timestamp of creation.
19
19
  attr_accessor :pulp_created
20
20
 
21
- attr_accessor :pulp_href
22
-
23
21
  # Artifact file representing the physical content
24
22
  attr_accessor :artifact
25
23
 
24
+ attr_accessor :pulp_href
25
+
26
26
  attr_accessor :version
27
27
 
28
28
  attr_accessor :name
@@ -33,8 +33,8 @@ module PulpAnsibleClient
33
33
  def self.attribute_map
34
34
  {
35
35
  :'pulp_created' => :'pulp_created',
36
- :'pulp_href' => :'pulp_href',
37
36
  :'artifact' => :'artifact',
37
+ :'pulp_href' => :'pulp_href',
38
38
  :'version' => :'version',
39
39
  :'name' => :'name',
40
40
  :'namespace' => :'namespace'
@@ -45,8 +45,8 @@ module PulpAnsibleClient
45
45
  def self.openapi_types
46
46
  {
47
47
  :'pulp_created' => :'DateTime',
48
- :'pulp_href' => :'String',
49
48
  :'artifact' => :'String',
49
+ :'pulp_href' => :'String',
50
50
  :'version' => :'String',
51
51
  :'name' => :'String',
52
52
  :'namespace' => :'String'
@@ -78,14 +78,14 @@ module PulpAnsibleClient
78
78
  self.pulp_created = attributes[:'pulp_created']
79
79
  end
80
80
 
81
- if attributes.key?(:'pulp_href')
82
- self.pulp_href = attributes[:'pulp_href']
83
- end
84
-
85
81
  if attributes.key?(:'artifact')
86
82
  self.artifact = attributes[:'artifact']
87
83
  end
88
84
 
85
+ if attributes.key?(:'pulp_href')
86
+ self.pulp_href = attributes[:'pulp_href']
87
+ end
88
+
89
89
  if attributes.key?(:'version')
90
90
  self.version = attributes[:'version']
91
91
  end
@@ -138,8 +138,8 @@ module PulpAnsibleClient
138
138
  return true if self.equal?(o)
139
139
  self.class == o.class &&
140
140
  pulp_created == o.pulp_created &&
141
- pulp_href == o.pulp_href &&
142
141
  artifact == o.artifact &&
142
+ pulp_href == o.pulp_href &&
143
143
  version == o.version &&
144
144
  name == o.name &&
145
145
  namespace == o.namespace
@@ -154,7 +154,7 @@ module PulpAnsibleClient
154
154
  # Calculates hash code according to all attributes.
155
155
  # @return [Integer] Hash code
156
156
  def hash
157
- [pulp_created, pulp_href, artifact, version, name, namespace].hash
157
+ [pulp_created, artifact, pulp_href, version, name, namespace].hash
158
158
  end
159
159
 
160
160
  # Builds the object from hash
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpAnsibleClient
14
- VERSION = '0.10.4'
14
+ VERSION = '0.10.5'
15
15
  end
@@ -38,13 +38,13 @@ describe 'AnsibleCollectionVersionResponse' do
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "pulp_href"' do
41
+ describe 'test attribute "artifact"' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
44
  end
45
45
  end
46
46
 
47
- describe 'test attribute "artifact"' do
47
+ describe 'test attribute "pulp_href"' do
48
48
  it 'should work' do
49
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
50
  end
@@ -38,13 +38,13 @@ describe 'AnsibleRoleResponse' do
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "pulp_href"' do
41
+ describe 'test attribute "artifact"' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
44
  end
45
45
  end
46
46
 
47
- describe 'test attribute "artifact"' do
47
+ describe 'test attribute "pulp_href"' do
48
48
  it 'should work' do
49
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
50
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulp_ansible_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.4
4
+ version: 0.10.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-11-17 00:00:00.000000000 Z
11
+ date: 2023-02-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -374,93 +374,93 @@ signing_key:
374
374
  specification_version: 4
375
375
  summary: Pulp 3 API Ruby Gem
376
376
  test_files:
377
- - spec/api/collection_import_api_spec.rb
378
- - spec/api/pulp_ansible_api_v3_api_spec.rb
379
- - spec/api/pulp_ansible_api_v3_collection_versions_all_api_spec.rb
380
- - spec/api/versions_api_spec.rb
381
- - spec/api/api_roles_api_spec.rb
382
- - spec/api/api_collections_api_spec.rb
383
- - spec/api/pulp_ansible_api_v3_collections_api_spec.rb
384
377
  - spec/api/remotes_role_api_spec.rb
385
- - spec/api/pulp_ansible_tags_api_spec.rb
386
- - spec/api/pulp_ansible_artifacts_collections_v3_api_spec.rb
378
+ - spec/api/galaxy_detail_api_spec.rb
379
+ - spec/api/content_collection_deprecations_api_spec.rb
387
380
  - spec/api/repositories_ansible_versions_api_spec.rb
388
- - spec/api/pulp_ansible_api_api_spec.rb
389
- - spec/api/pulp_ansible_api_v3_collections_all_api_spec.rb
381
+ - spec/api/versions_api_spec.rb
390
382
  - spec/api/content_collection_versions_api_spec.rb
383
+ - spec/api/pulp_ansible_api_v2_collections_versions_api_spec.rb
384
+ - spec/api/pulp_ansible_api_v3_collections_all_api_spec.rb
385
+ - spec/api/api_collections_api_spec.rb
386
+ - spec/api/pulp_ansible_tags_api_spec.rb
387
+ - spec/api/api_roles_api_spec.rb
388
+ - spec/api/repositories_ansible_api_spec.rb
389
+ - spec/api/distributions_ansible_api_spec.rb
391
390
  - spec/api/remotes_collection_api_spec.rb
391
+ - spec/api/pulp_ansible_artifacts_collections_v3_api_spec.rb
392
+ - spec/api/ansible_copy_api_spec.rb
393
+ - spec/api/pulp_ansible_api_v3_collection_versions_all_api_spec.rb
394
+ - spec/api/pulp_ansible_api_v3_api_spec.rb
395
+ - spec/api/pulp_ansible_api_v3_collections_api_spec.rb
392
396
  - spec/api/content_roles_api_spec.rb
393
- - spec/api/repositories_ansible_api_spec.rb
394
- - spec/api/content_collection_deprecations_api_spec.rb
397
+ - spec/api/collection_import_api_spec.rb
395
398
  - spec/api/pulp_ansible_api_v3_collections_versions_api_spec.rb
396
- - spec/api/pulp_ansible_api_v3_collections_versions_docs_blob_api_spec.rb
399
+ - spec/api/pulp_ansible_api_api_spec.rb
397
400
  - spec/api/ansible_collections_api_spec.rb
398
- - spec/api/pulp_ansible_api_v2_collections_versions_api_spec.rb
399
- - spec/api/ansible_copy_api_spec.rb
400
- - spec/api/distributions_ansible_api_spec.rb
401
- - spec/api/galaxy_detail_api_spec.rb
401
+ - spec/api/pulp_ansible_api_v3_collections_versions_docs_blob_api_spec.rb
402
402
  - spec/api_client_spec.rb
403
403
  - spec/configuration_spec.rb
404
- - spec/models/patchedansible_collection_remote_spec.rb
405
- - spec/models/ansible_collection_remote_spec.rb
406
- - spec/models/repository_version_response_spec.rb
404
+ - spec/models/tag_response_spec.rb
405
+ - spec/models/unpaginated_collection_version_response_spec.rb
406
+ - spec/models/collection_version_response_spec.rb
407
407
  - spec/models/ansible_ansible_repository_spec.rb
408
- - spec/models/paginated_collection_response_list_links_spec.rb
409
- - spec/models/ansible_ansible_distribution_spec.rb
410
- - spec/models/ansible_collection_version_response_spec.rb
411
- - spec/models/ansible_role_remote_spec.rb
412
- - spec/models/ansible_role_remote_response_spec.rb
413
- - spec/models/paginatedansible_role_response_list_spec.rb
414
- - spec/models/repository_version_spec.rb
415
- - spec/models/ansible_collection_version_spec.rb
416
- - spec/models/collection_response_spec.rb
417
- - spec/models/repo_metadata_response_spec.rb
418
- - spec/models/ansible_role_response_spec.rb
419
- - spec/models/async_operation_response_spec.rb
420
- - spec/models/paginated_galaxy_collection_version_response_list_spec.rb
421
- - spec/models/paginatedansible_collection_version_response_list_spec.rb
422
- - spec/models/collection_ref_response_spec.rb
408
+ - spec/models/paginated_galaxy_role_response_list_spec.rb
409
+ - spec/models/collection_import_detail_response_spec.rb
423
410
  - spec/models/paginated_repository_version_response_list_spec.rb
424
- - spec/models/collection_metadata_response_spec.rb
425
- - spec/models/unpaginated_collection_version_response_spec.rb
426
- - spec/models/collection_version_docs_response_spec.rb
411
+ - spec/models/galaxy_collection_response_spec.rb
412
+ - spec/models/ansible_role_spec.rb
427
413
  - spec/models/ansible_collection_remote_response_spec.rb
414
+ - spec/models/collection_response_spec.rb
415
+ - spec/models/ansible_ansible_distribution_spec.rb
416
+ - spec/models/ansible_ansible_repository_response_spec.rb
417
+ - spec/models/collection_version_docs_response_spec.rb
418
+ - spec/models/ansible_collection_remote_spec.rb
419
+ - spec/models/paginatedansible_collection_version_response_list_spec.rb
428
420
  - spec/models/galaxy_collection_version_response_spec.rb
421
+ - spec/models/patchedansible_ansible_repository_spec.rb
422
+ - spec/models/paginated_galaxy_role_version_response_list_spec.rb
423
+ - spec/models/collection_ref_response_spec.rb
424
+ - spec/models/artifact_ref_response_spec.rb
429
425
  - spec/models/galaxy_role_response_spec.rb
426
+ - spec/models/ansible_ansible_distribution_response_spec.rb
427
+ - spec/models/patchedansible_role_remote_spec.rb
428
+ - spec/models/repository_add_remove_content_spec.rb
429
+ - spec/models/repository_version_response_spec.rb
430
+ - spec/models/paginated_tag_response_list_spec.rb
431
+ - spec/models/paginated_galaxy_collection_version_response_list_spec.rb
430
432
  - spec/models/galaxy_role_version_response_spec.rb
433
+ - spec/models/ansible_collection_response_spec.rb
434
+ - spec/models/ansible_collection_spec.rb
435
+ - spec/models/ansible_repository_sync_url_spec.rb
436
+ - spec/models/collection_one_shot_spec.rb
437
+ - spec/models/paginated_galaxy_collection_response_list_spec.rb
438
+ - spec/models/async_operation_response_spec.rb
439
+ - spec/models/collection_namespace_response_spec.rb
440
+ - spec/models/content_summary_response_spec.rb
441
+ - spec/models/paginatedansible_role_response_list_spec.rb
442
+ - spec/models/policy_enum_spec.rb
431
443
  - spec/models/ansible_tag_response_spec.rb
432
- - spec/models/ansible_ansible_repository_response_spec.rb
444
+ - spec/models/paginatedansible_role_remote_response_list_spec.rb
445
+ - spec/models/patchedansible_collection_remote_spec.rb
446
+ - spec/models/ansible_role_remote_spec.rb
447
+ - spec/models/paginatedansible_collection_remote_response_list_spec.rb
448
+ - spec/models/collection_metadata_response_spec.rb
449
+ - spec/models/patchedansible_ansible_distribution_spec.rb
433
450
  - spec/models/paginatedansible_collection_response_list_spec.rb
434
- - spec/models/paginated_galaxy_role_response_list_spec.rb
435
- - spec/models/repository_add_remove_content_spec.rb
436
- - spec/models/paginated_galaxy_role_version_response_list_spec.rb
437
- - spec/models/patchedansible_ansible_repository_spec.rb
438
- - spec/models/content_summary_response_spec.rb
439
- - spec/models/ansible_ansible_distribution_response_spec.rb
440
- - spec/models/collection_import_detail_response_spec.rb
441
- - spec/models/content_summary_spec.rb
442
- - spec/models/collection_version_response_spec.rb
443
- - spec/models/paginated_galaxy_collection_response_list_spec.rb
444
- - spec/models/ansible_repository_sync_url_spec.rb
445
451
  - spec/models/copy_spec.rb
446
- - spec/models/paginatedansible_collection_remote_response_list_spec.rb
452
+ - spec/models/paginated_collection_response_list_spec.rb
453
+ - spec/models/ansible_role_response_spec.rb
454
+ - spec/models/paginated_collection_version_response_list_spec.rb
455
+ - spec/models/content_summary_spec.rb
456
+ - spec/models/ansible_collection_version_response_spec.rb
447
457
  - spec/models/galaxy_collection_spec.rb
448
- - spec/models/paginatedansible_ansible_repository_response_list_spec.rb
449
- - spec/models/ansible_collection_spec.rb
450
- - spec/models/paginated_tag_response_list_spec.rb
451
458
  - spec/models/paginated_collection_response_list_meta_spec.rb
452
- - spec/models/paginatedansible_role_remote_response_list_spec.rb
453
- - spec/models/collection_one_shot_spec.rb
454
- - spec/models/collection_namespace_response_spec.rb
455
- - spec/models/ansible_role_spec.rb
456
- - spec/models/patchedansible_role_remote_spec.rb
457
- - spec/models/artifact_ref_response_spec.rb
458
- - spec/models/paginated_collection_response_list_spec.rb
459
- - spec/models/ansible_collection_response_spec.rb
459
+ - spec/models/ansible_role_remote_response_spec.rb
460
+ - spec/models/ansible_collection_version_spec.rb
461
+ - spec/models/paginatedansible_ansible_repository_response_list_spec.rb
462
+ - spec/models/repo_metadata_response_spec.rb
460
463
  - spec/models/paginatedansible_ansible_distribution_response_list_spec.rb
461
- - spec/models/tag_response_spec.rb
462
- - spec/models/galaxy_collection_response_spec.rb
463
- - spec/models/paginated_collection_version_response_list_spec.rb
464
- - spec/models/policy_enum_spec.rb
465
- - spec/models/patchedansible_ansible_distribution_spec.rb
464
+ - spec/models/paginated_collection_response_list_links_spec.rb
465
+ - spec/models/repository_version_spec.rb
466
466
  - spec/spec_helper.rb