pulp_hugging_face_client 0.3.1 → 0.3.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d6a05e43df6b3d03292b75fb46d6c93e6d2b48fe552af514ad226d91cc591fdd
4
- data.tar.gz: e44ee74794bc494ac8c3d421ded7d08ab4239beff33db47f04c8356d8f973b94
3
+ metadata.gz: 11a5b4592e8372c9203343ed2cf7cca09c8ff5050a184125119cc1c5a321be9e
4
+ data.tar.gz: afb5bbc312379b4bec44dcd4eb29b064c21a250c9e7cd1b66160bb2b6c9e41ca
5
5
  SHA512:
6
- metadata.gz: 59d86ffb94f3ded9af67ac56d52ceee090ba6d871a9f802e4e5dcac25c4f1728bcc1f19a172dbd12c10e4d2ca32ecdad2df944a60e8a4d1b754afcfbd806d4ba
7
- data.tar.gz: 446d712a2d33b8514834e8c7f2a29ca941a4af4c1d41b10a16eaa00dab1f30c6febd984247b843d6f962ae06a99f019c9b221006c9d5d875d877df2f60269c0c
6
+ metadata.gz: 3002f6c3ce76e53425a4ae782973c55cd252cb8a568ff47eb42a55b0ffb074e4a9c1520a43493e18cbf3cfb910ab60673281a91f30b4a2cfe4f3c1e59305c0e9
7
+ data.tar.gz: 9d6a74086f8ffbcc7bec6efe857e2a0be913af0b755461065fa100da964d2e5e5cc37ce05262209cc3acb7fee9170cb2101ba12afe3bf78fbb1337b06b1395c5
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.3.1
10
+ - Package version: 0.3.2
11
11
  - Generator version: 7.10.0
12
12
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
13
13
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
@@ -25,16 +25,16 @@ gem build pulp_hugging_face_client.gemspec
25
25
  Then either install the gem locally:
26
26
 
27
27
  ```shell
28
- gem install ./pulp_hugging_face_client-0.3.1.gem
28
+ gem install ./pulp_hugging_face_client-0.3.2.gem
29
29
  ```
30
30
 
31
- (for development, run `gem install --dev ./pulp_hugging_face_client-0.3.1.gem` to install the development dependencies)
31
+ (for development, run `gem install --dev ./pulp_hugging_face_client-0.3.2.gem` to install the development dependencies)
32
32
 
33
33
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
34
34
 
35
35
  Finally add this to the Gemfile:
36
36
 
37
- gem 'pulp_hugging_face_client', '~> 0.3.1'
37
+ gem 'pulp_hugging_face_client', '~> 0.3.2'
38
38
 
39
39
  ### Install from Git
40
40
 
@@ -11,5 +11,5 @@ Generator version: 7.10.0
11
11
  =end
12
12
 
13
13
  module PulpHuggingFaceClient
14
- VERSION = '0.3.1'
14
+ VERSION = '0.3.2'
15
15
  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.3.1
4
+ version: 0.3.2
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-08-07 00:00:00.000000000 Z
11
+ date: 2026-08-14 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_versions_api_spec.rb
237
+ - spec/api/repositories_hugging_face_api_spec.rb
236
238
  - spec/api/remotes_hugging_face_api_spec.rb
237
239
  - spec/api/publications_hugging_face_api_spec.rb
238
- - spec/api/repositories_hugging_face_api_spec.rb
239
240
  - 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_distribution_spec.rb
243
- - spec/models/repository_add_remove_content_spec.rb
244
- - spec/models/paginatedhugging_face_hugging_face_publication_response_list_spec.rb
245
- - spec/models/async_operation_response_spec.rb
246
- - spec/models/hugging_face_hugging_face_content_spec.rb
247
- - spec/models/paginatedhugging_face_hugging_face_distribution_response_list_spec.rb
248
- - spec/models/paginated_repository_version_response_list_spec.rb
249
- - spec/models/patchedhugging_face_hugging_face_repository_spec.rb
250
- - spec/models/set_label_spec.rb
242
+ - spec/models/patchedhugging_face_hugging_face_remote_spec.rb
243
+ - spec/models/hugging_face_hugging_face_publication_spec.rb
251
244
  - spec/models/content_summary_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
259
- - spec/models/hugging_face_hugging_face_remote_response_hidden_fields_inner_spec.rb
260
245
  - spec/models/set_label_response_spec.rb
246
+ - spec/models/policy_enum_spec.rb
247
+ - spec/models/hugging_face_hugging_face_content_response_spec.rb
248
+ - spec/models/hugging_face_hugging_face_remote_spec.rb
249
+ - spec/models/hugging_face_hugging_face_publication_response_spec.rb
250
+ - spec/models/repository_add_remove_content_spec.rb
251
+ - spec/models/repository_sync_url_spec.rb
261
252
  - spec/models/hugging_face_hugging_face_repository_spec.rb
262
- - spec/models/hugging_face_hugging_face_publication_spec.rb
263
253
  - spec/models/repository_version_response_spec.rb
254
+ - spec/models/paginatedhugging_face_hugging_face_repository_response_list_spec.rb
255
+ - spec/models/repo_type_enum_spec.rb
256
+ - spec/models/hugging_face_hugging_face_remote_response_hidden_fields_inner_spec.rb
257
+ - spec/models/paginatedhugging_face_hugging_face_content_response_list_spec.rb
258
+ - spec/models/paginated_repository_version_response_list_spec.rb
259
+ - spec/models/async_operation_response_spec.rb
260
+ - spec/models/repair_spec.rb
261
+ - spec/models/paginatedhugging_face_hugging_face_publication_response_list_spec.rb
262
+ - spec/models/paginatedhugging_face_hugging_face_remote_response_list_spec.rb
264
263
  - spec/models/hugging_face_hugging_face_repository_response_spec.rb
265
- - spec/models/hugging_face_hugging_face_publication_response_spec.rb
266
- - spec/models/hugging_face_hugging_face_remote_spec.rb
264
+ - spec/models/paginatedhugging_face_hugging_face_distribution_response_list_spec.rb
265
+ - spec/models/hugging_face_hugging_face_distribution_spec.rb
266
+ - spec/models/patchedhugging_face_hugging_face_distribution_spec.rb
267
+ - spec/models/patchedhugging_face_hugging_face_repository_spec.rb
267
268
  - 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
269
+ - spec/models/unset_label_spec.rb
270
+ - spec/models/hugging_face_hugging_face_distribution_response_spec.rb
271
+ - spec/models/set_label_spec.rb
271
272
  - 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
273
+ - spec/models/hugging_face_hugging_face_content_spec.rb
274
274
  - spec/spec_helper.rb