pulp_file_client 3.85.0 → 3.85.1

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: 51f7be65d765e6adb43d57e9505493d4da02acaf4de49ec8942843d75565af0a
4
- data.tar.gz: 5048976c05997a4f7a848487ff5e0fab5d1e942d87ec752803af13a93050bf23
3
+ metadata.gz: 7bbfe0ec140f80c15d1387085a7a55cdfcf6a5309b148a0b7e8964e951d06dd8
4
+ data.tar.gz: 57275c5420026256030dcff50e75ade7e310e9e3e4c7ad4b0d99b97d5258822d
5
5
  SHA512:
6
- metadata.gz: fa9ca942efbe7c7bd46c19a15da83e4cacc82d0a9730978fac068c7f01258838362326a1c7f5e7e492b8657e28139f3aa27d0992cac085cde75bad439eedca8f
7
- data.tar.gz: '080f48b00a6fc3c663505fe1b47ecc51201fde7301f452f17d1f2794cd47ef4400a2bbfed46d4b65840b55377c709eb48085cc3ba11c6436bf6220614197e012'
6
+ metadata.gz: 69530e2e33cd4ea3948cb4c1db40f5dc76c06c34e0d825482aedfdb5ada45a1dd5e4fc73782fee5a15ac53c0a73b794e1bd36affeb5872c5fe8ebb135bf0680d
7
+ data.tar.gz: 51b3dff56b93bc1a4c8d8fb2ddc690e96809ab6e2e6c666ba81e61abf8601d467bc2351dc010d41bcd5f606b0412e5451beb2013c3f7d17abc8ea4f84f32c22a
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.85.0
10
+ - Package version: 3.85.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_file_client.gemspec
25
25
  Then either install the gem locally:
26
26
 
27
27
  ```shell
28
- gem install ./pulp_file_client-3.85.0.gem
28
+ gem install ./pulp_file_client-3.85.1.gem
29
29
  ```
30
30
 
31
- (for development, run `gem install --dev ./pulp_file_client-3.85.0.gem` to install the development dependencies)
31
+ (for development, run `gem install --dev ./pulp_file_client-3.85.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_file_client', '~> 3.85.0'
37
+ gem 'pulp_file_client', '~> 3.85.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 PulpFileClient
14
- VERSION = '3.85.0'
14
+ VERSION = '3.85.1'
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.85.0
4
+ version: 3.85.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator