pulp_2to3_migration_client 0.4.0.dev01599854178 → 0.4.0.dev01600290185

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: ea75b765dff5bcc5fcd17fb8eedf8d7bef38dc770a1bba4cfeccf9752a5b89c0
4
- data.tar.gz: 766fee95ff2f18ffe9ffeae18f740778c64c48e95cf443146011f6e1e5f04831
3
+ metadata.gz: 9ce53eade327b961e77eaee6a8a34b035a6d7e0e0f12fb233e1a671b37cb91a1
4
+ data.tar.gz: d5bdb80619fe42e411bba01444eaa137019247bdea8acd68afd8528bbcbc82bc
5
5
  SHA512:
6
- metadata.gz: b97579239c7b866bc1a7c881ea75a042e2bdc602d16bc772c8cebacc41579cc128d2f6b7606db8628ebe9c828b4a9669a827acdc1e108155d3919e64ac580482
7
- data.tar.gz: 3cb03fb6f772c972fac111e755d2d64493465c2dd379f2df865ac3891723c2596e3098c7d0dd685ee4d070ebeb9f1c11b39d84e91163f0d3f416e656468cd8fb
6
+ metadata.gz: 8409584ab6382840fe9225e64553edb1627dcedcf485025ea6d9903945ffdda3235981f5dd09f27d75720c3d9ac51e0b5f8ea0a472fd3e9e367bbcc7f1d0dee8
7
+ data.tar.gz: fb5d47b5f086eb68b040361a9b2d4c6fd2c6956aa16981c3e1a533876b8a9c9bbd557f03e0033246bfcbde2e9d7156bbd0a8aea705d8ff4bafb5aa9e9e0e5855
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.dev01599854178
10
+ - Package version: 0.4.0.dev01600290185
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.dev01599854178.gem
27
+ gem install ./pulp_2to3_migration_client-0.4.0.dev01600290185.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_2to3_migration_client-0.4.0.dev01599854178.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_2to3_migration_client-0.4.0.dev01600290185.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.dev01599854178'
36
+ gem 'pulp_2to3_migration_client', '~> 0.4.0.dev01600290185'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -12,7 +12,7 @@ Name | Type | Description | Notes
12
12
  **pulp2_storage_path** | **String** | |
13
13
  **downloaded** | **Boolean** | | [optional] [default to false]
14
14
  **pulp3_content** | **String** | | [optional]
15
- **pulp3_repository_version** | **Object** | | [optional] [readonly]
15
+ **pulp3_repository_version** | **String** | | [optional] [readonly]
16
16
 
17
17
  ## Code Sample
18
18
 
@@ -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** | **Object** | | [optional] [readonly]
16
- **pulp3_publication_href** | **Object** | | [optional] [readonly]
17
- **pulp3_distribution_hrefs** | **Object** | | [optional] [readonly]
18
- **pulp3_repository_href** | **Object** | | [optional] [readonly]
15
+ **pulp3_remote_href** | **String** | | [optional] [readonly]
16
+ **pulp3_publication_href** | **String** | | [optional] [readonly]
17
+ **pulp3_distribution_hrefs** | **String** | | [optional] [readonly]
18
+ **pulp3_repository_href** | **String** | | [optional] [readonly]
19
19
 
20
20
  ## Code Sample
21
21
 
@@ -60,7 +60,7 @@ module Pulp2to3MigrationClient
60
60
  :'pulp2_storage_path' => :'String',
61
61
  :'downloaded' => :'Boolean',
62
62
  :'pulp3_content' => :'String',
63
- :'pulp3_repository_version' => :'Object'
63
+ :'pulp3_repository_version' => :'String'
64
64
  }
65
65
  end
66
66
 
@@ -70,10 +70,10 @@ module Pulp2to3MigrationClient
70
70
  :'is_migrated' => :'Boolean',
71
71
  :'not_in_plan' => :'Boolean',
72
72
  :'pulp3_repository_version' => :'String',
73
- :'pulp3_remote_href' => :'Object',
74
- :'pulp3_publication_href' => :'Object',
75
- :'pulp3_distribution_hrefs' => :'Object',
76
- :'pulp3_repository_href' => :'Object'
73
+ :'pulp3_remote_href' => :'String',
74
+ :'pulp3_publication_href' => :'String',
75
+ :'pulp3_distribution_hrefs' => :'String',
76
+ :'pulp3_repository_href' => :'String'
77
77
  }
78
78
  end
79
79
 
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.2.3
11
11
  =end
12
12
 
13
13
  module Pulp2to3MigrationClient
14
- VERSION = '0.4.0.dev01599854178'
14
+ VERSION = '0.4.0.dev01600290185'
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.4.0.dev01599854178
4
+ version: 0.4.0.dev01600290185
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 00:00:00.000000000 Z
11
+ date: 2020-09-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday