pulpcore_client 3.21.20 → 3.21.21

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: ff2eeaa301e65b4eefed5c862c461e2525472a3ca44d4f85268d62e457073ba5
4
- data.tar.gz: 57a0ba71ee55893ddacbb58102100d3335b2b85c14a9bbec1365685b53611f2d
3
+ metadata.gz: 83d7a760738a53e65dd1e5b036af8d2d6ed25a2df09fc6d93308a1f4eb39f54d
4
+ data.tar.gz: 47c4e7b7d66ec600153eea4c506bae7da6ce778e1769985de9d1b05099d7b757
5
5
  SHA512:
6
- metadata.gz: fca125b13ac46b7a65501e5281da7e4d69547356b38e68372d8f322ac52b015ecfa129d327317f3e5b1e76d06a9bb95b04bea58fde3f1add8a168e9391a847f5
7
- data.tar.gz: 386b724e37085a76d91064e7781cb5a7a908753b461d89902fd4caff792c5902ffd9593b2c4ace610efad468c2ac705adbd0ac29a8f20a44e8b7cb40d7a1c585
6
+ metadata.gz: 2534983d54b6e55bbcba83a0219d91be6ecf6b7e5a5eb23f61c95dd1e5025a1e3c40fd8416e838dad6055ef5cf905caf9a5bcccc5867b0447d32581c37c586a9
7
+ data.tar.gz: cd0d6cd0c86d91f04876f40e115410130d76a461f67ef36867093c3e01755c0206cca0979e4af03625da975a6385c441a092653586b65f390b2bc8ca748b464d
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.20
10
+ - Package version: 3.21.21
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.20.gem
27
+ gem install ./pulpcore_client-3.21.21.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulpcore_client-3.21.20.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulpcore_client-3.21.21.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.20'
36
+ gem 'pulpcore_client', '~> 3.21.21'
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.20'
14
+ VERSION = '3.21.21'
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.20
4
+ version: 3.21.21
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-10-05 00:00:00.000000000 Z
11
+ date: 2023-10-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday