pulp_file_client 3.50.2 → 3.51.0

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: b597cee107480807f991fe2d923378a263e87b5804eb512888401737b02a3543
4
- data.tar.gz: 32622739169a90cd51eca729a9fb8859615c45eace55193d6504cbaab8db8b94
3
+ metadata.gz: 7284279cb517cd3ea3a428ef01359ffefa0c1deee74d8456e490fb7369d183f6
4
+ data.tar.gz: af231be571f0cb76ddb8410e1fec4c54342f2a676f584f4489b6b6918f0c7e71
5
5
  SHA512:
6
- metadata.gz: 4e25d4f98b8907a03dcfd719bc520ff3df9c04c00e25989433efa97e3df8439b27237158a214da3abdf35ad4adf79a31201369e30d446fd1257084dde3636bc7
7
- data.tar.gz: 6103bc2fcec82237c535882bc80765e75a896f56f3bdc35fd5252cc7115512f61ad624439ca478389c7e8cf48b1875423ac3bf51fe86c55a8c34957918e777e1
6
+ metadata.gz: 1af574651354775a38384daed3fbece26830c48e981d8b7696659c017e6aa893174bc6246d5c17d0058218421c8a8f7c8488d7ab2493dc492f916c4bf943eac7
7
+ data.tar.gz: 2d66be006c9a88265773e296cbe86866f6f847f748c4739e50c3855773d3dc4aeda3909c63d382d65d1fed431a3498d75e79af772f6f73657b5c6ccf259cc945
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.50.2
10
+ - Package version: 3.51.0
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_file_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulp_file_client-3.50.2.gem
27
+ gem install ./pulp_file_client-3.51.0.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_file_client-3.50.2.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_file_client-3.51.0.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_file_client', '~> 3.50.2'
36
+ gem 'pulp_file_client', '~> 3.51.0'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpFileClient
14
- VERSION = '3.50.2'
14
+ VERSION = '3.51.0'
15
15
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulp_file_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.50.2
4
+ version: 3.51.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-04-09 00:00:00.000000000 Z
11
+ date: 2024-04-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday