pulp_hugging_face_client 0.2.2 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (53) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/docs/ContentHuggingFaceApi.md +6 -6
  4. data/docs/DistributionsHuggingFaceApi.md +4 -4
  5. data/docs/HuggingFaceHuggingFaceContent.md +2 -0
  6. data/docs/HuggingFaceHuggingFaceDistribution.md +2 -0
  7. data/docs/HuggingFaceHuggingFaceDistributionResponse.md +4 -0
  8. data/docs/HuggingFaceHuggingFaceRemote.md +6 -6
  9. data/docs/HuggingFaceHuggingFaceRemoteResponse.md +8 -8
  10. data/docs/HuggingFaceHuggingFaceRepository.md +2 -0
  11. data/docs/HuggingFaceHuggingFaceRepositoryResponse.md +2 -0
  12. data/docs/PatchedhuggingFaceHuggingFaceDistribution.md +2 -0
  13. data/docs/PatchedhuggingFaceHuggingFaceRemote.md +6 -6
  14. data/docs/PatchedhuggingFaceHuggingFaceRepository.md +2 -0
  15. data/docs/PublicationsHuggingFaceApi.md +2 -2
  16. data/docs/RepositoriesHuggingFaceApi.md +20 -4
  17. data/docs/RepositoryAddRemoveContent.md +3 -1
  18. data/lib/pulp_hugging_face_client/api/content_hugging_face_api.rb +6 -6
  19. data/lib/pulp_hugging_face_client/api/distributions_hugging_face_api.rb +4 -4
  20. data/lib/pulp_hugging_face_client/api/publications_hugging_face_api.rb +2 -2
  21. data/lib/pulp_hugging_face_client/api/repositories_hugging_face_api.rb +29 -5
  22. data/lib/pulp_hugging_face_client/models/hugging_face_hugging_face_content.rb +11 -1
  23. data/lib/pulp_hugging_face_client/models/hugging_face_hugging_face_distribution.rb +12 -1
  24. data/lib/pulp_hugging_face_client/models/hugging_face_hugging_face_distribution_response.rb +22 -1
  25. data/lib/pulp_hugging_face_client/models/hugging_face_hugging_face_remote.rb +48 -33
  26. data/lib/pulp_hugging_face_client/models/hugging_face_hugging_face_remote_response.rb +60 -45
  27. data/lib/pulp_hugging_face_client/models/hugging_face_hugging_face_repository.rb +42 -1
  28. data/lib/pulp_hugging_face_client/models/hugging_face_hugging_face_repository_response.rb +42 -1
  29. data/lib/pulp_hugging_face_client/models/patchedhugging_face_hugging_face_distribution.rb +12 -1
  30. data/lib/pulp_hugging_face_client/models/patchedhugging_face_hugging_face_remote.rb +48 -33
  31. data/lib/pulp_hugging_face_client/models/patchedhugging_face_hugging_face_repository.rb +42 -1
  32. data/lib/pulp_hugging_face_client/models/repository_add_remove_content.rb +16 -4
  33. data/lib/pulp_hugging_face_client/models/set_label.rb +0 -11
  34. data/lib/pulp_hugging_face_client/models/set_label_response.rb +0 -21
  35. data/lib/pulp_hugging_face_client/models/unset_label.rb +0 -11
  36. data/lib/pulp_hugging_face_client/models/unset_label_response.rb +0 -21
  37. data/lib/pulp_hugging_face_client/version.rb +1 -1
  38. data/spec/api/content_hugging_face_api_spec.rb +3 -3
  39. data/spec/api/distributions_hugging_face_api_spec.rb +2 -2
  40. data/spec/api/publications_hugging_face_api_spec.rb +1 -1
  41. data/spec/api/repositories_hugging_face_api_spec.rb +10 -2
  42. data/spec/models/hugging_face_hugging_face_content_spec.rb +6 -0
  43. data/spec/models/hugging_face_hugging_face_distribution_response_spec.rb +12 -0
  44. data/spec/models/hugging_face_hugging_face_distribution_spec.rb +6 -0
  45. data/spec/models/hugging_face_hugging_face_remote_response_spec.rb +10 -10
  46. data/spec/models/hugging_face_hugging_face_remote_spec.rb +17 -17
  47. data/spec/models/hugging_face_hugging_face_repository_response_spec.rb +6 -0
  48. data/spec/models/hugging_face_hugging_face_repository_spec.rb +6 -0
  49. data/spec/models/patchedhugging_face_hugging_face_distribution_spec.rb +6 -0
  50. data/spec/models/patchedhugging_face_hugging_face_remote_spec.rb +17 -17
  51. data/spec/models/patchedhugging_face_hugging_face_repository_spec.rb +6 -0
  52. data/spec/models/repository_add_remove_content_spec.rb +6 -0
  53. metadata +30 -30
@@ -63,49 +63,49 @@ describe PulpHuggingFaceClient::HuggingFaceHuggingFaceRemoteResponse do
63
63
  end
64
64
  end
65
65
 
66
- describe 'test attribute "ca_cert"' do
66
+ describe 'test attribute "pulp_labels"' do
67
67
  it 'should work' do
68
68
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
69
69
  end
70
70
  end
71
71
 
72
- describe 'test attribute "client_cert"' do
72
+ describe 'test attribute "policy"' do
73
73
  it 'should work' do
74
74
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
75
75
  end
76
76
  end
77
77
 
78
- describe 'test attribute "tls_validation"' do
78
+ describe 'test attribute "hidden_fields"' do
79
79
  it 'should work' do
80
80
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
81
81
  end
82
82
  end
83
83
 
84
- describe 'test attribute "proxy_url"' do
84
+ describe 'test attribute "ca_cert"' do
85
85
  it 'should work' do
86
86
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
87
87
  end
88
88
  end
89
89
 
90
- describe 'test attribute "pulp_labels"' do
90
+ describe 'test attribute "client_cert"' do
91
91
  it 'should work' do
92
92
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
93
93
  end
94
94
  end
95
95
 
96
- describe 'test attribute "download_concurrency"' do
96
+ describe 'test attribute "tls_validation"' do
97
97
  it 'should work' do
98
98
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
99
99
  end
100
100
  end
101
101
 
102
- describe 'test attribute "max_retries"' do
102
+ describe 'test attribute "proxy_url"' do
103
103
  it 'should work' do
104
104
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
105
105
  end
106
106
  end
107
107
 
108
- describe 'test attribute "policy"' do
108
+ describe 'test attribute "max_retries"' do
109
109
  it 'should work' do
110
110
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
111
111
  end
@@ -141,13 +141,13 @@ describe PulpHuggingFaceClient::HuggingFaceHuggingFaceRemoteResponse do
141
141
  end
142
142
  end
143
143
 
144
- describe 'test attribute "rate_limit"' do
144
+ describe 'test attribute "download_concurrency"' do
145
145
  it 'should work' do
146
146
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
147
147
  end
148
148
  end
149
149
 
150
- describe 'test attribute "hidden_fields"' do
150
+ describe 'test attribute "rate_limit"' do
151
151
  it 'should work' do
152
152
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
153
153
  end
@@ -39,67 +39,67 @@ describe PulpHuggingFaceClient::HuggingFaceHuggingFaceRemote do
39
39
  end
40
40
  end
41
41
 
42
- describe 'test attribute "ca_cert"' do
42
+ describe 'test attribute "pulp_labels"' do
43
43
  it 'should work' do
44
44
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
45
45
  end
46
46
  end
47
47
 
48
- describe 'test attribute "client_cert"' do
48
+ describe 'test attribute "policy"' do
49
49
  it 'should work' do
50
50
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
51
51
  end
52
52
  end
53
53
 
54
- describe 'test attribute "client_key"' do
54
+ describe 'test attribute "ca_cert"' do
55
55
  it 'should work' do
56
56
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
57
57
  end
58
58
  end
59
59
 
60
- describe 'test attribute "tls_validation"' do
60
+ describe 'test attribute "client_cert"' do
61
61
  it 'should work' do
62
62
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
63
63
  end
64
64
  end
65
65
 
66
- describe 'test attribute "proxy_url"' do
66
+ describe 'test attribute "client_key"' do
67
67
  it 'should work' do
68
68
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
69
69
  end
70
70
  end
71
71
 
72
- describe 'test attribute "proxy_username"' do
72
+ describe 'test attribute "tls_validation"' do
73
73
  it 'should work' do
74
74
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
75
75
  end
76
76
  end
77
77
 
78
- describe 'test attribute "proxy_password"' do
78
+ describe 'test attribute "proxy_url"' do
79
79
  it 'should work' do
80
80
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
81
81
  end
82
82
  end
83
83
 
84
- describe 'test attribute "username"' do
84
+ describe 'test attribute "proxy_username"' do
85
85
  it 'should work' do
86
86
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
87
87
  end
88
88
  end
89
89
 
90
- describe 'test attribute "password"' do
90
+ describe 'test attribute "proxy_password"' do
91
91
  it 'should work' do
92
92
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
93
93
  end
94
94
  end
95
95
 
96
- describe 'test attribute "pulp_labels"' do
96
+ describe 'test attribute "username"' do
97
97
  it 'should work' do
98
98
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
99
99
  end
100
100
  end
101
101
 
102
- describe 'test attribute "download_concurrency"' do
102
+ describe 'test attribute "password"' do
103
103
  it 'should work' do
104
104
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
105
105
  end
@@ -111,12 +111,6 @@ describe PulpHuggingFaceClient::HuggingFaceHuggingFaceRemote do
111
111
  end
112
112
  end
113
113
 
114
- describe 'test attribute "policy"' do
115
- it 'should work' do
116
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
117
- end
118
- end
119
-
120
114
  describe 'test attribute "total_timeout"' do
121
115
  it 'should work' do
122
116
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -147,6 +141,12 @@ describe PulpHuggingFaceClient::HuggingFaceHuggingFaceRemote do
147
141
  end
148
142
  end
149
143
 
144
+ describe 'test attribute "download_concurrency"' do
145
+ it 'should work' do
146
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
147
+ end
148
+ end
149
+
150
150
  describe 'test attribute "rate_limit"' do
151
151
  it 'should work' do
152
152
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -87,6 +87,12 @@ describe PulpHuggingFaceClient::HuggingFaceHuggingFaceRepositoryResponse do
87
87
  end
88
88
  end
89
89
 
90
+ describe 'test attribute "retain_checkpoints"' do
91
+ it 'should work' do
92
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
93
+ end
94
+ end
95
+
90
96
  describe 'test attribute "remote"' do
91
97
  it 'should work' do
92
98
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -51,6 +51,12 @@ describe PulpHuggingFaceClient::HuggingFaceHuggingFaceRepository do
51
51
  end
52
52
  end
53
53
 
54
+ describe 'test attribute "retain_checkpoints"' do
55
+ it 'should work' do
56
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
57
+ end
58
+ end
59
+
54
60
  describe 'test attribute "remote"' do
55
61
  it 'should work' do
56
62
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -63,6 +63,12 @@ describe PulpHuggingFaceClient::PatchedhuggingFaceHuggingFaceDistribution do
63
63
  end
64
64
  end
65
65
 
66
+ describe 'test attribute "repository_version"' do
67
+ it 'should work' do
68
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
69
+ end
70
+ end
71
+
66
72
  describe 'test attribute "publication"' do
67
73
  it 'should work' do
68
74
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -39,67 +39,67 @@ describe PulpHuggingFaceClient::PatchedhuggingFaceHuggingFaceRemote do
39
39
  end
40
40
  end
41
41
 
42
- describe 'test attribute "ca_cert"' do
42
+ describe 'test attribute "pulp_labels"' do
43
43
  it 'should work' do
44
44
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
45
45
  end
46
46
  end
47
47
 
48
- describe 'test attribute "client_cert"' do
48
+ describe 'test attribute "policy"' do
49
49
  it 'should work' do
50
50
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
51
51
  end
52
52
  end
53
53
 
54
- describe 'test attribute "client_key"' do
54
+ describe 'test attribute "ca_cert"' do
55
55
  it 'should work' do
56
56
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
57
57
  end
58
58
  end
59
59
 
60
- describe 'test attribute "tls_validation"' do
60
+ describe 'test attribute "client_cert"' do
61
61
  it 'should work' do
62
62
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
63
63
  end
64
64
  end
65
65
 
66
- describe 'test attribute "proxy_url"' do
66
+ describe 'test attribute "client_key"' do
67
67
  it 'should work' do
68
68
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
69
69
  end
70
70
  end
71
71
 
72
- describe 'test attribute "proxy_username"' do
72
+ describe 'test attribute "tls_validation"' do
73
73
  it 'should work' do
74
74
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
75
75
  end
76
76
  end
77
77
 
78
- describe 'test attribute "proxy_password"' do
78
+ describe 'test attribute "proxy_url"' do
79
79
  it 'should work' do
80
80
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
81
81
  end
82
82
  end
83
83
 
84
- describe 'test attribute "username"' do
84
+ describe 'test attribute "proxy_username"' do
85
85
  it 'should work' do
86
86
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
87
87
  end
88
88
  end
89
89
 
90
- describe 'test attribute "password"' do
90
+ describe 'test attribute "proxy_password"' do
91
91
  it 'should work' do
92
92
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
93
93
  end
94
94
  end
95
95
 
96
- describe 'test attribute "pulp_labels"' do
96
+ describe 'test attribute "username"' do
97
97
  it 'should work' do
98
98
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
99
99
  end
100
100
  end
101
101
 
102
- describe 'test attribute "download_concurrency"' do
102
+ describe 'test attribute "password"' do
103
103
  it 'should work' do
104
104
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
105
105
  end
@@ -111,12 +111,6 @@ describe PulpHuggingFaceClient::PatchedhuggingFaceHuggingFaceRemote do
111
111
  end
112
112
  end
113
113
 
114
- describe 'test attribute "policy"' do
115
- it 'should work' do
116
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
117
- end
118
- end
119
-
120
114
  describe 'test attribute "total_timeout"' do
121
115
  it 'should work' do
122
116
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -147,6 +141,12 @@ describe PulpHuggingFaceClient::PatchedhuggingFaceHuggingFaceRemote do
147
141
  end
148
142
  end
149
143
 
144
+ describe 'test attribute "download_concurrency"' do
145
+ it 'should work' do
146
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
147
+ end
148
+ end
149
+
150
150
  describe 'test attribute "rate_limit"' do
151
151
  it 'should work' do
152
152
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -51,6 +51,12 @@ describe PulpHuggingFaceClient::PatchedhuggingFaceHuggingFaceRepository do
51
51
  end
52
52
  end
53
53
 
54
+ describe 'test attribute "retain_checkpoints"' do
55
+ it 'should work' do
56
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
57
+ end
58
+ end
59
+
54
60
  describe 'test attribute "remote"' do
55
61
  it 'should work' do
56
62
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -45,4 +45,10 @@ describe PulpHuggingFaceClient::RepositoryAddRemoveContent do
45
45
  end
46
46
  end
47
47
 
48
+ describe 'test attribute "overwrite"' do
49
+ it 'should work' do
50
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
51
+ end
52
+ end
53
+
48
54
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulp_hugging_face_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-01-20 00:00:00.000000000 Z
11
+ date: 2026-08-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -233,42 +233,42 @@ signing_key:
233
233
  specification_version: 4
234
234
  summary: Pulp 3 API Ruby Gem
235
235
  test_files:
236
- - spec/api/repositories_hugging_face_api_spec.rb
237
- - spec/api/publications_hugging_face_api_spec.rb
238
- - spec/api/repositories_hugging_face_versions_api_spec.rb
239
236
  - spec/api/remotes_hugging_face_api_spec.rb
237
+ - spec/api/publications_hugging_face_api_spec.rb
238
+ - spec/api/repositories_hugging_face_api_spec.rb
240
239
  - spec/api/content_hugging_face_api_spec.rb
240
+ - spec/api/repositories_hugging_face_versions_api_spec.rb
241
241
  - spec/api/distributions_hugging_face_api_spec.rb
242
- - spec/models/hugging_face_hugging_face_publication_spec.rb
243
- - spec/models/paginatedhugging_face_hugging_face_distribution_response_list_spec.rb
244
- - spec/models/unset_label_response_spec.rb
245
- - spec/models/repo_type_enum_spec.rb
246
- - spec/models/repository_version_response_spec.rb
247
- - spec/models/paginatedhugging_face_hugging_face_repository_response_list_spec.rb
248
- - spec/models/patchedhugging_face_hugging_face_remote_spec.rb
242
+ - spec/models/hugging_face_hugging_face_distribution_spec.rb
243
+ - spec/models/repository_add_remove_content_spec.rb
249
244
  - spec/models/paginatedhugging_face_hugging_face_publication_response_list_spec.rb
250
- - spec/models/set_label_spec.rb
245
+ - spec/models/async_operation_response_spec.rb
251
246
  - spec/models/hugging_face_hugging_face_content_spec.rb
252
- - spec/models/paginatedhugging_face_hugging_face_content_response_list_spec.rb
247
+ - spec/models/paginatedhugging_face_hugging_face_distribution_response_list_spec.rb
253
248
  - spec/models/paginated_repository_version_response_list_spec.rb
254
- - spec/models/repair_spec.rb
255
- - spec/models/paginatedhugging_face_hugging_face_remote_response_list_spec.rb
256
- - spec/models/async_operation_response_spec.rb
257
- - spec/models/repository_add_remove_content_spec.rb
258
- - spec/models/hugging_face_hugging_face_distribution_spec.rb
259
- - spec/models/hugging_face_hugging_face_remote_response_spec.rb
260
- - spec/models/hugging_face_hugging_face_content_response_spec.rb
261
- - spec/models/hugging_face_hugging_face_repository_spec.rb
262
- - spec/models/hugging_face_hugging_face_repository_response_spec.rb
263
- - spec/models/repository_sync_url_spec.rb
264
- - spec/models/patchedhugging_face_hugging_face_distribution_spec.rb
265
- - spec/models/set_label_response_spec.rb
266
- - spec/models/unset_label_spec.rb
267
- - spec/models/policy_enum_spec.rb
268
- - spec/models/hugging_face_hugging_face_distribution_response_spec.rb
269
249
  - spec/models/patchedhugging_face_hugging_face_repository_spec.rb
250
+ - spec/models/set_label_spec.rb
270
251
  - spec/models/content_summary_response_spec.rb
271
- - spec/models/hugging_face_hugging_face_publication_response_spec.rb
252
+ - spec/models/paginatedhugging_face_hugging_face_repository_response_list_spec.rb
253
+ - spec/models/paginatedhugging_face_hugging_face_content_response_list_spec.rb
254
+ - spec/models/repo_type_enum_spec.rb
255
+ - spec/models/patchedhugging_face_hugging_face_distribution_spec.rb
256
+ - spec/models/hugging_face_hugging_face_distribution_response_spec.rb
257
+ - spec/models/repository_sync_url_spec.rb
258
+ - spec/models/unset_label_spec.rb
272
259
  - spec/models/hugging_face_hugging_face_remote_response_hidden_fields_inner_spec.rb
260
+ - spec/models/set_label_response_spec.rb
261
+ - spec/models/hugging_face_hugging_face_repository_spec.rb
262
+ - spec/models/hugging_face_hugging_face_publication_spec.rb
263
+ - spec/models/repository_version_response_spec.rb
264
+ - spec/models/hugging_face_hugging_face_repository_response_spec.rb
265
+ - spec/models/hugging_face_hugging_face_publication_response_spec.rb
273
266
  - spec/models/hugging_face_hugging_face_remote_spec.rb
267
+ - spec/models/unset_label_response_spec.rb
268
+ - spec/models/hugging_face_hugging_face_content_response_spec.rb
269
+ - spec/models/policy_enum_spec.rb
270
+ - spec/models/patchedhugging_face_hugging_face_remote_spec.rb
271
+ - spec/models/hugging_face_hugging_face_remote_response_spec.rb
272
+ - spec/models/paginatedhugging_face_hugging_face_remote_response_list_spec.rb
273
+ - spec/models/repair_spec.rb
274
274
  - spec/spec_helper.rb