pulp_2to3_migration_client 0.5.0.dev01602101530 → 0.5.0.dev01602600931

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 33085f0cc0f14703fb7bdebedddacf5b64a552befdc276bda84d6cb2793898bc
4
- data.tar.gz: 61a8d2db82be57baee65941f24a442ed1c184837ac6045e0e246f366da2ced75
3
+ metadata.gz: 9bee0bd8c7c3669d698f7923555640f5f3d15acd0ff5e14d734ba062706f8207
4
+ data.tar.gz: 633798d804397a3d3cff6e4f13233ea72957783a3c0e8924df1a9303e14ea986
5
5
  SHA512:
6
- metadata.gz: 0c91316fe5feed1af0443447a216bd4151599a376e4902942181b6db93f7bb12b017b9f4ac7fdd94085a18bb319fb4e202ea3205cab15564479cdb285795a625
7
- data.tar.gz: 7d15715725b75a91c6047ddc652902265bd274cfcb7cc32daf6eb35e6957822af53b6155a98c0199be892a7a6dc1c76ecf05cb3745cfeb6c7e72bdea3097e487
6
+ metadata.gz: ec3278b767f268a16eb27dfb504f82a65dfd9d1f97e2c99ff9adc5064b0742d77ee383257d1cfa8eee718b5d4f06761abaca3204371342dfab7216c15d7579c4
7
+ data.tar.gz: ff07f3a018a0ec8953779858bcb634f7954f9ae58c6cb1767c4980ceeaac5e184107893686acf957c9ed15d14313d9de6dfa2313a3e85a1128cc428ba1a45a95
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.5.0.dev01602101530
10
+ - Package version: 0.5.0.dev01602600931
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.5.0.dev01602101530.gem
27
+ gem install ./pulp_2to3_migration_client-0.5.0.dev01602600931.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_2to3_migration_client-0.5.0.dev01602101530.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_2to3_migration_client-0.5.0.dev01602600931.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.5.0.dev01602101530'
36
+ gem 'pulp_2to3_migration_client', '~> 0.5.0.dev01602600931'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -14,7 +14,7 @@ Name | Type | Description | Notes
14
14
  **pulp3_repository_version** | **String** | RepositoryVersion to be served | [optional]
15
15
  **pulp3_remote_href** | **String** | | [optional] [readonly]
16
16
  **pulp3_publication_href** | **String** | | [optional] [readonly]
17
- **pulp3_distribution_hrefs** | **String** | | [optional] [readonly]
17
+ **pulp3_distribution_hrefs** | **Array<String>** | | [optional] [readonly]
18
18
  **pulp3_repository_href** | **String** | | [optional] [readonly]
19
19
 
20
20
  ## Code Sample
@@ -72,7 +72,7 @@ module Pulp2to3MigrationClient
72
72
  :'pulp3_repository_version' => :'String',
73
73
  :'pulp3_remote_href' => :'String',
74
74
  :'pulp3_publication_href' => :'String',
75
- :'pulp3_distribution_hrefs' => :'String',
75
+ :'pulp3_distribution_hrefs' => :'Array<String>',
76
76
  :'pulp3_repository_href' => :'String'
77
77
  }
78
78
  end
@@ -144,7 +144,9 @@ module Pulp2to3MigrationClient
144
144
  end
145
145
 
146
146
  if attributes.key?(:'pulp3_distribution_hrefs')
147
- self.pulp3_distribution_hrefs = attributes[:'pulp3_distribution_hrefs']
147
+ if (value = attributes[:'pulp3_distribution_hrefs']).is_a?(Array)
148
+ self.pulp3_distribution_hrefs = value
149
+ end
148
150
  end
149
151
 
150
152
  if attributes.key?(:'pulp3_repository_href')
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.2.3
11
11
  =end
12
12
 
13
13
  module Pulp2to3MigrationClient
14
- VERSION = '0.5.0.dev01602101530'
14
+ VERSION = '0.5.0.dev01602600931'
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.5.0.dev01602101530
4
+ version: 0.5.0.dev01602600931
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-10-07 00:00:00.000000000 Z
11
+ date: 2020-10-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday