pulp_file_client 3.49.12 → 3.49.13

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: fbfb88547dd8522c929cff71e920c74b56a0de0035dcff5db224ba981f7dfa46
4
- data.tar.gz: ecbdddab2e23b0e8f9abfa07114a0a3dffab3d7d7707d45409c43660c196f2a6
3
+ metadata.gz: b5acc7dbf59322c29fb87ebb16a2b385075f1d29f7ffbdd797909d044abb6788
4
+ data.tar.gz: 94ba2ebf41a9f2a563ddb199624c26b77b5b275a4de33fa51367cd8767fc886f
5
5
  SHA512:
6
- metadata.gz: 6c38ecef7fb1319269fb377228b12dbc0eacfd7afd5f86e9db6bf2ef853d895b1d15006a627a7de831f5503d452e88b91f2453bb7d6b59dd3f7f8d878575c660
7
- data.tar.gz: b7c90f0fbbbeeb8dfe0ab24203e62cdd3ba736d364cbca6a86dcd2f493649398fafb994ba82ab3c34a2e132671837989f66a195d40d6a223429a4c4e9a832f2a
6
+ metadata.gz: af374dbf13ed32e297b0cef3746188ccc0a95299e5633449ec122188ba80f1c658b911d960a5492066a1c0e4fe5b1c137a04b6bd840e3f6455ff49ad6a49571b
7
+ data.tar.gz: ef32e801d10e42257c334895117c9fed74d44e150ca8f547412e7165bd6ddd27311f9d7c39253961447af1ae1ddb539f0f044cc198f534365d775d7a63978611
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.49.12
10
+ - Package version: 3.49.13
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.49.12.gem
27
+ gem install ./pulp_file_client-3.49.13.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_file_client-3.49.12.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_file_client-3.49.13.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.49.12'
36
+ gem 'pulp_file_client', '~> 3.49.13'
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.49.12'
14
+ VERSION = '3.49.13'
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.49.12
4
+ version: 3.49.13
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-06-24 00:00:00.000000000 Z
11
+ date: 2024-07-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday