pulp_file_client 3.54.1 → 3.55.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: da835388629d1f2df718867941a20b0aa123b999c7c4081ef45922b07534d5b2
4
- data.tar.gz: 924734611f9077770f751e383ad633f62e9c435e3fea7638cbeda296a950723c
3
+ metadata.gz: a1d343f805c0deb82cd73cb9743dc11280e4f600e6878b49180ad44367f4786b
4
+ data.tar.gz: 0b38792365d270b2830b27cbe8aa0543dba940d144bf6d28bad633ae1d7707ce
5
5
  SHA512:
6
- metadata.gz: 6bdfdcab6ce0837adce13f055fdf7df5d06da267af717d098045487c108eeaca91b9c3c6ff9e8137fe13693a74bdcdaaec4ba810fbfea4ab263bb1d9384a8ba9
7
- data.tar.gz: 5288ffbadede350928ad9201c4c97bc8167335fef291e12256e7409346b60ff5ca56c2e7b317c6f2d601092071b758646ccf16910ac05e9fcc36851955a63c7e
6
+ metadata.gz: 0fc307f532f1af3e447bfe7b0c37bbeb12901b22c9ac8c6b42a94a2f9df72ce1e2cfbc99281e1942bc303c857aa1fa6147bbec63d684c8d158c43c7ec2300ad9
7
+ data.tar.gz: 4cad92614317ef7c79806a1ee064f69b7142a64560cc8e4a1e291cee842dc8e318f98dc67a347df33ecd747a56f6fd69b78d4530d06e5c578b7bc9ea256a9ce8
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.54.1
10
+ - Package version: 3.55.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.54.1.gem
27
+ gem install ./pulp_file_client-3.55.0.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_file_client-3.54.1.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_file_client-3.55.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.54.1'
36
+ gem 'pulp_file_client', '~> 3.55.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.54.1'
14
+ VERSION = '3.55.0'
15
15
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulp_file_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.54.1
4
+ version: 3.55.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator