pulp_2to3_migration_client 0.4.0.dev01601323580 → 0.4.0.dev01601410016
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/docs/InlineResponse200.md +2 -2
- data/docs/InlineResponse2001.md +2 -2
- data/docs/InlineResponse2002.md +2 -2
- data/lib/pulp_2to3_migration_client/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 95b80b47489c66b6bfc4e42403f4f102df4e75485110f828716c588e151f06f5
|
4
|
+
data.tar.gz: 53aa02da2338cf441d6966062c7d0fd58ebe21469129f7da27a19f4712e2ea61
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0cd6fa33abaf24c024f67869d21ccea410e23c76d594a996b7952fd257912701197e57063acaa9b0fea5d1b8e829ebf3eeafd39dc25ff55df511927bc05445fb
|
7
|
+
data.tar.gz: ea49ec431723f59fea31eb4ff10efe07cf09e3a2f743967fd9dbc24a1dc1c6c4cc893aa24b928c5f7981ef8aec11fd62fd78c787ef0af38bc7cb8d4bba9c135b
|
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: 0.4.0.
|
10
|
+
- Package version: 0.4.0.dev01601410016
|
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 pulp_2to3_migration_client.gemspec
|
|
24
24
|
Then either install the gem locally:
|
25
25
|
|
26
26
|
```shell
|
27
|
-
gem install ./pulp_2to3_migration_client-0.4.0.
|
27
|
+
gem install ./pulp_2to3_migration_client-0.4.0.dev01601410016.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./pulp_2to3_migration_client-0.4.0.
|
30
|
+
(for development, run `gem install --dev ./pulp_2to3_migration_client-0.4.0.dev01601410016.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 'pulp_2to3_migration_client', '~> 0.4.0.
|
36
|
+
gem 'pulp_2to3_migration_client', '~> 0.4.0.dev01601410016'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
data/docs/InlineResponse200.md
CHANGED
@@ -15,8 +15,8 @@ Name | Type | Description | Notes
|
|
15
15
|
require 'Pulp2to3MigrationClient'
|
16
16
|
|
17
17
|
instance = Pulp2to3MigrationClient::InlineResponse200.new(count: 123,
|
18
|
-
_next:
|
19
|
-
previous:
|
18
|
+
_next: http://api.example.org/accounts/?offset=400&limit=100,
|
19
|
+
previous: http://api.example.org/accounts/?offset=200&limit=100,
|
20
20
|
results: null)
|
21
21
|
```
|
22
22
|
|
data/docs/InlineResponse2001.md
CHANGED
@@ -15,8 +15,8 @@ Name | Type | Description | Notes
|
|
15
15
|
require 'Pulp2to3MigrationClient'
|
16
16
|
|
17
17
|
instance = Pulp2to3MigrationClient::InlineResponse2001.new(count: 123,
|
18
|
-
_next:
|
19
|
-
previous:
|
18
|
+
_next: http://api.example.org/accounts/?offset=400&limit=100,
|
19
|
+
previous: http://api.example.org/accounts/?offset=200&limit=100,
|
20
20
|
results: null)
|
21
21
|
```
|
22
22
|
|
data/docs/InlineResponse2002.md
CHANGED
@@ -15,8 +15,8 @@ Name | Type | Description | Notes
|
|
15
15
|
require 'Pulp2to3MigrationClient'
|
16
16
|
|
17
17
|
instance = Pulp2to3MigrationClient::InlineResponse2002.new(count: 123,
|
18
|
-
_next:
|
19
|
-
previous:
|
18
|
+
_next: http://api.example.org/accounts/?offset=400&limit=100,
|
19
|
+
previous: http://api.example.org/accounts/?offset=200&limit=100,
|
20
20
|
results: null)
|
21
21
|
```
|
22
22
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pulp_2to3_migration_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.0.
|
4
|
+
version: 0.4.0.dev01601410016
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OpenAPI-Generator
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-09-
|
11
|
+
date: 2020-09-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|