pulpcore_client 3.12.0 → 3.12.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: 9bfc7bceb6803f6e9d1da188349c35472c1129c61956fc9d46ec5c2a351f225d
4
- data.tar.gz: 5b7c95c1614f8090592bbf6f4cde2d328e6d898c0c17335017540450c59d6bfe
3
+ metadata.gz: 8c59316dfdb34dd5ac795f2828da93a37cbcd3552e6c59918f7a4555a73523ca
4
+ data.tar.gz: ffd0bb282b18e82f47bdaf2d78a1cd303c9aed48b0b08d39b2a157d8afb599f2
5
5
  SHA512:
6
- metadata.gz: 7c9ea318b0ce81f818eb3a814e0a091caec9736eb009411b206ffeb6fc2aaee4905a53d7243c24e9467bab3440dcc50de207458dddde7c70de62151a153d282d
7
- data.tar.gz: 64f65b2edc825dd0377f45e28c346cc0830a47d863c03a92ea13bfc5834fe5d401a5b0369fd61bdd1f5d4abf6a16fd47b49efec9efc4a3dc14c050de838f9a5a
6
+ metadata.gz: 1971e945a9d6a156a059eec4ad608a24a5cd24688d60f69bb49bce9bb6b33b5672bdc4817177d99d7d68a40559f6c14613a60b2e0e5a5e6184b3bb4d47266a8d
7
+ data.tar.gz: f056047836f786ffd8a76f3547af296e24f4d39d8d63a7a7d63a081aa24254706bef6de0e67ace0a6e77b2988a98994006fda173fd5b03c8750d7a2895ddc558
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.12.0
10
+ - Package version: 3.12.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.12.0.gem
27
+ gem install ./pulpcore_client-3.12.1.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulpcore_client-3.12.0.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulpcore_client-3.12.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.12.0'
36
+ gem 'pulpcore_client', '~> 3.12.1'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.2.3
11
11
  =end
12
12
 
13
13
  module PulpcoreClient
14
- VERSION = '3.12.0'
14
+ VERSION = '3.12.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.12.0
4
+ version: 3.12.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-04-08 00:00:00.000000000 Z
11
+ date: 2021-04-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -373,7 +373,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
373
373
  - !ruby/object:Gem::Version
374
374
  version: '0'
375
375
  requirements: []
376
- rubygems_version: 3.0.3
376
+ rubygems_version: 3.0.3.1
377
377
  signing_key:
378
378
  specification_version: 4
379
379
  summary: Pulp 3 API Ruby Gem