pulp_2to3_migration_client 0.11.13 → 0.12.0.dev1618286197

Sign up to get free protection for your applications and to get access to all the features.
Files changed (44) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -1
  3. data/README.md +7 -7
  4. data/docs/MigrationPlansApi.md +2 -2
  5. data/docs/{InlineResponse200.md → Paginatedpulp2to3MigrationMigrationPlanResponseList.md} +4 -4
  6. data/docs/{InlineResponse2001.md → Paginatedpulp2to3MigrationPulp2ContentResponseList.md} +4 -4
  7. data/docs/{InlineResponse2002.md → Paginatedpulp2to3MigrationPulp2RepositoryResponseList.md} +4 -4
  8. data/docs/Pulp2ContentApi.md +24 -24
  9. data/docs/Pulp2RepositoriesApi.md +10 -10
  10. data/git_push.sh +58 -0
  11. data/lib/pulp_2to3_migration_client/api/migration_plans_api.rb +4 -4
  12. data/lib/pulp_2to3_migration_client/api/pulp2_content_api.rb +49 -29
  13. data/lib/pulp_2to3_migration_client/api/pulp2_repositories_api.rb +13 -13
  14. data/lib/pulp_2to3_migration_client/api_client.rb +13 -14
  15. data/lib/pulp_2to3_migration_client/api_error.rb +1 -1
  16. data/lib/pulp_2to3_migration_client/configuration.rb +1 -9
  17. data/lib/pulp_2to3_migration_client/models/async_operation_response.rb +1 -1
  18. data/lib/pulp_2to3_migration_client/models/migration_plan_run.rb +1 -1
  19. data/lib/pulp_2to3_migration_client/models/{inline_response200.rb → paginatedpulp2to3_migration_migration_plan_response_list.rb} +4 -4
  20. data/lib/pulp_2to3_migration_client/models/{inline_response2001.rb → paginatedpulp2to3_migration_pulp2_content_response_list.rb} +4 -4
  21. data/lib/pulp_2to3_migration_client/models/{inline_response2002.rb → paginatedpulp2to3_migration_pulp2_repository_response_list.rb} +4 -4
  22. data/lib/pulp_2to3_migration_client/models/pulp2to3_migration_migration_plan.rb +1 -1
  23. data/lib/pulp_2to3_migration_client/models/pulp2to3_migration_migration_plan_response.rb +1 -1
  24. data/lib/pulp_2to3_migration_client/models/pulp2to3_migration_pulp2_content_response.rb +1 -1
  25. data/lib/pulp_2to3_migration_client/models/pulp2to3_migration_pulp2_repository_response.rb +1 -1
  26. data/lib/pulp_2to3_migration_client/version.rb +2 -2
  27. data/lib/pulp_2to3_migration_client.rb +4 -4
  28. data/pulp_2to3_migration_client.gemspec +4 -4
  29. data/spec/api/migration_plans_api_spec.rb +2 -2
  30. data/spec/api/pulp2_content_api_spec.rb +13 -13
  31. data/spec/api/pulp2_repositories_api_spec.rb +6 -6
  32. data/spec/api_client_spec.rb +2 -2
  33. data/spec/configuration_spec.rb +1 -1
  34. data/spec/models/async_operation_response_spec.rb +1 -1
  35. data/spec/models/migration_plan_run_spec.rb +1 -1
  36. data/spec/models/{inline_response2002_spec.rb → paginatedpulp2to3_migration_migration_plan_response_list_spec.rb} +7 -7
  37. data/spec/models/{inline_response2001_spec.rb → paginatedpulp2to3_migration_pulp2_content_response_list_spec.rb} +7 -7
  38. data/spec/models/{inline_response200_spec.rb → paginatedpulp2to3_migration_pulp2_repository_response_list_spec.rb} +7 -7
  39. data/spec/models/pulp2to3_migration_migration_plan_response_spec.rb +1 -1
  40. data/spec/models/pulp2to3_migration_migration_plan_spec.rb +1 -1
  41. data/spec/models/pulp2to3_migration_pulp2_content_response_spec.rb +1 -1
  42. data/spec/models/pulp2to3_migration_pulp2_repository_response_spec.rb +1 -1
  43. data/spec/spec_helper.rb +1 -1
  44. metadata +26 -31
data/spec/spec_helper.rb CHANGED
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
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.11.13
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: 2022-11-03 00:00:00.000000000 Z
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: 1.0.1
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: 1.0.1
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://github.com/pulp/pulp_2to3_migration
123
+ homepage: https://openapi-generator.tech
129
124
  licenses:
130
- - GPLv2+
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: '0'
140
+ version: 1.3.1
146
141
  requirements: []
147
- rubygems_version: 3.0.3.1
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/inline_response2001_spec.rb
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