--- !ruby/object:Gem::Specification name: pulp_2to3_migration_client version: !ruby/object:Gem::Version version: 0.2.0b4.dev01592574128 platform: ruby authors: - OpenAPI-Generator autorequire: bindir: bin cert_chain: [] date: 2020-06-19 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: faraday requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.14.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.14.0 - !ruby/object:Gem::Dependency name: json requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.1.0 - - "~>" - !ruby/object:Gem::Version version: '2.1' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.1.0 - - "~>" - !ruby/object:Gem::Version version: '2.1' - !ruby/object:Gem::Dependency name: rspec requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 3.6.0 - - "~>" - !ruby/object:Gem::Version version: '3.6' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 3.6.0 - - "~>" - !ruby/object:Gem::Version version: '3.6' description: No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) email: - '' executables: [] extensions: [] extra_rdoc_files: [] files: - Gemfile - README.md - Rakefile - docs/AsyncOperationResponse.md - docs/InlineResponse200.md - docs/InlineResponse2001.md - docs/InlineResponse2002.md - docs/MigrationPlanRun.md - docs/MigrationPlansApi.md - docs/Pulp2contentApi.md - docs/Pulp2repositoriesApi.md - docs/Pulp2to3MigrationMigrationPlan.md - docs/Pulp2to3MigrationMigrationPlanRead.md - docs/Pulp2to3MigrationPulp2ContentRead.md - docs/Pulp2to3MigrationPulp2RepositoryRead.md - git_push.sh - lib/pulp_2to3_migration_client.rb - lib/pulp_2to3_migration_client/api/migration_plans_api.rb - lib/pulp_2to3_migration_client/api/pulp2content_api.rb - lib/pulp_2to3_migration_client/api/pulp2repositories_api.rb - lib/pulp_2to3_migration_client/api_client.rb - lib/pulp_2to3_migration_client/api_error.rb - lib/pulp_2to3_migration_client/configuration.rb - lib/pulp_2to3_migration_client/models/async_operation_response.rb - lib/pulp_2to3_migration_client/models/inline_response200.rb - lib/pulp_2to3_migration_client/models/inline_response2001.rb - lib/pulp_2to3_migration_client/models/inline_response2002.rb - lib/pulp_2to3_migration_client/models/migration_plan_run.rb - lib/pulp_2to3_migration_client/models/pulp2to3_migration_migration_plan.rb - lib/pulp_2to3_migration_client/models/pulp2to3_migration_migration_plan_read.rb - lib/pulp_2to3_migration_client/models/pulp2to3_migration_pulp2_content_read.rb - lib/pulp_2to3_migration_client/models/pulp2to3_migration_pulp2_repository_read.rb - lib/pulp_2to3_migration_client/version.rb - pulp_2to3_migration_client.gemspec - pulpcore/__init__.py - pulpcore/client/__init__.py - pulpcore/client/pulp_2to3_migration/__init__.py - pulpcore/client/pulp_2to3_migration/api/__init__.py - pulpcore/client/pulp_2to3_migration/api/migration_plans_api.py - pulpcore/client/pulp_2to3_migration/api/pulp2content_api.py - pulpcore/client/pulp_2to3_migration/api/pulp2repositories_api.py - pulpcore/client/pulp_2to3_migration/api_client.py - pulpcore/client/pulp_2to3_migration/configuration.py - pulpcore/client/pulp_2to3_migration/exceptions.py - pulpcore/client/pulp_2to3_migration/models/__init__.py - pulpcore/client/pulp_2to3_migration/models/async_operation_response.py - pulpcore/client/pulp_2to3_migration/models/inline_response200.py - pulpcore/client/pulp_2to3_migration/models/inline_response2001.py - pulpcore/client/pulp_2to3_migration/models/inline_response2002.py - pulpcore/client/pulp_2to3_migration/models/migration_plan_run.py - pulpcore/client/pulp_2to3_migration/models/pulp2to3_migration_migration_plan.py - pulpcore/client/pulp_2to3_migration/models/pulp2to3_migration_migration_plan_read.py - pulpcore/client/pulp_2to3_migration/models/pulp2to3_migration_pulp2_content_read.py - pulpcore/client/pulp_2to3_migration/models/pulp2to3_migration_pulp2_repository_read.py - pulpcore/client/pulp_2to3_migration/rest.py - requirements.txt - setup.cfg - setup.py - spec/api/migration_plans_api_spec.rb - spec/api/pulp2content_api_spec.rb - spec/api/pulp2repositories_api_spec.rb - spec/api_client_spec.rb - spec/configuration_spec.rb - spec/models/async_operation_response_spec.rb - spec/models/inline_response2001_spec.rb - spec/models/inline_response2002_spec.rb - spec/models/inline_response200_spec.rb - spec/models/migration_plan_run_spec.rb - spec/models/pulp2to3_migration_migration_plan_read_spec.rb - spec/models/pulp2to3_migration_migration_plan_spec.rb - spec/models/pulp2to3_migration_pulp2_content_read_spec.rb - spec/models/pulp2to3_migration_pulp2_repository_read_spec.rb - spec/spec_helper.rb - test-requirements.txt - test/__init__.py - test/test_async_operation_response.py - test/test_inline_response200.py - test/test_inline_response2001.py - test/test_inline_response2002.py - test/test_migration_plan_run.py - test/test_migration_plans_api.py - test/test_pulp2content_api.py - test/test_pulp2repositories_api.py - test/test_pulp2to3_migration_migration_plan.py - test/test_pulp2to3_migration_migration_plan_read.py - test/test_pulp2to3_migration_pulp2_content_read.py - test/test_pulp2to3_migration_pulp2_repository_read.py - tox.ini homepage: https://openapi-generator.tech licenses: - GPL-2.0+ metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '1.9' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">" - !ruby/object:Gem::Version version: 1.3.1 requirements: [] rubygems_version: 3.0.6 signing_key: specification_version: 4 summary: Pulp 3 API Ruby Gem test_files: - spec/api/migration_plans_api_spec.rb - spec/api/pulp2repositories_api_spec.rb - spec/api/pulp2content_api_spec.rb - spec/api_client_spec.rb - spec/configuration_spec.rb - spec/models/pulp2to3_migration_pulp2_content_read_spec.rb - spec/models/async_operation_response_spec.rb - spec/models/pulp2to3_migration_pulp2_repository_read_spec.rb - spec/models/inline_response2001_spec.rb - spec/models/migration_plan_run_spec.rb - spec/models/inline_response200_spec.rb - spec/models/pulp2to3_migration_migration_plan_read_spec.rb - spec/models/inline_response2002_spec.rb - spec/models/pulp2to3_migration_migration_plan_spec.rb - spec/spec_helper.rb