pulp_2to3_migration_client 0.0.1a1.dev01575227298 → 0.0.1a1.dev01575401039

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.
Files changed (35) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/docs/Pulp2to3MigrationPulp2Repository.md +0 -2
  4. data/lib/pulp_2to3_migration_client/api/migration_plans_api.rb +1 -1
  5. data/lib/pulp_2to3_migration_client/api/pulp2content_api.rb +1 -1
  6. data/lib/pulp_2to3_migration_client/api/pulp2repositories_api.rb +1 -1
  7. data/lib/pulp_2to3_migration_client/api_client.rb +1 -1
  8. data/lib/pulp_2to3_migration_client/api_error.rb +1 -1
  9. data/lib/pulp_2to3_migration_client/configuration.rb +1 -1
  10. data/lib/pulp_2to3_migration_client/models/async_operation_response.rb +1 -1
  11. data/lib/pulp_2to3_migration_client/models/inline_response200.rb +1 -1
  12. data/lib/pulp_2to3_migration_client/models/inline_response2001.rb +1 -1
  13. data/lib/pulp_2to3_migration_client/models/inline_response2002.rb +1 -1
  14. data/lib/pulp_2to3_migration_client/models/migration_plan_run.rb +1 -1
  15. data/lib/pulp_2to3_migration_client/models/pulp2to3_migration_migration_plan.rb +1 -1
  16. data/lib/pulp_2to3_migration_client/models/pulp2to3_migration_pulp2_content.rb +1 -1
  17. data/lib/pulp_2to3_migration_client/models/pulp2to3_migration_pulp2_repository.rb +2 -11
  18. data/lib/pulp_2to3_migration_client/version.rb +2 -2
  19. data/lib/pulp_2to3_migration_client.rb +1 -1
  20. data/pulp_2to3_migration_client.gemspec +1 -1
  21. data/spec/api/migration_plans_api_spec.rb +1 -1
  22. data/spec/api/pulp2content_api_spec.rb +1 -1
  23. data/spec/api/pulp2repositories_api_spec.rb +1 -1
  24. data/spec/api_client_spec.rb +1 -1
  25. data/spec/configuration_spec.rb +1 -1
  26. data/spec/models/async_operation_response_spec.rb +1 -1
  27. data/spec/models/inline_response2001_spec.rb +1 -1
  28. data/spec/models/inline_response2002_spec.rb +1 -1
  29. data/spec/models/inline_response200_spec.rb +1 -1
  30. data/spec/models/migration_plan_run_spec.rb +1 -1
  31. data/spec/models/pulp2to3_migration_migration_plan_spec.rb +1 -1
  32. data/spec/models/pulp2to3_migration_pulp2_content_spec.rb +1 -1
  33. data/spec/models/pulp2to3_migration_pulp2_repository_spec.rb +1 -7
  34. data/spec/spec_helper.rb +1 -1
  35. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ddf5f4ef79f52a778252cccb3ca115cfc192ee744942129ad7b441bf56e45d08
4
- data.tar.gz: 0ac9163d27589a5ca3db9d86beb25d43363c9f0bb9c53197fa6dacdb8ad0f60f
3
+ metadata.gz: 2d0a2499b9d3d537cc361fcf4e8fcc7251b682e403e94a91550974efe8501bda
4
+ data.tar.gz: 3b862f998f7380512776864f30854be8a6c3f759d133e00d9eb68da712eaca56
5
5
  SHA512:
6
- metadata.gz: 06fcb99ba86c4def13592d22deb0bab0babed8f1a6d7b5c8015f41dd7d8fa1edc7e72a36671abb7d0fbe6fd7b3a2398d3e6a6ef0e1cb83c32030ac3a11422f68
7
- data.tar.gz: 4eb5ced28e77f6c4cd87d8648b0779ab4e590a7c5bae20b30da93a2512ab027107fe980fa9c118476e512461fb1fb94b2fcb4badf0d1973e5704bdbd2cdf5c9e
6
+ metadata.gz: 78b7b033d4365ae330a7f493b9a95a4d6ecf83f4514e572ea23e3dd52ae0af089c0022412c5eb2edab0fb278000271d6a0f7150599046cd4d252a93dd42b57d1
7
+ data.tar.gz: '0872f747bcaa3bffadcc909a6147b040b90294cdb8e32ce829ad7a2589f6de5d62eb15a95ed1b656e6bb88c99eb1ee86956b99490bb49d629ceb28d6caaa6242'
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.dev01575227298
10
+ - Package version: 0.0.1a1.dev01575401039
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.dev01575227298.gem
26
+ gem install ./pulp_2to3_migration_client-0.0.1a1.dev01575401039.gem
27
27
  ```
28
28
 
29
- (for development, run `gem install --dev ./pulp_2to3_migration_client-0.0.1a1.dev01575227298.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./pulp_2to3_migration_client-0.0.1a1.dev01575401039.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.dev01575227298'
35
+ gem 'pulp_2to3_migration_client', '~> 0.0.1a1.dev01575401039'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -11,7 +11,6 @@ Name | Type | Description | Notes
11
11
  **is_migrated** | **Boolean** | | [optional] [default to false]
12
12
  **pulp3_repository_version** | **String** | | [optional]
13
13
  **pulp3_remote_href** | **String** | | [optional] [readonly]
14
- **pulp3_publisher_href** | **String** | | [optional] [readonly]
15
14
  **pulp3_publication_href** | **String** | | [optional] [readonly]
16
15
  **pulp3_distribution_hrefs** | **String** | | [optional] [readonly]
17
16
 
@@ -27,7 +26,6 @@ instance = Pulp2to3MigrationClient::Pulp2to3MigrationPulp2Repository.new(pulp_hr
27
26
  is_migrated: null,
28
27
  pulp3_repository_version: null,
29
28
  pulp3_remote_href: null,
30
- pulp3_publisher_href: null,
31
29
  pulp3_publication_href: null,
32
30
  pulp3_distribution_hrefs: null)
33
31
  ```
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.2-SNAPSHOT
9
+ OpenAPI Generator version: 4.2.3-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.2-SNAPSHOT
9
+ OpenAPI Generator version: 4.2.3-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.2-SNAPSHOT
9
+ OpenAPI Generator version: 4.2.3-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.2-SNAPSHOT
9
+ OpenAPI Generator version: 4.2.3-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.2-SNAPSHOT
9
+ OpenAPI Generator version: 4.2.3-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.2-SNAPSHOT
9
+ OpenAPI Generator version: 4.2.3-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.2-SNAPSHOT
9
+ OpenAPI Generator version: 4.2.3-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.2-SNAPSHOT
9
+ OpenAPI Generator version: 4.2.3-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.2-SNAPSHOT
9
+ OpenAPI Generator version: 4.2.3-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.2-SNAPSHOT
9
+ OpenAPI Generator version: 4.2.3-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.2-SNAPSHOT
9
+ OpenAPI Generator version: 4.2.3-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.2-SNAPSHOT
9
+ OpenAPI Generator version: 4.2.3-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.2-SNAPSHOT
9
+ OpenAPI Generator version: 4.2.3-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.2-SNAPSHOT
9
+ OpenAPI Generator version: 4.2.3-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -29,8 +29,6 @@ module Pulp2to3MigrationClient
29
29
 
30
30
  attr_accessor :pulp3_remote_href
31
31
 
32
- attr_accessor :pulp3_publisher_href
33
-
34
32
  attr_accessor :pulp3_publication_href
35
33
 
36
34
  attr_accessor :pulp3_distribution_hrefs
@@ -45,7 +43,6 @@ module Pulp2to3MigrationClient
45
43
  :'is_migrated' => :'is_migrated',
46
44
  :'pulp3_repository_version' => :'pulp3_repository_version',
47
45
  :'pulp3_remote_href' => :'pulp3_remote_href',
48
- :'pulp3_publisher_href' => :'pulp3_publisher_href',
49
46
  :'pulp3_publication_href' => :'pulp3_publication_href',
50
47
  :'pulp3_distribution_hrefs' => :'pulp3_distribution_hrefs'
51
48
  }
@@ -61,7 +58,6 @@ module Pulp2to3MigrationClient
61
58
  :'is_migrated' => :'Boolean',
62
59
  :'pulp3_repository_version' => :'String',
63
60
  :'pulp3_remote_href' => :'String',
64
- :'pulp3_publisher_href' => :'String',
65
61
  :'pulp3_publication_href' => :'String',
66
62
  :'pulp3_distribution_hrefs' => :'String'
67
63
  }
@@ -118,10 +114,6 @@ module Pulp2to3MigrationClient
118
114
  self.pulp3_remote_href = attributes[:'pulp3_remote_href']
119
115
  end
120
116
 
121
- if attributes.key?(:'pulp3_publisher_href')
122
- self.pulp3_publisher_href = attributes[:'pulp3_publisher_href']
123
- end
124
-
125
117
  if attributes.key?(:'pulp3_publication_href')
126
118
  self.pulp3_publication_href = attributes[:'pulp3_publication_href']
127
119
  end
@@ -213,7 +205,6 @@ module Pulp2to3MigrationClient
213
205
  is_migrated == o.is_migrated &&
214
206
  pulp3_repository_version == o.pulp3_repository_version &&
215
207
  pulp3_remote_href == o.pulp3_remote_href &&
216
- pulp3_publisher_href == o.pulp3_publisher_href &&
217
208
  pulp3_publication_href == o.pulp3_publication_href &&
218
209
  pulp3_distribution_hrefs == o.pulp3_distribution_hrefs
219
210
  end
@@ -227,7 +218,7 @@ module Pulp2to3MigrationClient
227
218
  # Calculates hash code according to all attributes.
228
219
  # @return [Integer] Hash code
229
220
  def hash
230
- [pulp_href, pulp_created, pulp2_object_id, pulp2_repo_id, is_migrated, pulp3_repository_version, pulp3_remote_href, pulp3_publisher_href, pulp3_publication_href, pulp3_distribution_hrefs].hash
221
+ [pulp_href, pulp_created, pulp2_object_id, pulp2_repo_id, is_migrated, pulp3_repository_version, pulp3_remote_href, pulp3_publication_href, pulp3_distribution_hrefs].hash
231
222
  end
232
223
 
233
224
  # Builds the object from hash
@@ -6,10 +6,10 @@
6
6
  The version of the OpenAPI document: v3
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.2-SNAPSHOT
9
+ OpenAPI Generator version: 4.2.3-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
13
13
  module Pulp2to3MigrationClient
14
- VERSION = '0.0.1a1.dev01575227298'
14
+ VERSION = '0.0.1a1.dev01575401039'
15
15
  end
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.2-SNAPSHOT
9
+ OpenAPI Generator version: 4.2.3-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -8,7 +8,7 @@
8
8
  The version of the OpenAPI document: v3
9
9
 
10
10
  Generated by: https://openapi-generator.tech
11
- OpenAPI Generator version: 4.2.2-SNAPSHOT
11
+ OpenAPI Generator version: 4.2.3-SNAPSHOT
12
12
 
13
13
  =end
14
14
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.2-SNAPSHOT
9
+ OpenAPI Generator version: 4.2.3-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.2-SNAPSHOT
9
+ OpenAPI Generator version: 4.2.3-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.2-SNAPSHOT
9
+ OpenAPI Generator version: 4.2.3-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.2-SNAPSHOT
9
+ OpenAPI Generator version: 4.2.3-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.2-SNAPSHOT
9
+ OpenAPI Generator version: 4.2.3-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.2-SNAPSHOT
9
+ OpenAPI Generator version: 4.2.3-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.2-SNAPSHOT
9
+ OpenAPI Generator version: 4.2.3-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.2-SNAPSHOT
9
+ OpenAPI Generator version: 4.2.3-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.2-SNAPSHOT
9
+ OpenAPI Generator version: 4.2.3-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.2-SNAPSHOT
9
+ OpenAPI Generator version: 4.2.3-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.2-SNAPSHOT
9
+ OpenAPI Generator version: 4.2.3-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.2-SNAPSHOT
9
+ OpenAPI Generator version: 4.2.3-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.2-SNAPSHOT
9
+ OpenAPI Generator version: 4.2.3-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -74,12 +74,6 @@ describe 'Pulp2to3MigrationPulp2Repository' do
74
74
  end
75
75
  end
76
76
 
77
- describe 'test attribute "pulp3_publisher_href"' do
78
- it 'should work' do
79
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
80
- end
81
- end
82
-
83
77
  describe 'test attribute "pulp3_publication_href"' do
84
78
  it 'should work' do
85
79
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
data/spec/spec_helper.rb CHANGED
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.2-SNAPSHOT
9
+ OpenAPI Generator version: 4.2.3-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
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.dev01575227298
4
+ version: 0.0.1a1.dev01575401039
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-01 00:00:00.000000000 Z
11
+ date: 2019-12-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday