pulpcore_client 3.15.0 → 3.15.1

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: '069392eb41ca90c85c384b403807349bb0bfe787910d504d563fc4e692c14ac2'
4
- data.tar.gz: 65f0a1eb0a5559763c80e433615a72728ef7b97fca54e812e5ae4218e418c8cb
3
+ metadata.gz: 269e7a7b8053aa6eb81272dd6a560adc516d2ad95a13838b354e246d6fb511e6
4
+ data.tar.gz: 6ef93fff5569c2a8e6e60b33063cb892e017ee27434004a60e18635c38683f2d
5
5
  SHA512:
6
- metadata.gz: e3e31774b624aa57557c726f05c4e501611b553a5241d4b6d3d28d9ea9298af2cdb274cb9754b613be6d57cd2f26ea3c159b3e8942e15cdb635200e3bf7de00f
7
- data.tar.gz: 8d567940e66efa34b6c73af66be1e4b76c49e04099489d4052340db4877b51a56ec3a84c5467d134905729890eb08f3d459ed3d82d720d812a96eb477af2de8d
6
+ metadata.gz: cbfa5ef2f9d291a320f02d0bbd5fe93f9d40477c769afbc45ccbdbaabd1e7ffa3bd383884649e9b7ded8597c424371ab10abaa89f1a2c73a6297978459097c8f
7
+ data.tar.gz: '0924dd51fa781163acb0f8cb5372605b96e7d9fdb9291c24d01165c57543ab7ad49e22defa1d19cf3d574af49efbff0b06d1513f4e494eb454e7216d33ab7673'
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.15.0
10
+ - Package version: 3.15.1
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.15.0.gem
27
+ gem install ./pulpcore_client-3.15.1.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulpcore_client-3.15.0.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulpcore_client-3.15.1.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.15.0'
36
+ gem 'pulpcore_client', '~> 3.15.1'
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.15.0'
14
+ VERSION = '3.15.1'
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.15.0
4
+ version: 3.15.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-08-26 00:00:00.000000000 Z
11
+ date: 2021-08-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday