pulp_2to3_migration_client 0.11.13 → 0.12.0.dev1618286197
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 +4 -4
- data/Gemfile +1 -1
- data/README.md +7 -7
- data/docs/MigrationPlansApi.md +2 -2
- data/docs/{InlineResponse200.md → Paginatedpulp2to3MigrationMigrationPlanResponseList.md} +4 -4
- data/docs/{InlineResponse2001.md → Paginatedpulp2to3MigrationPulp2ContentResponseList.md} +4 -4
- data/docs/{InlineResponse2002.md → Paginatedpulp2to3MigrationPulp2RepositoryResponseList.md} +4 -4
- data/docs/Pulp2ContentApi.md +24 -24
- data/docs/Pulp2RepositoriesApi.md +10 -10
- data/git_push.sh +58 -0
- data/lib/pulp_2to3_migration_client/api/migration_plans_api.rb +4 -4
- data/lib/pulp_2to3_migration_client/api/pulp2_content_api.rb +49 -29
- data/lib/pulp_2to3_migration_client/api/pulp2_repositories_api.rb +13 -13
- data/lib/pulp_2to3_migration_client/api_client.rb +13 -14
- data/lib/pulp_2to3_migration_client/api_error.rb +1 -1
- data/lib/pulp_2to3_migration_client/configuration.rb +1 -9
- data/lib/pulp_2to3_migration_client/models/async_operation_response.rb +1 -1
- data/lib/pulp_2to3_migration_client/models/migration_plan_run.rb +1 -1
- data/lib/pulp_2to3_migration_client/models/{inline_response200.rb → paginatedpulp2to3_migration_migration_plan_response_list.rb} +4 -4
- data/lib/pulp_2to3_migration_client/models/{inline_response2001.rb → paginatedpulp2to3_migration_pulp2_content_response_list.rb} +4 -4
- data/lib/pulp_2to3_migration_client/models/{inline_response2002.rb → paginatedpulp2to3_migration_pulp2_repository_response_list.rb} +4 -4
- data/lib/pulp_2to3_migration_client/models/pulp2to3_migration_migration_plan.rb +1 -1
- data/lib/pulp_2to3_migration_client/models/pulp2to3_migration_migration_plan_response.rb +1 -1
- data/lib/pulp_2to3_migration_client/models/pulp2to3_migration_pulp2_content_response.rb +1 -1
- data/lib/pulp_2to3_migration_client/models/pulp2to3_migration_pulp2_repository_response.rb +1 -1
- data/lib/pulp_2to3_migration_client/version.rb +2 -2
- data/lib/pulp_2to3_migration_client.rb +4 -4
- data/pulp_2to3_migration_client.gemspec +4 -4
- data/spec/api/migration_plans_api_spec.rb +2 -2
- data/spec/api/pulp2_content_api_spec.rb +13 -13
- data/spec/api/pulp2_repositories_api_spec.rb +6 -6
- data/spec/api_client_spec.rb +2 -2
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/async_operation_response_spec.rb +1 -1
- data/spec/models/migration_plan_run_spec.rb +1 -1
- data/spec/models/{inline_response2002_spec.rb → paginatedpulp2to3_migration_migration_plan_response_list_spec.rb} +7 -7
- data/spec/models/{inline_response2001_spec.rb → paginatedpulp2to3_migration_pulp2_content_response_list_spec.rb} +7 -7
- data/spec/models/{inline_response200_spec.rb → paginatedpulp2to3_migration_pulp2_repository_response_list_spec.rb} +7 -7
- data/spec/models/pulp2to3_migration_migration_plan_response_spec.rb +1 -1
- data/spec/models/pulp2to3_migration_migration_plan_spec.rb +1 -1
- data/spec/models/pulp2to3_migration_pulp2_content_response_spec.rb +1 -1
- data/spec/models/pulp2to3_migration_pulp2_repository_response_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +26 -31
data/spec/spec_helper.rb
CHANGED
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
|
+
version: 0.12.0.dev1618286197
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OpenAPI-Generator
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-04-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -16,20 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
20
|
-
- - "<"
|
21
|
-
- !ruby/object:Gem::Version
|
22
|
-
version: '2.0'
|
19
|
+
version: 0.14.0
|
23
20
|
type: :runtime
|
24
21
|
prerelease: false
|
25
22
|
version_requirements: !ruby/object:Gem::Requirement
|
26
23
|
requirements:
|
27
24
|
- - ">="
|
28
25
|
- !ruby/object:Gem::Version
|
29
|
-
version:
|
30
|
-
- - "<"
|
31
|
-
- !ruby/object:Gem::Version
|
32
|
-
version: '2.0'
|
26
|
+
version: 0.14.0
|
33
27
|
- !ruby/object:Gem::Dependency
|
34
28
|
name: json
|
35
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -81,17 +75,18 @@ files:
|
|
81
75
|
- README.md
|
82
76
|
- Rakefile
|
83
77
|
- docs/AsyncOperationResponse.md
|
84
|
-
- docs/InlineResponse200.md
|
85
|
-
- docs/InlineResponse2001.md
|
86
|
-
- docs/InlineResponse2002.md
|
87
78
|
- docs/MigrationPlanRun.md
|
88
79
|
- docs/MigrationPlansApi.md
|
80
|
+
- docs/Paginatedpulp2to3MigrationMigrationPlanResponseList.md
|
81
|
+
- docs/Paginatedpulp2to3MigrationPulp2ContentResponseList.md
|
82
|
+
- docs/Paginatedpulp2to3MigrationPulp2RepositoryResponseList.md
|
89
83
|
- docs/Pulp2ContentApi.md
|
90
84
|
- docs/Pulp2RepositoriesApi.md
|
91
85
|
- docs/Pulp2to3MigrationMigrationPlan.md
|
92
86
|
- docs/Pulp2to3MigrationMigrationPlanResponse.md
|
93
87
|
- docs/Pulp2to3MigrationPulp2ContentResponse.md
|
94
88
|
- docs/Pulp2to3MigrationPulp2RepositoryResponse.md
|
89
|
+
- git_push.sh
|
95
90
|
- lib/pulp_2to3_migration_client.rb
|
96
91
|
- lib/pulp_2to3_migration_client/api/migration_plans_api.rb
|
97
92
|
- lib/pulp_2to3_migration_client/api/pulp2_content_api.rb
|
@@ -100,10 +95,10 @@ files:
|
|
100
95
|
- lib/pulp_2to3_migration_client/api_error.rb
|
101
96
|
- lib/pulp_2to3_migration_client/configuration.rb
|
102
97
|
- lib/pulp_2to3_migration_client/models/async_operation_response.rb
|
103
|
-
- lib/pulp_2to3_migration_client/models/inline_response200.rb
|
104
|
-
- lib/pulp_2to3_migration_client/models/inline_response2001.rb
|
105
|
-
- lib/pulp_2to3_migration_client/models/inline_response2002.rb
|
106
98
|
- lib/pulp_2to3_migration_client/models/migration_plan_run.rb
|
99
|
+
- lib/pulp_2to3_migration_client/models/paginatedpulp2to3_migration_migration_plan_response_list.rb
|
100
|
+
- lib/pulp_2to3_migration_client/models/paginatedpulp2to3_migration_pulp2_content_response_list.rb
|
101
|
+
- lib/pulp_2to3_migration_client/models/paginatedpulp2to3_migration_pulp2_repository_response_list.rb
|
107
102
|
- lib/pulp_2to3_migration_client/models/pulp2to3_migration_migration_plan.rb
|
108
103
|
- lib/pulp_2to3_migration_client/models/pulp2to3_migration_migration_plan_response.rb
|
109
104
|
- lib/pulp_2to3_migration_client/models/pulp2to3_migration_pulp2_content_response.rb
|
@@ -116,18 +111,18 @@ files:
|
|
116
111
|
- spec/api_client_spec.rb
|
117
112
|
- spec/configuration_spec.rb
|
118
113
|
- spec/models/async_operation_response_spec.rb
|
119
|
-
- spec/models/inline_response2001_spec.rb
|
120
|
-
- spec/models/inline_response2002_spec.rb
|
121
|
-
- spec/models/inline_response200_spec.rb
|
122
114
|
- spec/models/migration_plan_run_spec.rb
|
115
|
+
- spec/models/paginatedpulp2to3_migration_migration_plan_response_list_spec.rb
|
116
|
+
- spec/models/paginatedpulp2to3_migration_pulp2_content_response_list_spec.rb
|
117
|
+
- spec/models/paginatedpulp2to3_migration_pulp2_repository_response_list_spec.rb
|
123
118
|
- spec/models/pulp2to3_migration_migration_plan_response_spec.rb
|
124
119
|
- spec/models/pulp2to3_migration_migration_plan_spec.rb
|
125
120
|
- spec/models/pulp2to3_migration_pulp2_content_response_spec.rb
|
126
121
|
- spec/models/pulp2to3_migration_pulp2_repository_response_spec.rb
|
127
122
|
- spec/spec_helper.rb
|
128
|
-
homepage: https://
|
123
|
+
homepage: https://openapi-generator.tech
|
129
124
|
licenses:
|
130
|
-
-
|
125
|
+
- GPL-2.0+
|
131
126
|
metadata: {}
|
132
127
|
post_install_message:
|
133
128
|
rdoc_options: []
|
@@ -140,27 +135,27 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
140
135
|
version: '1.9'
|
141
136
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
142
137
|
requirements:
|
143
|
-
- - "
|
138
|
+
- - ">"
|
144
139
|
- !ruby/object:Gem::Version
|
145
|
-
version:
|
140
|
+
version: 1.3.1
|
146
141
|
requirements: []
|
147
|
-
rubygems_version: 3.0.3
|
142
|
+
rubygems_version: 3.0.3
|
148
143
|
signing_key:
|
149
144
|
specification_version: 4
|
150
145
|
summary: Pulp 3 API Ruby Gem
|
151
146
|
test_files:
|
152
|
-
- spec/api/pulp2_repositories_api_spec.rb
|
153
147
|
- spec/api/migration_plans_api_spec.rb
|
148
|
+
- spec/api/pulp2_repositories_api_spec.rb
|
154
149
|
- spec/api/pulp2_content_api_spec.rb
|
155
150
|
- spec/api_client_spec.rb
|
156
151
|
- spec/configuration_spec.rb
|
157
|
-
- spec/models/migration_plan_run_spec.rb
|
158
|
-
- spec/models/inline_response2002_spec.rb
|
159
152
|
- spec/models/pulp2to3_migration_pulp2_repository_response_spec.rb
|
153
|
+
- spec/models/paginatedpulp2to3_migration_migration_plan_response_list_spec.rb
|
154
|
+
- spec/models/pulp2to3_migration_migration_plan_response_spec.rb
|
155
|
+
- spec/models/paginatedpulp2to3_migration_pulp2_repository_response_list_spec.rb
|
156
|
+
- spec/models/pulp2to3_migration_migration_plan_spec.rb
|
157
|
+
- spec/models/migration_plan_run_spec.rb
|
160
158
|
- spec/models/pulp2to3_migration_pulp2_content_response_spec.rb
|
161
159
|
- spec/models/async_operation_response_spec.rb
|
162
|
-
- spec/models/
|
163
|
-
- spec/models/pulp2to3_migration_migration_plan_spec.rb
|
164
|
-
- spec/models/pulp2to3_migration_migration_plan_response_spec.rb
|
165
|
-
- spec/models/inline_response200_spec.rb
|
160
|
+
- spec/models/paginatedpulp2to3_migration_pulp2_content_response_list_spec.rb
|
166
161
|
- spec/spec_helper.rb
|