pulp_rpm_client 3.19.8 → 3.19.9

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: aa552be0a6ffa3cd3abcbb85520e4e6b66227bb553ed7139cb83ed6c47634fb0
4
- data.tar.gz: 373cec2ebf0e15c50e3ca11231062023921406342742e715b94504228961090b
3
+ metadata.gz: 040e576d341b219f0cbfa9e0323889a35d48225bd7229a71ff6992244020040e
4
+ data.tar.gz: df8882b5411f7a2d45cf2cf10b1a7a89433a91c367e77a8a151bd21403a281e2
5
5
  SHA512:
6
- metadata.gz: '08bf8bbcf6051cbd7d0aa98d0c5b1a547c313101dbed4c58966e046153a3c22be96963a1f2b5f9cdffe3ba8610f281d2316541f788adb20ed0ba44e65bcb8472'
7
- data.tar.gz: f2cbf0e7c99da1b12a030347d3362de9d7a4aa4bf225d35c765151eba48c02d3684eafa10e7894204a38d852b8fd6a0dc03ab2481d4d105c787b6beba70c7982
6
+ metadata.gz: fab8c162456a143a528b30be6bf638c7726b0cbde929b5d179e15d7783893d20f4b7e37da7d31e83134e5eb7f1b77d4b240fdae06664de1c76d7ec0a2a1ae83f
7
+ data.tar.gz: 04ccf96c0e26df3c74c6615e336dc8e9fcf2608110f1692258abe2f07bd272c3dd6ab6e51fba799e601f180fc00684371a797e5e4229c1878168a0e01a518238
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.19.8
10
+ - Package version: 3.19.9
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_rpm_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulp_rpm_client-3.19.8.gem
27
+ gem install ./pulp_rpm_client-3.19.9.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_rpm_client-3.19.8.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_rpm_client-3.19.9.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_rpm_client', '~> 3.19.8'
36
+ gem 'pulp_rpm_client', '~> 3.19.9'
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 PulpRpmClient
14
- VERSION = '3.19.8'
14
+ VERSION = '3.19.9'
15
15
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulp_rpm_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.19.8
4
+ version: 3.19.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-06 00:00:00.000000000 Z
11
+ date: 2023-07-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday