pulp_python_client 3.13.0 → 3.13.1

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: ea3247afef6bcc3b645cec68e8f63a721c6b07c2519de36afb5bf98c2e55b1cc
4
- data.tar.gz: 0b5f8ab4b1d4a24b4fb064bae5efcee7580dfb6484b941f8314ed1daed16e9fd
3
+ metadata.gz: d7f35705c18422ee7cae313faa2b6e714af52300cb2c821d6e1a040f2ff8c41e
4
+ data.tar.gz: 81e4c02aadaaeca37ce927c7e7046aff46edb074ed1647027091494854c9c0a6
5
5
  SHA512:
6
- metadata.gz: 21df1e1aaa4e77bbae703962c970352ed599a678b74bf1161ad4cf9312a4713fdbc8daa4d9314e966e0351dd75216be644f0b5e748a07f6df0fef7680edf7535
7
- data.tar.gz: 6463bccb88b33cffce4b2a82bef58ce3b038f46d73d610595bcc28643bb76da0e08f628499cb9cd722738f895c81b0276edec9ad5ac193690c653af8e1480a7e
6
+ metadata.gz: e9cf3b90a6907be5f28287e4a7a40094efaff62adb27491ddcf0f063ce64a83a02238349dc106943154d4bff338a62e45f13c8631d4bf64d748189db89d5830e
7
+ data.tar.gz: cbbb5e778ce1f9ad6d2b9a569c850dea250fa6c42acd630397e5a33990519b899eb8de42f3ca8aff8e8dde98dfc7ad64c58341e1b266e794de55653aa54bd5d4
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: 3.13.0
10
+ - Package version: 3.13.1
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_python_client.gemspec
25
25
  Then either install the gem locally:
26
26
 
27
27
  ```shell
28
- gem install ./pulp_python_client-3.13.0.gem
28
+ gem install ./pulp_python_client-3.13.1.gem
29
29
  ```
30
30
 
31
- (for development, run `gem install --dev ./pulp_python_client-3.13.0.gem` to install the development dependencies)
31
+ (for development, run `gem install --dev ./pulp_python_client-3.13.1.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_python_client', '~> 3.13.0'
37
+ gem 'pulp_python_client', '~> 3.13.1'
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 PulpPythonClient
14
- VERSION = '3.13.0'
14
+ VERSION = '3.13.1'
15
15
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulp_python_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.13.0
4
+ version: 3.13.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: 2025-02-05 00:00:00.000000000 Z
11
+ date: 2025-02-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday-net_http