pulpcore_client 3.21.11 → 3.21.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: 4f73e234541b31921d7c37be2e14ddb036a89aa640cec1cccae5c51ee253fc8c
4
- data.tar.gz: 586502d9c5d962a51a9ff93c85ddf1900da6e4aba093c3e1cc3d29642ddab098
3
+ metadata.gz: 8db4eaaf5159986ff6a127def943103fe3d570e46153163bd0974393b7a67573
4
+ data.tar.gz: 6b8e3b30ddbdb1044dace33aeafbef46c09440c1b699d121c764fcba19851826
5
5
  SHA512:
6
- metadata.gz: aca3973e5ed185e1c9c6d1526e4c6a78e9f5d69eb99af5665afa6ff9d0c07cc58639a4014531753b33fd935182ce5e0565940baac234b67b0b4e2aac0c8644f3
7
- data.tar.gz: 9ff9ea72f9910f01bda92974a41d3c485b2efe8b23efaf6833e696a6ff3c9c30ee17b0c41ea0fa64857d56564a8df74d410a22f355a036c0aac0bac8ece537ce
6
+ metadata.gz: 95aee0e0383a5266d39480a4509c7b1fd86c9bc30ed44a212f12fc158debfc324d0a4629b3d5a5e39842b52909c3d48cf8856c5e99f415296249f7590bfbcc08
7
+ data.tar.gz: 1bcf3627f28fa55840d9b4906294b5de118e3afc9e74100199ffc641aede8da1c644f40344715cc4658bd7d7453483d5598dc60f1e195aa1ddaccac44f63c1b7
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.21.11
10
+ - Package version: 3.21.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 pulpcore_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulpcore_client-3.21.11.gem
27
+ gem install ./pulpcore_client-3.21.13.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulpcore_client-3.21.11.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulpcore_client-3.21.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 'pulpcore_client', '~> 3.21.11'
36
+ gem 'pulpcore_client', '~> 3.21.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 PulpcoreClient
14
- VERSION = '3.21.11'
14
+ VERSION = '3.21.13'
15
15
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulpcore_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.21.11
4
+ version: 3.21.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: 2023-07-19 00:00:00.000000000 Z
11
+ date: 2023-07-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday