pulp_rpm_client 3.17.0 → 3.17.1

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: 8e2fcca39edfd5d860e22189720e0e686ccdf24488053f6059270894152fc193
4
- data.tar.gz: 5e1eff3a43efce423b1a53205354b40874cfec67b05694e0a33f7683692842d3
3
+ metadata.gz: 615a3f83ec1b5b7daf90809a22aba78b335ed452c24c912fba1cc5197baae53f
4
+ data.tar.gz: d68ce41d0a8afbc23e650a0e3b768a0c1ceb4d858bffde7532eaccc819dd8456
5
5
  SHA512:
6
- metadata.gz: b8dedb1df304a9dea2883ef20b019b2d38284f4ae1c0a0385c5b11326f1808bf7ba58885511e356b9b53a7220b5099396ea23482fa1e03531d475c2829fa9c00
7
- data.tar.gz: 67b29b69228728b29b431d192a5dd5dfc8c65d749d2b966ca95a22bf77125d446640d7236d05e1f65d7cf3e6d8d6232b0c706c66c9d0ebfdd1cff748aab510f9
6
+ metadata.gz: 0cc632d5ce183252dd3ab29f62fc84aa32982c5137d24bd63d51197e96e0b96b9105108a982f4c37ae11d51fc349b90ae190c3449ce043573a43af45598155ca
7
+ data.tar.gz: d9944545384a012f8d1241a1db07f6ac0239898cf70262f1cb3e15848bf286307f782b072d3a9caaba1730b83181e493881a01ad676e849a05350c77522cf984
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.17.0
10
+ - Package version: 3.17.1
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.17.0.gem
27
+ gem install ./pulp_rpm_client-3.17.1.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_rpm_client-3.17.0.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_rpm_client-3.17.1.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.17.0'
36
+ gem 'pulp_rpm_client', '~> 3.17.1'
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.17.0'
14
+ VERSION = '3.17.1'
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.17.0
4
+ version: 3.17.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-17 00:00:00.000000000 Z
11
+ date: 2022-01-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday