pulpcore_client 3.12.0.dev1617854496 → 3.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/lib/pulpcore_client/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9bfc7bceb6803f6e9d1da188349c35472c1129c61956fc9d46ec5c2a351f225d
|
|
4
|
+
data.tar.gz: 5b7c95c1614f8090592bbf6f4cde2d328e6d898c0c17335017540450c59d6bfe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7c9ea318b0ce81f818eb3a814e0a091caec9736eb009411b206ffeb6fc2aaee4905a53d7243c24e9467bab3440dcc50de207458dddde7c70de62151a153d282d
|
|
7
|
+
data.tar.gz: 64f65b2edc825dd0377f45e28c346cc0830a47d863c03a92ea13bfc5834fe5d401a5b0369fd61bdd1f5d4abf6a16fd47b49efec9efc4a3dc14c050de838f9a5a
|
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.0
|
|
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.
|
|
27
|
+
gem install ./pulpcore_client-3.12.0.gem
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
-
(for development, run `gem install --dev ./pulpcore_client-3.12.0.
|
|
30
|
+
(for development, run `gem install --dev ./pulpcore_client-3.12.0.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.0'
|
|
37
37
|
|
|
38
38
|
### Install from Git
|
|
39
39
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenAPI-Generator
|
|
@@ -369,9 +369,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
369
369
|
version: '1.9'
|
|
370
370
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
371
371
|
requirements:
|
|
372
|
-
- - "
|
|
372
|
+
- - ">="
|
|
373
373
|
- !ruby/object:Gem::Version
|
|
374
|
-
version:
|
|
374
|
+
version: '0'
|
|
375
375
|
requirements: []
|
|
376
376
|
rubygems_version: 3.0.3
|
|
377
377
|
signing_key:
|