pulpcore_client 3.49.3 → 3.50.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.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/docs/ArtifactDistributionResponse.md +11 -11
- data/docs/PaginatedAccessPolicyResponseList.md +2 -2
- data/docs/PaginatedArtifactDistributionResponseList.md +2 -2
- data/docs/PaginatedArtifactResponseList.md +2 -2
- data/docs/PaginatedCompositeContentGuardResponseList.md +2 -2
- data/docs/PaginatedContentGuardResponseList.md +2 -2
- data/docs/PaginatedContentRedirectContentGuardResponseList.md +2 -2
- data/docs/PaginatedDistributionResponseList.md +2 -2
- data/docs/PaginatedDomainResponseList.md +2 -2
- data/docs/PaginatedFilesystemExportResponseList.md +2 -2
- data/docs/PaginatedFilesystemExporterResponseList.md +2 -2
- data/docs/PaginatedGroupResponseList.md +2 -2
- data/docs/PaginatedGroupRoleResponseList.md +2 -2
- data/docs/PaginatedGroupUserResponseList.md +2 -2
- data/docs/PaginatedHeaderContentGuardResponseList.md +2 -2
- data/docs/PaginatedImportResponseList.md +2 -2
- data/docs/PaginatedMultipleArtifactContentResponseList.md +2 -2
- data/docs/PaginatedPublicationResponseList.md +2 -2
- data/docs/PaginatedPulpExportResponseList.md +2 -2
- data/docs/PaginatedPulpExporterResponseList.md +2 -2
- data/docs/PaginatedPulpImporterResponseList.md +2 -2
- data/docs/PaginatedRBACContentGuardResponseList.md +2 -2
- data/docs/PaginatedRemoteResponseList.md +2 -2
- data/docs/PaginatedRepositoryResponseList.md +2 -2
- data/docs/PaginatedRepositoryVersionResponseList.md +2 -2
- data/docs/PaginatedRoleResponseList.md +2 -2
- data/docs/PaginatedSigningServiceResponseList.md +2 -2
- data/docs/PaginatedTaskGroupResponseList.md +2 -2
- data/docs/PaginatedTaskResponseList.md +2 -2
- data/docs/PaginatedTaskScheduleResponseList.md +2 -2
- data/docs/PaginatedUploadResponseList.md +2 -2
- data/docs/PaginatedUpstreamPulpResponseList.md +2 -2
- data/docs/PaginatedUserResponseList.md +2 -2
- data/docs/PaginatedUserRoleResponseList.md +2 -2
- data/docs/PaginatedWorkerResponseList.md +2 -2
- data/docs/TasksApi.md +2 -2
- data/lib/pulpcore_client/api/tasks_api.rb +2 -2
- data/lib/pulpcore_client/models/artifact_distribution_response.rb +50 -50
- data/lib/pulpcore_client/models/paginated_access_policy_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_artifact_distribution_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_artifact_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_composite_content_guard_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_content_guard_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_content_redirect_content_guard_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_distribution_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_domain_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_filesystem_export_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_filesystem_exporter_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_group_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_group_role_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_group_user_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_header_content_guard_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_import_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_multiple_artifact_content_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_publication_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_pulp_export_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_pulp_exporter_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_pulp_importer_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_rbac_content_guard_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_remote_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_repository_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_repository_version_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_role_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_signing_service_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_task_group_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_task_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_task_schedule_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_upload_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_upstream_pulp_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_user_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_user_role_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_worker_response_list.rb +10 -0
- data/lib/pulpcore_client/version.rb +1 -1
- data/spec/api/tasks_api_spec.rb +1 -1
- data/spec/models/artifact_distribution_response_spec.rb +9 -9
- metadata +2 -2
|
@@ -88,12 +88,22 @@ module PulpcoreClient
|
|
|
88
88
|
# @return Array for valid properties with the reasons
|
|
89
89
|
def list_invalid_properties
|
|
90
90
|
invalid_properties = Array.new
|
|
91
|
+
if @count.nil?
|
|
92
|
+
invalid_properties.push('invalid value for "count", count cannot be nil.')
|
|
93
|
+
end
|
|
94
|
+
|
|
95
|
+
if @results.nil?
|
|
96
|
+
invalid_properties.push('invalid value for "results", results cannot be nil.')
|
|
97
|
+
end
|
|
98
|
+
|
|
91
99
|
invalid_properties
|
|
92
100
|
end
|
|
93
101
|
|
|
94
102
|
# Check to see if the all the properties in the model are valid
|
|
95
103
|
# @return true if the model is valid
|
|
96
104
|
def valid?
|
|
105
|
+
return false if @count.nil?
|
|
106
|
+
return false if @results.nil?
|
|
97
107
|
true
|
|
98
108
|
end
|
|
99
109
|
|
|
@@ -88,12 +88,22 @@ module PulpcoreClient
|
|
|
88
88
|
# @return Array for valid properties with the reasons
|
|
89
89
|
def list_invalid_properties
|
|
90
90
|
invalid_properties = Array.new
|
|
91
|
+
if @count.nil?
|
|
92
|
+
invalid_properties.push('invalid value for "count", count cannot be nil.')
|
|
93
|
+
end
|
|
94
|
+
|
|
95
|
+
if @results.nil?
|
|
96
|
+
invalid_properties.push('invalid value for "results", results cannot be nil.')
|
|
97
|
+
end
|
|
98
|
+
|
|
91
99
|
invalid_properties
|
|
92
100
|
end
|
|
93
101
|
|
|
94
102
|
# Check to see if the all the properties in the model are valid
|
|
95
103
|
# @return true if the model is valid
|
|
96
104
|
def valid?
|
|
105
|
+
return false if @count.nil?
|
|
106
|
+
return false if @results.nil?
|
|
97
107
|
true
|
|
98
108
|
end
|
|
99
109
|
|
|
@@ -88,12 +88,22 @@ module PulpcoreClient
|
|
|
88
88
|
# @return Array for valid properties with the reasons
|
|
89
89
|
def list_invalid_properties
|
|
90
90
|
invalid_properties = Array.new
|
|
91
|
+
if @count.nil?
|
|
92
|
+
invalid_properties.push('invalid value for "count", count cannot be nil.')
|
|
93
|
+
end
|
|
94
|
+
|
|
95
|
+
if @results.nil?
|
|
96
|
+
invalid_properties.push('invalid value for "results", results cannot be nil.')
|
|
97
|
+
end
|
|
98
|
+
|
|
91
99
|
invalid_properties
|
|
92
100
|
end
|
|
93
101
|
|
|
94
102
|
# Check to see if the all the properties in the model are valid
|
|
95
103
|
# @return true if the model is valid
|
|
96
104
|
def valid?
|
|
105
|
+
return false if @count.nil?
|
|
106
|
+
return false if @results.nil?
|
|
97
107
|
true
|
|
98
108
|
end
|
|
99
109
|
|
|
@@ -88,12 +88,22 @@ module PulpcoreClient
|
|
|
88
88
|
# @return Array for valid properties with the reasons
|
|
89
89
|
def list_invalid_properties
|
|
90
90
|
invalid_properties = Array.new
|
|
91
|
+
if @count.nil?
|
|
92
|
+
invalid_properties.push('invalid value for "count", count cannot be nil.')
|
|
93
|
+
end
|
|
94
|
+
|
|
95
|
+
if @results.nil?
|
|
96
|
+
invalid_properties.push('invalid value for "results", results cannot be nil.')
|
|
97
|
+
end
|
|
98
|
+
|
|
91
99
|
invalid_properties
|
|
92
100
|
end
|
|
93
101
|
|
|
94
102
|
# Check to see if the all the properties in the model are valid
|
|
95
103
|
# @return true if the model is valid
|
|
96
104
|
def valid?
|
|
105
|
+
return false if @count.nil?
|
|
106
|
+
return false if @results.nil?
|
|
97
107
|
true
|
|
98
108
|
end
|
|
99
109
|
|
|
@@ -88,12 +88,22 @@ module PulpcoreClient
|
|
|
88
88
|
# @return Array for valid properties with the reasons
|
|
89
89
|
def list_invalid_properties
|
|
90
90
|
invalid_properties = Array.new
|
|
91
|
+
if @count.nil?
|
|
92
|
+
invalid_properties.push('invalid value for "count", count cannot be nil.')
|
|
93
|
+
end
|
|
94
|
+
|
|
95
|
+
if @results.nil?
|
|
96
|
+
invalid_properties.push('invalid value for "results", results cannot be nil.')
|
|
97
|
+
end
|
|
98
|
+
|
|
91
99
|
invalid_properties
|
|
92
100
|
end
|
|
93
101
|
|
|
94
102
|
# Check to see if the all the properties in the model are valid
|
|
95
103
|
# @return true if the model is valid
|
|
96
104
|
def valid?
|
|
105
|
+
return false if @count.nil?
|
|
106
|
+
return false if @results.nil?
|
|
97
107
|
true
|
|
98
108
|
end
|
|
99
109
|
|
|
@@ -88,12 +88,22 @@ module PulpcoreClient
|
|
|
88
88
|
# @return Array for valid properties with the reasons
|
|
89
89
|
def list_invalid_properties
|
|
90
90
|
invalid_properties = Array.new
|
|
91
|
+
if @count.nil?
|
|
92
|
+
invalid_properties.push('invalid value for "count", count cannot be nil.')
|
|
93
|
+
end
|
|
94
|
+
|
|
95
|
+
if @results.nil?
|
|
96
|
+
invalid_properties.push('invalid value for "results", results cannot be nil.')
|
|
97
|
+
end
|
|
98
|
+
|
|
91
99
|
invalid_properties
|
|
92
100
|
end
|
|
93
101
|
|
|
94
102
|
# Check to see if the all the properties in the model are valid
|
|
95
103
|
# @return true if the model is valid
|
|
96
104
|
def valid?
|
|
105
|
+
return false if @count.nil?
|
|
106
|
+
return false if @results.nil?
|
|
97
107
|
true
|
|
98
108
|
end
|
|
99
109
|
|
|
@@ -88,12 +88,22 @@ module PulpcoreClient
|
|
|
88
88
|
# @return Array for valid properties with the reasons
|
|
89
89
|
def list_invalid_properties
|
|
90
90
|
invalid_properties = Array.new
|
|
91
|
+
if @count.nil?
|
|
92
|
+
invalid_properties.push('invalid value for "count", count cannot be nil.')
|
|
93
|
+
end
|
|
94
|
+
|
|
95
|
+
if @results.nil?
|
|
96
|
+
invalid_properties.push('invalid value for "results", results cannot be nil.')
|
|
97
|
+
end
|
|
98
|
+
|
|
91
99
|
invalid_properties
|
|
92
100
|
end
|
|
93
101
|
|
|
94
102
|
# Check to see if the all the properties in the model are valid
|
|
95
103
|
# @return true if the model is valid
|
|
96
104
|
def valid?
|
|
105
|
+
return false if @count.nil?
|
|
106
|
+
return false if @results.nil?
|
|
97
107
|
true
|
|
98
108
|
end
|
|
99
109
|
|
|
@@ -88,12 +88,22 @@ module PulpcoreClient
|
|
|
88
88
|
# @return Array for valid properties with the reasons
|
|
89
89
|
def list_invalid_properties
|
|
90
90
|
invalid_properties = Array.new
|
|
91
|
+
if @count.nil?
|
|
92
|
+
invalid_properties.push('invalid value for "count", count cannot be nil.')
|
|
93
|
+
end
|
|
94
|
+
|
|
95
|
+
if @results.nil?
|
|
96
|
+
invalid_properties.push('invalid value for "results", results cannot be nil.')
|
|
97
|
+
end
|
|
98
|
+
|
|
91
99
|
invalid_properties
|
|
92
100
|
end
|
|
93
101
|
|
|
94
102
|
# Check to see if the all the properties in the model are valid
|
|
95
103
|
# @return true if the model is valid
|
|
96
104
|
def valid?
|
|
105
|
+
return false if @count.nil?
|
|
106
|
+
return false if @results.nil?
|
|
97
107
|
true
|
|
98
108
|
end
|
|
99
109
|
|
|
@@ -88,12 +88,22 @@ module PulpcoreClient
|
|
|
88
88
|
# @return Array for valid properties with the reasons
|
|
89
89
|
def list_invalid_properties
|
|
90
90
|
invalid_properties = Array.new
|
|
91
|
+
if @count.nil?
|
|
92
|
+
invalid_properties.push('invalid value for "count", count cannot be nil.')
|
|
93
|
+
end
|
|
94
|
+
|
|
95
|
+
if @results.nil?
|
|
96
|
+
invalid_properties.push('invalid value for "results", results cannot be nil.')
|
|
97
|
+
end
|
|
98
|
+
|
|
91
99
|
invalid_properties
|
|
92
100
|
end
|
|
93
101
|
|
|
94
102
|
# Check to see if the all the properties in the model are valid
|
|
95
103
|
# @return true if the model is valid
|
|
96
104
|
def valid?
|
|
105
|
+
return false if @count.nil?
|
|
106
|
+
return false if @results.nil?
|
|
97
107
|
true
|
|
98
108
|
end
|
|
99
109
|
|
|
@@ -88,12 +88,22 @@ module PulpcoreClient
|
|
|
88
88
|
# @return Array for valid properties with the reasons
|
|
89
89
|
def list_invalid_properties
|
|
90
90
|
invalid_properties = Array.new
|
|
91
|
+
if @count.nil?
|
|
92
|
+
invalid_properties.push('invalid value for "count", count cannot be nil.')
|
|
93
|
+
end
|
|
94
|
+
|
|
95
|
+
if @results.nil?
|
|
96
|
+
invalid_properties.push('invalid value for "results", results cannot be nil.')
|
|
97
|
+
end
|
|
98
|
+
|
|
91
99
|
invalid_properties
|
|
92
100
|
end
|
|
93
101
|
|
|
94
102
|
# Check to see if the all the properties in the model are valid
|
|
95
103
|
# @return true if the model is valid
|
|
96
104
|
def valid?
|
|
105
|
+
return false if @count.nil?
|
|
106
|
+
return false if @results.nil?
|
|
97
107
|
true
|
|
98
108
|
end
|
|
99
109
|
|
|
@@ -88,12 +88,22 @@ module PulpcoreClient
|
|
|
88
88
|
# @return Array for valid properties with the reasons
|
|
89
89
|
def list_invalid_properties
|
|
90
90
|
invalid_properties = Array.new
|
|
91
|
+
if @count.nil?
|
|
92
|
+
invalid_properties.push('invalid value for "count", count cannot be nil.')
|
|
93
|
+
end
|
|
94
|
+
|
|
95
|
+
if @results.nil?
|
|
96
|
+
invalid_properties.push('invalid value for "results", results cannot be nil.')
|
|
97
|
+
end
|
|
98
|
+
|
|
91
99
|
invalid_properties
|
|
92
100
|
end
|
|
93
101
|
|
|
94
102
|
# Check to see if the all the properties in the model are valid
|
|
95
103
|
# @return true if the model is valid
|
|
96
104
|
def valid?
|
|
105
|
+
return false if @count.nil?
|
|
106
|
+
return false if @results.nil?
|
|
97
107
|
true
|
|
98
108
|
end
|
|
99
109
|
|
|
@@ -88,12 +88,22 @@ module PulpcoreClient
|
|
|
88
88
|
# @return Array for valid properties with the reasons
|
|
89
89
|
def list_invalid_properties
|
|
90
90
|
invalid_properties = Array.new
|
|
91
|
+
if @count.nil?
|
|
92
|
+
invalid_properties.push('invalid value for "count", count cannot be nil.')
|
|
93
|
+
end
|
|
94
|
+
|
|
95
|
+
if @results.nil?
|
|
96
|
+
invalid_properties.push('invalid value for "results", results cannot be nil.')
|
|
97
|
+
end
|
|
98
|
+
|
|
91
99
|
invalid_properties
|
|
92
100
|
end
|
|
93
101
|
|
|
94
102
|
# Check to see if the all the properties in the model are valid
|
|
95
103
|
# @return true if the model is valid
|
|
96
104
|
def valid?
|
|
105
|
+
return false if @count.nil?
|
|
106
|
+
return false if @results.nil?
|
|
97
107
|
true
|
|
98
108
|
end
|
|
99
109
|
|
|
@@ -88,12 +88,22 @@ module PulpcoreClient
|
|
|
88
88
|
# @return Array for valid properties with the reasons
|
|
89
89
|
def list_invalid_properties
|
|
90
90
|
invalid_properties = Array.new
|
|
91
|
+
if @count.nil?
|
|
92
|
+
invalid_properties.push('invalid value for "count", count cannot be nil.')
|
|
93
|
+
end
|
|
94
|
+
|
|
95
|
+
if @results.nil?
|
|
96
|
+
invalid_properties.push('invalid value for "results", results cannot be nil.')
|
|
97
|
+
end
|
|
98
|
+
|
|
91
99
|
invalid_properties
|
|
92
100
|
end
|
|
93
101
|
|
|
94
102
|
# Check to see if the all the properties in the model are valid
|
|
95
103
|
# @return true if the model is valid
|
|
96
104
|
def valid?
|
|
105
|
+
return false if @count.nil?
|
|
106
|
+
return false if @results.nil?
|
|
97
107
|
true
|
|
98
108
|
end
|
|
99
109
|
|
data/spec/api/tasks_api_spec.rb
CHANGED
|
@@ -86,7 +86,7 @@ describe 'TasksApi' do
|
|
|
86
86
|
# @option opts [String] :q
|
|
87
87
|
# @option opts [String] :reserved_resources
|
|
88
88
|
# @option opts [Array<String>] :reserved_resources__in Multiple values may be separated by commas.
|
|
89
|
-
# @option opts [Array<String>] :reserved_resources_record
|
|
89
|
+
# @option opts [Array<String>] :reserved_resources_record Deprecated, will be removed in pulpcore 3.55. Use reserved_resources instead.
|
|
90
90
|
# @option opts [String] :shared_resources
|
|
91
91
|
# @option opts [Array<String>] :shared_resources__in Multiple values may be separated by commas.
|
|
92
92
|
# @option opts [DateTime] :started_at Filter results where started_at matches value
|
|
@@ -32,55 +32,55 @@ describe 'ArtifactDistributionResponse' do
|
|
|
32
32
|
expect(@instance).to be_instance_of(PulpcoreClient::ArtifactDistributionResponse)
|
|
33
33
|
end
|
|
34
34
|
end
|
|
35
|
-
describe 'test attribute "
|
|
35
|
+
describe 'test attribute "pulp_href"' 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 "
|
|
41
|
+
describe 'test attribute "content_guard"' 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 "
|
|
47
|
+
describe 'test attribute "base_url"' 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
|
|
51
51
|
end
|
|
52
52
|
|
|
53
|
-
describe 'test attribute "
|
|
53
|
+
describe 'test attribute "pulp_labels"' do
|
|
54
54
|
it 'should work' do
|
|
55
55
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
56
56
|
end
|
|
57
57
|
end
|
|
58
58
|
|
|
59
|
-
describe 'test attribute "
|
|
59
|
+
describe 'test attribute "name"' do
|
|
60
60
|
it 'should work' do
|
|
61
61
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
62
62
|
end
|
|
63
63
|
end
|
|
64
64
|
|
|
65
|
-
describe 'test attribute "
|
|
65
|
+
describe 'test attribute "hidden"' do
|
|
66
66
|
it 'should work' do
|
|
67
67
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
68
68
|
end
|
|
69
69
|
end
|
|
70
70
|
|
|
71
|
-
describe 'test attribute "
|
|
71
|
+
describe 'test attribute "base_path"' do
|
|
72
72
|
it 'should work' do
|
|
73
73
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
74
74
|
end
|
|
75
75
|
end
|
|
76
76
|
|
|
77
|
-
describe 'test attribute "
|
|
77
|
+
describe 'test attribute "pulp_created"' do
|
|
78
78
|
it 'should work' do
|
|
79
79
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
80
80
|
end
|
|
81
81
|
end
|
|
82
82
|
|
|
83
|
-
describe 'test attribute "
|
|
83
|
+
describe 'test attribute "pulp_last_updated"' do
|
|
84
84
|
it 'should work' do
|
|
85
85
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
86
86
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pulpcore_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.
|
|
4
|
+
version: 3.50.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-03-
|
|
11
|
+
date: 2024-03-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|