pulp_2to3_migration_client 0.4.0.dev01599940583 → 0.4.0.dev01600372752

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: 3102ecb1393d680eb9d415c55ba9443f3a7cb6bbd32150946ecf69c1f8e83a09
4
- data.tar.gz: 8c4aad05f64c8cfc699399648837ef0e15c7fe285957bf28fcec9e58f3acc435
3
+ metadata.gz: 8b91c16df08efd44f4e1622b9f2fe2ebbc6aea2bfe3c49e52f5de63c7968b5e2
4
+ data.tar.gz: 15d6bd3447f175014e477402d9c9102a330e36aff9bbf9c9069a34987714d18d
5
5
  SHA512:
6
- metadata.gz: 5043842b409834d394070e0fbd27d0f13d5ede7925ddfc32fc5c065ff0820e987dfea9b71314ddae37c06cac472c9e4736b4e2dcbf559b429e59f946edebe56d
7
- data.tar.gz: fe10dacb8a3cb2778b81c7e09f5e699284288f8eb17b5e9de20a61242f5bfce5212e62a7a6260738af2fdbe7dfc3f32d7ece35c9ae999d4dbbd58689d2b75a91
6
+ metadata.gz: 7e98b29c8ed33f817e30f4438fcb19fb0291de3c525a37395be3489731cea4e0f5194e9c4b87147f1d740e3569b9316e0d8d00f46a472631f73d0964e03ac17a
7
+ data.tar.gz: c64ffbe5fd0c167ba9364224890eb2dc5b3938ac455270acd232a352a93f985f6deef04929c92bb97371e15282336080811104b074a3d164787ac2b289fb4628
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.dev01599940583
10
+ - Package version: 0.4.0.dev01600372752
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.dev01599940583.gem
27
+ gem install ./pulp_2to3_migration_client-0.4.0.dev01600372752.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_2to3_migration_client-0.4.0.dev01599940583.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_2to3_migration_client-0.4.0.dev01600372752.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.dev01599940583'
36
+ gem 'pulp_2to3_migration_client', '~> 0.4.0.dev01600372752'
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.dev01599940583'
14
+ VERSION = '0.4.0.dev01600372752'
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.dev01599940583
4
+ version: 0.4.0.dev01600372752
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-12 00:00:00.000000000 Z
11
+ date: 2020-09-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday