pulp_ansible_client 0.7.5 → 0.7.6

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: d3926aa52d728d737259acd9d44a65a0a6ac8f6ec8803cc277a1a822388f1f3e
4
- data.tar.gz: 283203181c79e9cf31f5dc769a38af96d83448bccb08305ea065ae3a01e60fd5
3
+ metadata.gz: a0d0e53720d1b271d282ed9b3c4462fdb43aca4f0b478dde88c83f40bbe981ac
4
+ data.tar.gz: 497f17fcbb7a33b47353ae32e3661a4acef7cdd5d92f0225f3ecab6a4a909bed
5
5
  SHA512:
6
- metadata.gz: 9b3bdedd13f1eddd17420f54c089c55d840ac2199f7365baf55d268dd0a9a9b867a409fb47edf2e62564c197c4040502a1ddfb9c7ff7c7813b7aa59d8e45dc4d
7
- data.tar.gz: 2d01af761e1f007ca68771e51cb4b84ad382dfbf7759d4428bcc1f5751649b17e0a118a0e8026db23c82f18f3b0510992cdfe56b649bd8baff3a59a425f16e11
6
+ metadata.gz: 9f4e95fa41ffd741bbc98a2b62e9b4c3cff3763beb99e59a056b1693e72efcc5778f41709d1512c00acec3e44a0a94a201e516a8db84da3a35675426d10423a2
7
+ data.tar.gz: dd22d0c4039ca94a94249f0c0cafc028ebc2ab19bd1b0f6fdf31e05cc8c386a6abab140b537ea4618de29215290258b118d3f361205228d07fed3c4c8ce60dcc
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.7.5
10
+ - Package version: 0.7.6
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.7.5.gem
27
+ gem install ./pulp_ansible_client-0.7.6.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_ansible_client-0.7.5.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_ansible_client-0.7.6.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.7.5'
36
+ gem 'pulp_ansible_client', '~> 0.7.6'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -4,8 +4,8 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **artifact** | **String** | Artifact file representing the physical content |
8
7
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
8
+ **artifact** | **String** | Artifact file representing the physical content |
9
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]
@@ -37,8 +37,8 @@ Name | Type | Description | Notes
37
37
  ```ruby
38
38
  require 'PulpAnsibleClient'
39
39
 
40
- instance = PulpAnsibleClient::AnsibleCollectionVersionResponse.new(artifact: null,
41
- pulp_created: null,
40
+ instance = PulpAnsibleClient::AnsibleCollectionVersionResponse.new(pulp_created: null,
41
+ artifact: null,
42
42
  pulp_href: null,
43
43
  md5: null,
44
44
  sha1: null,
@@ -4,8 +4,8 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **artifact** | **String** | Artifact file representing the physical content |
8
7
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
8
+ **artifact** | **String** | Artifact file representing the physical content |
9
9
  **pulp_href** | **String** | | [optional] [readonly]
10
10
  **version** | **String** | |
11
11
  **name** | **String** | |
@@ -16,8 +16,8 @@ Name | Type | Description | Notes
16
16
  ```ruby
17
17
  require 'PulpAnsibleClient'
18
18
 
19
- instance = PulpAnsibleClient::AnsibleRoleResponse.new(artifact: null,
20
- pulp_created: null,
19
+ instance = PulpAnsibleClient::AnsibleRoleResponse.new(pulp_created: null,
20
+ artifact: null,
21
21
  pulp_href: null,
22
22
  version: null,
23
23
  name: null,
@@ -118,9 +118,6 @@ module PulpAnsibleClient
118
118
  update_params_for_auth! header_params, query_params, opts[:auth_names]
119
119
 
120
120
  req_opts = {
121
- :method => http_method,
122
- :headers => header_params,
123
- :params => query_params,
124
121
  :params_encoding => @config.params_encoding,
125
122
  :timeout => @config.timeout,
126
123
  :verbose => @config.debugging
@@ -128,13 +125,13 @@ module PulpAnsibleClient
128
125
 
129
126
  if [:post, :patch, :put, :delete].include?(http_method)
130
127
  req_body = build_request_body(header_params, form_params, opts[:body])
131
- req_opts.update :body => req_body
132
128
  if @config.debugging
133
129
  @config.logger.debug "HTTP request body param ~BEGIN~\n#{req_body}\n~END~\n"
134
130
  end
135
131
  end
136
132
  request.headers = header_params
137
133
  request.body = req_body
134
+ request.options = OpenStruct.new(req_opts)
138
135
  request.url url
139
136
  request.params = query_params
140
137
  download_file(request) if opts[:return_type] == 'File'
@@ -140,6 +140,7 @@ module PulpAnsibleClient
140
140
  @ssl_client_cert = nil
141
141
  @ssl_client_key = nil
142
142
  @params_encoder = nil
143
+ @timeout = 60
143
144
  @debugging = false
144
145
  @inject_format = false
145
146
  @force_ending_format = false
@@ -15,12 +15,12 @@ require 'date'
15
15
  module PulpAnsibleClient
16
16
  # A serializer for CollectionVersion Content.
17
17
  class AnsibleCollectionVersionResponse
18
- # Artifact file representing the physical content
19
- attr_accessor :artifact
20
-
21
18
  # Timestamp of creation.
22
19
  attr_accessor :pulp_created
23
20
 
21
+ # Artifact file representing the physical content
22
+ attr_accessor :artifact
23
+
24
24
  attr_accessor :pulp_href
25
25
 
26
26
  # The MD5 checksum if available.
@@ -97,8 +97,8 @@ module PulpAnsibleClient
97
97
  # Attribute mapping from ruby-style variable name to JSON key.
98
98
  def self.attribute_map
99
99
  {
100
- :'artifact' => :'artifact',
101
100
  :'pulp_created' => :'pulp_created',
101
+ :'artifact' => :'artifact',
102
102
  :'pulp_href' => :'pulp_href',
103
103
  :'md5' => :'md5',
104
104
  :'sha1' => :'sha1',
@@ -130,8 +130,8 @@ module PulpAnsibleClient
130
130
  # Attribute type mapping.
131
131
  def self.openapi_types
132
132
  {
133
- :'artifact' => :'String',
134
133
  :'pulp_created' => :'DateTime',
134
+ :'artifact' => :'String',
135
135
  :'pulp_href' => :'String',
136
136
  :'md5' => :'String',
137
137
  :'sha1' => :'String',
@@ -182,14 +182,14 @@ module PulpAnsibleClient
182
182
  h[k.to_sym] = v
183
183
  }
184
184
 
185
- if attributes.key?(:'artifact')
186
- self.artifact = attributes[:'artifact']
187
- end
188
-
189
185
  if attributes.key?(:'pulp_created')
190
186
  self.pulp_created = attributes[:'pulp_created']
191
187
  end
192
188
 
189
+ if attributes.key?(:'artifact')
190
+ self.artifact = attributes[:'artifact']
191
+ end
192
+
193
193
  if attributes.key?(:'pulp_href')
194
194
  self.pulp_href = attributes[:'pulp_href']
195
195
  end
@@ -550,8 +550,8 @@ module PulpAnsibleClient
550
550
  def ==(o)
551
551
  return true if self.equal?(o)
552
552
  self.class == o.class &&
553
- artifact == o.artifact &&
554
553
  pulp_created == o.pulp_created &&
554
+ artifact == o.artifact &&
555
555
  pulp_href == o.pulp_href &&
556
556
  md5 == o.md5 &&
557
557
  sha1 == o.sha1 &&
@@ -588,7 +588,7 @@ module PulpAnsibleClient
588
588
  # Calculates hash code according to all attributes.
589
589
  # @return [Integer] Hash code
590
590
  def hash
591
- [artifact, pulp_created, 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
591
+ [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
592
592
  end
593
593
 
594
594
  # Builds the object from hash
@@ -15,12 +15,12 @@ require 'date'
15
15
  module PulpAnsibleClient
16
16
  # A serializer for Role versions.
17
17
  class AnsibleRoleResponse
18
- # Artifact file representing the physical content
19
- attr_accessor :artifact
20
-
21
18
  # Timestamp of creation.
22
19
  attr_accessor :pulp_created
23
20
 
21
+ # Artifact file representing the physical content
22
+ attr_accessor :artifact
23
+
24
24
  attr_accessor :pulp_href
25
25
 
26
26
  attr_accessor :version
@@ -32,8 +32,8 @@ module PulpAnsibleClient
32
32
  # Attribute mapping from ruby-style variable name to JSON key.
33
33
  def self.attribute_map
34
34
  {
35
- :'artifact' => :'artifact',
36
35
  :'pulp_created' => :'pulp_created',
36
+ :'artifact' => :'artifact',
37
37
  :'pulp_href' => :'pulp_href',
38
38
  :'version' => :'version',
39
39
  :'name' => :'name',
@@ -44,8 +44,8 @@ module PulpAnsibleClient
44
44
  # Attribute type mapping.
45
45
  def self.openapi_types
46
46
  {
47
- :'artifact' => :'String',
48
47
  :'pulp_created' => :'DateTime',
48
+ :'artifact' => :'String',
49
49
  :'pulp_href' => :'String',
50
50
  :'version' => :'String',
51
51
  :'name' => :'String',
@@ -74,14 +74,14 @@ module PulpAnsibleClient
74
74
  h[k.to_sym] = v
75
75
  }
76
76
 
77
- if attributes.key?(:'artifact')
78
- self.artifact = attributes[:'artifact']
79
- end
80
-
81
77
  if attributes.key?(:'pulp_created')
82
78
  self.pulp_created = attributes[:'pulp_created']
83
79
  end
84
80
 
81
+ if attributes.key?(:'artifact')
82
+ self.artifact = attributes[:'artifact']
83
+ end
84
+
85
85
  if attributes.key?(:'pulp_href')
86
86
  self.pulp_href = attributes[:'pulp_href']
87
87
  end
@@ -137,8 +137,8 @@ module PulpAnsibleClient
137
137
  def ==(o)
138
138
  return true if self.equal?(o)
139
139
  self.class == o.class &&
140
- artifact == o.artifact &&
141
140
  pulp_created == o.pulp_created &&
141
+ artifact == o.artifact &&
142
142
  pulp_href == o.pulp_href &&
143
143
  version == o.version &&
144
144
  name == o.name &&
@@ -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
- [artifact, pulp_created, pulp_href, 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.7.5'
14
+ VERSION = '0.7.6'
15
15
  end
@@ -27,7 +27,7 @@ Gem::Specification.new do |s|
27
27
  s.license = 'GPL-2.0+'
28
28
  s.required_ruby_version = ">= 1.9"
29
29
 
30
- s.add_runtime_dependency 'faraday', '~> 1.0', '< 1.9.0'
30
+ s.add_runtime_dependency 'faraday', '~> 0.17', '< 1.9.0'
31
31
  s.add_runtime_dependency 'json', '~> 2.1', '>= 2.1.0'
32
32
 
33
33
  s.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0'
@@ -32,13 +32,13 @@ describe 'AnsibleCollectionVersionResponse' do
32
32
  expect(@instance).to be_instance_of(PulpAnsibleClient::AnsibleCollectionVersionResponse)
33
33
  end
34
34
  end
35
- describe 'test attribute "artifact"' do
35
+ describe 'test attribute "pulp_created"' do
36
36
  it 'should work' do
37
37
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "pulp_created"' 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
@@ -32,13 +32,13 @@ describe 'AnsibleRoleResponse' do
32
32
  expect(@instance).to be_instance_of(PulpAnsibleClient::AnsibleRoleResponse)
33
33
  end
34
34
  end
35
- describe 'test attribute "artifact"' do
35
+ describe 'test attribute "pulp_created"' do
36
36
  it 'should work' do
37
37
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "pulp_created"' 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
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.7.5
4
+ version: 0.7.6
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-01-31 00:00:00.000000000 Z
11
+ date: 2022-06-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '1.0'
19
+ version: '0.17'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 1.9.0
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - "~>"
28
28
  - !ruby/object:Gem::Version
29
- version: '1.0'
29
+ version: '0.17'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 1.9.0
@@ -366,90 +366,90 @@ signing_key:
366
366
  specification_version: 4
367
367
  summary: Pulp 3 API Ruby Gem
368
368
  test_files:
369
- - spec/api/api_collections_api_spec.rb
370
- - spec/api/content_roles_api_spec.rb
371
- - spec/api/pulp_ansible_galaxy_api_v3_collections_api_spec.rb
372
- - spec/api/repositories_ansible_api_spec.rb
373
- - spec/api/ansible_copy_api_spec.rb
374
369
  - spec/api/versions_api_spec.rb
375
- - spec/api/pulp_ansible_galaxy_api_v3_all_api_spec.rb
376
- - spec/api/pulp_ansible_galaxy_api_v3_collections_docs_blob_api_spec.rb
377
370
  - spec/api/galaxy_detail_api_spec.rb
378
- - spec/api/content_collection_versions_api_spec.rb
379
- - spec/api/collection_import_api_spec.rb
380
- - spec/api/pulp_ansible_galaxy_api_v2_versions_api_spec.rb
381
- - spec/api/pulp_ansible_api_api_spec.rb
371
+ - spec/api/remotes_role_api_spec.rb
372
+ - spec/api/pulp_ansible_galaxy_v3_api_spec.rb
382
373
  - spec/api/ansible_collections_api_spec.rb
374
+ - spec/api/content_roles_api_spec.rb
375
+ - spec/api/repositories_ansible_api_spec.rb
376
+ - spec/api/pulp_ansible_galaxy_api_v2_versions_api_spec.rb
377
+ - spec/api/collection_import_api_spec.rb
383
378
  - spec/api/repositories_ansible_versions_api_spec.rb
384
- - spec/api/pulp_ansible_tags_api_spec.rb
379
+ - spec/api/ansible_copy_api_spec.rb
380
+ - spec/api/pulp_ansible_galaxy_api_v3_collections_docs_blob_api_spec.rb
385
381
  - spec/api/api_roles_api_spec.rb
386
- - spec/api/remotes_collection_api_spec.rb
387
- - spec/api/remotes_role_api_spec.rb
388
382
  - spec/api/pulp_ansible_galaxy_api_collections_api_spec.rb
389
- - spec/api/pulp_ansible_galaxy_v3_api_spec.rb
390
- - spec/api/distributions_ansible_api_spec.rb
383
+ - spec/api/pulp_ansible_api_api_spec.rb
384
+ - spec/api/content_collection_versions_api_spec.rb
385
+ - spec/api/pulp_ansible_galaxy_api_v3_all_api_spec.rb
386
+ - spec/api/remotes_collection_api_spec.rb
391
387
  - spec/api/pulp_ansible_galaxy_api_v3_versions_api_spec.rb
388
+ - spec/api/pulp_ansible_tags_api_spec.rb
389
+ - spec/api/pulp_ansible_galaxy_api_v3_collections_api_spec.rb
390
+ - spec/api/api_collections_api_spec.rb
391
+ - spec/api/distributions_ansible_api_spec.rb
392
392
  - spec/api_client_spec.rb
393
393
  - spec/configuration_spec.rb
394
- - spec/models/ansible_ansible_repository_spec.rb
395
- - spec/models/paginatedansible_role_remote_response_list_spec.rb
396
- - spec/models/paginated_collection_response_list_meta_spec.rb
397
- - spec/models/collection_version_response_spec.rb
398
- - spec/models/policy_enum_spec.rb
399
- - spec/models/ansible_ansible_repository_response_spec.rb
400
- - spec/models/ansible_collection_version_spec.rb
401
- - spec/models/galaxy_collection_version_response_spec.rb
402
- - spec/models/ansible_role_response_spec.rb
403
- - spec/models/paginated_galaxy_role_response_list_spec.rb
404
- - spec/models/paginated_collection_version_response_list_spec.rb
405
- - spec/models/paginatedansible_ansible_repository_response_list_spec.rb
406
- - spec/models/galaxy_collection_response_spec.rb
407
- - spec/models/galaxy_role_response_spec.rb
394
+ - spec/models/galaxy_collection_spec.rb
408
395
  - spec/models/paginatedansible_ansible_distribution_response_list_spec.rb
409
- - spec/models/collection_metadata_response_spec.rb
410
- - spec/models/ansible_repository_sync_url_spec.rb
411
- - spec/models/collection_version_docs_response_spec.rb
412
- - spec/models/repository_add_remove_content_spec.rb
396
+ - spec/models/paginated_collection_version_response_list_spec.rb
413
397
  - spec/models/paginated_repository_version_response_list_spec.rb
414
- - spec/models/paginated_galaxy_collection_response_list_spec.rb
415
- - spec/models/collection_import_detail_response_spec.rb
416
- - spec/models/ansible_role_remote_response_spec.rb
417
- - spec/models/paginated_galaxy_role_version_response_list_spec.rb
418
- - spec/models/async_operation_response_spec.rb
419
- - spec/models/ansible_collection_remote_response_spec.rb
420
- - spec/models/ansible_ansible_distribution_spec.rb
421
- - spec/models/content_summary_spec.rb
398
+ - spec/models/paginatedansible_role_response_list_spec.rb
399
+ - spec/models/content_summary_response_spec.rb
400
+ - spec/models/patchedansible_role_remote_spec.rb
422
401
  - spec/models/artifact_ref_response_spec.rb
423
- - spec/models/collection_response_spec.rb
424
- - spec/models/paginatedansible_collection_response_list_spec.rb
425
- - spec/models/paginated_tag_response_list_spec.rb
426
- - spec/models/repo_metadata_response_spec.rb
427
- - spec/models/ansible_collection_version_response_spec.rb
402
+ - spec/models/paginated_collection_response_list_links_spec.rb
428
403
  - spec/models/paginated_collection_response_list_spec.rb
429
- - spec/models/patchedansible_collection_remote_spec.rb
430
- - spec/models/collection_one_shot_spec.rb
431
- - spec/models/ansible_collection_response_spec.rb
432
404
  - spec/models/collection_ref_response_spec.rb
433
- - spec/models/paginatedansible_role_response_list_spec.rb
434
- - spec/models/galaxy_role_version_response_spec.rb
435
- - spec/models/galaxy_collection_spec.rb
436
- - spec/models/paginatedansible_collection_remote_response_list_spec.rb
437
- - spec/models/repository_version_spec.rb
438
- - spec/models/ansible_role_spec.rb
405
+ - spec/models/ansible_collection_response_spec.rb
406
+ - spec/models/paginatedansible_collection_response_list_spec.rb
407
+ - spec/models/copy_spec.rb
439
408
  - spec/models/paginatedansible_collection_version_response_list_spec.rb
440
- - spec/models/paginated_collection_response_list_links_spec.rb
441
- - spec/models/ansible_collection_remote_spec.rb
442
409
  - spec/models/patchedansible_ansible_distribution_spec.rb
443
410
  - spec/models/paginated_galaxy_collection_version_response_list_spec.rb
444
- - spec/models/content_summary_response_spec.rb
445
- - spec/models/unpaginated_collection_version_response_spec.rb
446
- - spec/models/ansible_tag_response_spec.rb
447
- - spec/models/copy_spec.rb
448
- - spec/models/ansible_ansible_distribution_response_spec.rb
449
- - spec/models/collection_namespace_response_spec.rb
450
- - spec/models/patchedansible_role_remote_spec.rb
411
+ - spec/models/ansible_collection_version_response_spec.rb
412
+ - spec/models/collection_import_detail_response_spec.rb
413
+ - spec/models/ansible_collection_remote_spec.rb
451
414
  - spec/models/ansible_role_remote_spec.rb
415
+ - spec/models/paginated_galaxy_role_version_response_list_spec.rb
416
+ - spec/models/content_summary_spec.rb
417
+ - spec/models/ansible_ansible_repository_response_spec.rb
418
+ - spec/models/policy_enum_spec.rb
419
+ - spec/models/ansible_role_remote_response_spec.rb
420
+ - spec/models/paginatedansible_role_remote_response_list_spec.rb
421
+ - spec/models/ansible_role_response_spec.rb
422
+ - spec/models/ansible_tag_response_spec.rb
423
+ - spec/models/tag_response_spec.rb
452
424
  - spec/models/patchedansible_ansible_repository_spec.rb
425
+ - spec/models/ansible_ansible_repository_spec.rb
426
+ - spec/models/collection_response_spec.rb
427
+ - spec/models/galaxy_role_version_response_spec.rb
428
+ - spec/models/ansible_collection_remote_response_spec.rb
429
+ - spec/models/collection_version_docs_response_spec.rb
430
+ - spec/models/async_operation_response_spec.rb
431
+ - spec/models/collection_one_shot_spec.rb
432
+ - spec/models/paginated_collection_response_list_meta_spec.rb
433
+ - spec/models/ansible_ansible_distribution_response_spec.rb
434
+ - spec/models/repository_add_remove_content_spec.rb
435
+ - spec/models/galaxy_collection_response_spec.rb
436
+ - spec/models/collection_version_response_spec.rb
437
+ - spec/models/paginated_tag_response_list_spec.rb
438
+ - spec/models/paginated_galaxy_role_response_list_spec.rb
439
+ - spec/models/paginatedansible_ansible_repository_response_list_spec.rb
453
440
  - spec/models/repository_version_response_spec.rb
454
- - spec/models/tag_response_spec.rb
441
+ - spec/models/ansible_role_spec.rb
442
+ - spec/models/patchedansible_collection_remote_spec.rb
443
+ - spec/models/ansible_repository_sync_url_spec.rb
444
+ - spec/models/collection_metadata_response_spec.rb
445
+ - spec/models/paginated_galaxy_collection_response_list_spec.rb
446
+ - spec/models/ansible_collection_version_spec.rb
447
+ - spec/models/repository_version_spec.rb
448
+ - spec/models/paginatedansible_collection_remote_response_list_spec.rb
449
+ - spec/models/galaxy_role_response_spec.rb
450
+ - spec/models/unpaginated_collection_version_response_spec.rb
451
+ - spec/models/collection_namespace_response_spec.rb
452
+ - spec/models/repo_metadata_response_spec.rb
453
+ - spec/models/galaxy_collection_version_response_spec.rb
454
+ - spec/models/ansible_ansible_distribution_spec.rb
455
455
  - spec/spec_helper.rb