pulpcore_client 3.18.9 → 3.18.10

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: ed72a1d3d2c4e30334f7d0d8b6bffdcda8fa64cba173fd902c28299c734a1d07
4
- data.tar.gz: 9a9f6004ce4b77d726e66d359a52991dac88e5c6ae2c2f253ac507493a4b339b
3
+ metadata.gz: 50c08f4e2b8c93806e9653820ce3d53fb656ac9c7f6917807ef06796de62905f
4
+ data.tar.gz: 88482938cb48046b19c2a530307816822a1751eba29d5164153a5c2af3442600
5
5
  SHA512:
6
- metadata.gz: 50620274b9b84ada72217d63a13855f0690d7052661e790f68d4b893815278d06cc325cfd4faff7c16996af606ad54798895f64a5d02a97d878a3dab1109bc6a
7
- data.tar.gz: 94df24014d727f32f8839590540b578dc0b5c2c8d617d4072dd8c8c6939bcad295697bcfd4efd072a3069c962e525f62b19b8d902d8b96c04c1d4158c421fdae
6
+ metadata.gz: e2f694227241c902cc6537023da26f1f9299379102286af428a1e662383232430f8e7c183cb9d418320dfbc50f7cdeb7bed9d6d78c57fe89d1ee8d9957ab589c
7
+ data.tar.gz: 2f36f921e8b5a6243fc7874aacbcdbefe67bb3a99a956789b7b72b83e539d90be75307838aaaa88e86e3cf7ca41024c738524e009a76012afaa35463ecbfe782
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.18.9
10
+ - Package version: 3.18.10
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.18.9.gem
27
+ gem install ./pulpcore_client-3.18.10.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulpcore_client-3.18.9.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulpcore_client-3.18.10.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.18.9'
36
+ gem 'pulpcore_client', '~> 3.18.10'
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.18.9'
14
+ VERSION = '3.18.10'
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.18.9
4
+ version: 3.18.10
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-09-01 00:00:00.000000000 Z
11
+ date: 2022-09-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday