pulp_2to3_migration_client 0.0.1rc2.dev01581877334 → 0.0.1rc2.dev01581964382

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: e8b378deca3a476d3d46ec2750f25ed88906e6ecc5ff665d8151a09e0099a074
4
- data.tar.gz: 9175c99da8daddf2b2fe6bcfa801a19f8d78d8dc9ab21bb315b0981d243d9f06
3
+ metadata.gz: 5a5616370c4e1f10b1141938c7867e9d919ca3caa93b0a284efc16915d222a7d
4
+ data.tar.gz: 3d8c33c03bb3aa376804a4f11408b34762ea05d32fa66b0d27cbf223e43dd7a5
5
5
  SHA512:
6
- metadata.gz: 92862ec1513ae8f9d0e269b172e3c1540de0024971a8b1d9d8eac6b7cfd578c3fd8b5dc5e56bbdad4797c997f743f39b36861249db2057b179432e4ddf83dba4
7
- data.tar.gz: f5a01e3b99e36645637e0aca6d163421ae39ef85165651ab0ac7782b3616136b332890d914755355692c1d350db9379788662697d25952b17a67dc054771ce65
6
+ metadata.gz: 11fd4827204addfb769a497c34e779e49ab0027287e770857093cfda762aaf27ae6bbdee76b1f50ec6ae4e55ed7780e98523a24971eb2844352dbd76d24d7f24
7
+ data.tar.gz: f8e76781d9eb785490905495e80d0465ba9b55f31ba70372b8c620955709878be8637fdeeadeefd4605579fd2a6070f85c6056d442244456058cafda8054af0e
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.1rc2.dev01581877334
10
+ - Package version: 0.0.1rc2.dev01581964382
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.1rc2.dev01581877334.gem
26
+ gem install ./pulp_2to3_migration_client-0.0.1rc2.dev01581964382.gem
27
27
  ```
28
28
 
29
- (for development, run `gem install --dev ./pulp_2to3_migration_client-0.0.1rc2.dev01581877334.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./pulp_2to3_migration_client-0.0.1rc2.dev01581964382.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.1rc2.dev01581877334'
35
+ gem 'pulp_2to3_migration_client', '~> 0.0.1rc2.dev01581964382'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -12,10 +12,10 @@ Name | Type | Description | Notes
12
12
  **is_migrated** | **Boolean** | | [optional] [default to false]
13
13
  **not_in_plan** | **Boolean** | | [optional] [default to false]
14
14
  **pulp3_repository_version** | **String** | RepositoryVersion to be served | [optional]
15
- **pulp3_remote_href** | **String** | Get pulp3_remote_href from pulp2repo | [optional] [readonly]
16
- **pulp3_publication_href** | **String** | Get pulp3_publication_href from pulp3_repository_version | [optional] [readonly]
17
- **pulp3_distribution_hrefs** | **Array<String>** | Get pulp3_distribution_hrefs from pulp3_repository_version | [optional] [readonly]
18
- **pulp3_repository_href** | **String** | Get pulp3_repository_href from pulp2repo | [optional] [readonly]
15
+ **pulp3_remote_href** | **String** | Get pulp3_remote_href from pulp2repo | [optional] [readonly]
16
+ **pulp3_publication_href** | **String** | Get pulp3_publication_href from pulp3_repository_version | [optional] [readonly]
17
+ **pulp3_distribution_hrefs** | **Array<String>** | Get pulp3_distribution_hrefs from pulp3_repository_version | [optional] [readonly]
18
+ **pulp3_repository_href** | **String** | Get pulp3_repository_href from pulp2repo | [optional] [readonly]
19
19
 
20
20
  ## Code Sample
21
21
 
@@ -32,16 +32,16 @@ module Pulp2to3MigrationClient
32
32
  # RepositoryVersion to be served
33
33
  attr_accessor :pulp3_repository_version
34
34
 
35
- # Get pulp3_remote_href from pulp2repo
35
+ # Get pulp3_remote_href from pulp2repo
36
36
  attr_accessor :pulp3_remote_href
37
37
 
38
- # Get pulp3_publication_href from pulp3_repository_version
38
+ # Get pulp3_publication_href from pulp3_repository_version
39
39
  attr_accessor :pulp3_publication_href
40
40
 
41
- # Get pulp3_distribution_hrefs from pulp3_repository_version
41
+ # Get pulp3_distribution_hrefs from pulp3_repository_version
42
42
  attr_accessor :pulp3_distribution_hrefs
43
43
 
44
- # Get pulp3_repository_href from pulp2repo
44
+ # Get pulp3_repository_href from pulp2repo
45
45
  attr_accessor :pulp3_repository_href
46
46
 
47
47
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.2.2
11
11
  =end
12
12
 
13
13
  module Pulp2to3MigrationClient
14
- VERSION = '0.0.1rc2.dev01581877334'
14
+ VERSION = '0.0.1rc2.dev01581964382'
15
15
  end
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.1rc2.dev01581877334
4
+ version: 0.0.1rc2.dev01581964382
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-02-16 00:00:00.000000000 Z
11
+ date: 2020-02-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday