pulpcore_client 3.14.1 → 3.14.2

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: 4eed9ba9ee675f77ca0236c0b00f7f892ea8bad0fd48f7eaa4387a51694bbe76
4
- data.tar.gz: 219ddcbf0f753dd2639127c11700a841d5ecb836a1c4f378c7fa27a87de10fc5
3
+ metadata.gz: 9dfe04abf8b353e5eaab16ca4645722394bff7ed0dfa6406f99c0d180172945a
4
+ data.tar.gz: '0875555d6abc645547234683a691d51b9422dbb5cbd0534d6ff35ead97a96cf3'
5
5
  SHA512:
6
- metadata.gz: 5d5a64f3c3f4c14fb0ed346d8c885ecd09dabbabdd8431e52eaab31e3e57b269fb114b58477ff9715694ef223cd408966bd5eab323276062729333bcaa2fe187
7
- data.tar.gz: 6e66f976ccea3f04bf745cfdd694109cf54d94e3279f171f8cca3ef5707b6005c0c44bb1900415465037c512819be957160062122bf3f6b1051919d0739eb53d
6
+ metadata.gz: e3e64077f217acdac4eb60f47ee94fa15629e101151559d6cdb54de19057777c04432d4e32ecd6bccce3067a67df0f25f040004340cea4ec72fbd0adf302f9a0
7
+ data.tar.gz: 51cf9683e0167b9e55c475a0bd569a8049b0342e65b9aca9003b53ff0be5d0453ca4338d6fb82c3d6d32dff350bbdbd79ee5b8aefb702d2bdcb89a8f10d945b6
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.14.1
10
+ - Package version: 3.14.2
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.14.1.gem
27
+ gem install ./pulpcore_client-3.14.2.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulpcore_client-3.14.1.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulpcore_client-3.14.2.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.14.1'
36
+ gem 'pulpcore_client', '~> 3.14.2'
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.14.1'
14
+ VERSION = '3.14.2'
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.14.1
4
+ version: 3.14.2
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-07-07 00:00:00.000000000 Z
11
+ date: 2021-07-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday