pulp_2to3_migration_client 0.0.1a1.dev01575918860 → 0.0.1a1.dev01576005284
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c10b13434489a5e0b16bcc143f802d70839bca1aedf41b6ec2ad88247c31a4d3
|
4
|
+
data.tar.gz: 606f100882d0e2d1c94e076947787f591dc5ffe9ec4a9602765225e43d0256fa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6018974729972f0e18bcbffaf1973fee4ba9af8d39eafe1b2d80c49e04dff890c307715134f6fb7d90518955c63633fa6ed330b8492153cdecfaa511f2d9fb95
|
7
|
+
data.tar.gz: 3e0e310ab4827290349af553eeecb0ec21756ffe64ea95f02146b6b647f77a5d5312e62588f030388515be50727b3955e014c03a2c2ba085e2be2cfa30d0dacc
|
data/README.md
CHANGED
@@ -7,7 +7,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
|
|
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.0.1a1.
|
10
|
+
- Package version: 0.0.1a1.dev01576005284
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
12
12
|
|
13
13
|
## Installation
|
@@ -23,16 +23,16 @@ gem build pulp_2to3_migration_client.gemspec
|
|
23
23
|
Then either install the gem locally:
|
24
24
|
|
25
25
|
```shell
|
26
|
-
gem install ./pulp_2to3_migration_client-0.0.1a1.
|
26
|
+
gem install ./pulp_2to3_migration_client-0.0.1a1.dev01576005284.gem
|
27
27
|
```
|
28
28
|
|
29
|
-
(for development, run `gem install --dev ./pulp_2to3_migration_client-0.0.1a1.
|
29
|
+
(for development, run `gem install --dev ./pulp_2to3_migration_client-0.0.1a1.dev01576005284.gem` to install the development dependencies)
|
30
30
|
|
31
31
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
32
32
|
|
33
33
|
Finally add this to the Gemfile:
|
34
34
|
|
35
|
-
gem 'pulp_2to3_migration_client', '~> 0.0.1a1.
|
35
|
+
gem 'pulp_2to3_migration_client', '~> 0.0.1a1.dev01576005284'
|
36
36
|
|
37
37
|
### Install from Git
|
38
38
|
|
@@ -10,7 +10,7 @@ Name | Type | Description | Notes
|
|
10
10
|
**pulp2_repo_id** | **String** | |
|
11
11
|
**is_migrated** | **Boolean** | | [optional] [default to false]
|
12
12
|
**not_in_pulp2** | **Boolean** | | [optional] [default to false]
|
13
|
-
**pulp3_repository_version** | **String** |
|
13
|
+
**pulp3_repository_version** | **String** | RepositoryVersion to be served | [optional]
|
14
14
|
**pulp3_remote_href** | **String** | | [optional] [readonly]
|
15
15
|
**pulp3_publication_href** | **String** | | [optional] [readonly]
|
16
16
|
**pulp3_distribution_hrefs** | **String** | | [optional] [readonly]
|
@@ -27,6 +27,7 @@ module Pulp2to3MigrationClient
|
|
27
27
|
|
28
28
|
attr_accessor :not_in_pulp2
|
29
29
|
|
30
|
+
# RepositoryVersion to be served
|
30
31
|
attr_accessor :pulp3_repository_version
|
31
32
|
|
32
33
|
attr_accessor :pulp3_remote_href
|
@@ -70,6 +71,7 @@ module Pulp2to3MigrationClient
|
|
70
71
|
# List of attributes with nullable: true
|
71
72
|
def self.openapi_nullable
|
72
73
|
Set.new([
|
74
|
+
:'pulp3_repository_version',
|
73
75
|
])
|
74
76
|
end
|
75
77
|
|
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.0.1a1.
|
4
|
+
version: 0.0.1a1.dev01576005284
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OpenAPI-Generator
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-12-
|
11
|
+
date: 2019-12-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|