pulpcore_client 3.21.16 → 3.21.17

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: 4dd3789f121dc627a4f2eb9d4ee2c0cb21d7c47a99b0e80ba864e85e049992d5
4
- data.tar.gz: 5536126f665af54515dc70b8826d6156bd15416bbc53baa5bb27f44cc1cb219c
3
+ metadata.gz: 7cadaddaf35e365f6e6e7a00a29a9f04bef79b683e7d47b7b8fefc76bf3ad6c1
4
+ data.tar.gz: 591d9d8d22c7f94e63dcf72ceeb29f3400ac2cf0996f1cec5f0e7ac5f7ee02bd
5
5
  SHA512:
6
- metadata.gz: c26392f4996282c4f7e45d4a17e5b06ce99be96ebb76b80b628d24c2a7a1870864913b4447ad9bfb7ae920ed1b457a0a702c5476588cb72a6204da448a90f2a0
7
- data.tar.gz: 166b952ef42032b765378abe6cc35f6628b9f6d0bf3866f52599dd3a254ce7705897adb903ed3d8284571fbffb1d11c8832d05c842331b2c7bfe1096969f59e5
6
+ metadata.gz: 1cf984938c0e52586e91ed64f6c2ee7a26752d1433c895df68e689b7e8ee3835ac794631023d5619ede389fa803027787f0b9a32f03d087c42d8a0a849ee26fd
7
+ data.tar.gz: e84c5f4e29143dec2ec0c215c3cd85a01590e694963aeeabc6dfcb1425eb6e112ccda075b64dcb3cb07db99ce3614a505ba3856cfa7803c1ac9719910590d010
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.16
10
+ - Package version: 3.21.17
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.16.gem
27
+ gem install ./pulpcore_client-3.21.17.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulpcore_client-3.21.16.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulpcore_client-3.21.17.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.16'
36
+ gem 'pulpcore_client', '~> 3.21.17'
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.16'
14
+ VERSION = '3.21.17'
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.16
4
+ version: 3.21.17
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-08-23 00:00:00.000000000 Z
11
+ date: 2023-09-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday