pulpcore_client 3.18.26 → 3.18.27

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: 27e5e3d646245d0207491bad731e15dc3d60b8da6e48472585f7740cbf4cfcc4
4
- data.tar.gz: 5323aa0fee76744d3cb51cb69229145b0f0ac5aba63b23b2b51a8ff8de072258
3
+ metadata.gz: 2c9f6239cf63705e855ca5834dc4daf511e075f127d8fd373699756712448847
4
+ data.tar.gz: c658d5723ddf55cec20d252f7fc95c307ef8170197818904fc0eb59a717de0b4
5
5
  SHA512:
6
- metadata.gz: cbc54e9eb2bd5b0b20146b02ef38f19f7bbfd55cdf7520cd029e50e4b17e7564e9e0885987e3bb7f67b99e1477d847c2731af933100e6db2ece47ccff6eda4ab
7
- data.tar.gz: 276aa5630f11444217a162bab72baf06bcd93060d6d67d39af1381370ecb086d07f44c8cd47b1d1005ae203e52e576767e940d0975874a0ce319e07f18d75eb9
6
+ metadata.gz: e0ba7cb87c65bc04c73ed2c3280849b25c0bdb82bb349254a7deb6c1417c5c1b3ecc352c7dcae3033ebf16b0fa9b211a6eb3f8abcdf91d68ee6f8c93163f3405
7
+ data.tar.gz: 1fceb48131bf0c21bf114fcc0e71678469661d8678d15697d9a0422f2d3e12b9ec8f1181222626db71e7f7646b6b1479f51e0d811d5a7a8da32cdd60f3ecc8f2
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.26
10
+ - Package version: 3.18.27
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.26.gem
27
+ gem install ./pulpcore_client-3.18.27.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulpcore_client-3.18.26.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulpcore_client-3.18.27.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.26'
36
+ gem 'pulpcore_client', '~> 3.18.27'
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.26'
14
+ VERSION = '3.18.27'
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.26
4
+ version: 3.18.27
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