pulp_2to3_migration_client 0.16.0.dev1642821707 → 0.16.0.dev1643167737

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 358675385ecd75cc36e8aac538380be34a58916d90eb2c0d5805059572e23b21
4
- data.tar.gz: e534e3142c5ecae7529719b3831493cca0f85504b4aab4f0005746163752e581
3
+ metadata.gz: 87159400702dae17b962488395a9c8551c811d28709b6212e4fa17e0cf570c6a
4
+ data.tar.gz: 7a91201b3ced273245050b20b65d740e5e44677316c59250b39e537e9dcb6fcb
5
5
  SHA512:
6
- metadata.gz: 6f52af0e5ed5e5bada67f2075f00f96326615b2cb9a5bf076a7178b1dbbb7c3c50163631c844f1d949d6c9c1fc0ca5aa507dc588149a658400a047a17f144399
7
- data.tar.gz: 749da4297ed81fed2a8047f7c3c5b7dc2962d4a12e0f9530c1a6c2f43a4c148af70162cd09502a23f475fa112ce8e8ca6ae9d5d602fe72546b89a4759e587772
6
+ metadata.gz: dcb889db4bf3b5a8459c8380bf2e7c2a1503c30f268be4a581470c726175416f7cdc2e19a9678b00632a46247f13dd14111b7550f8d455458e0e0a90224e81fc
7
+ data.tar.gz: 0d4ef93215c06ef07a7a6baab48dae2fe734837533acd74cc409d94cac13271712ac665e34832a16a063916c91104ecc4ee493182b234cdfb6a34f54e53fb128
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.16.0.dev1642821707
10
+ - Package version: 0.16.0.dev1643167737
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.16.0.dev1642821707.gem
27
+ gem install ./pulp_2to3_migration_client-0.16.0.dev1643167737.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_2to3_migration_client-0.16.0.dev1642821707.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_2to3_migration_client-0.16.0.dev1643167737.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.16.0.dev1642821707'
36
+ gem 'pulp_2to3_migration_client', '~> 0.16.0.dev1643167737'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module Pulp2to3MigrationClient
14
- VERSION = '0.16.0.dev1642821707'
14
+ VERSION = '0.16.0.dev1643167737'
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.16.0.dev1642821707
4
+ version: 0.16.0.dev1643167737
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-01-22 00:00:00.000000000 Z
11
+ date: 2022-01-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -150,18 +150,18 @@ signing_key:
150
150
  specification_version: 4
151
151
  summary: Pulp 3 API Ruby Gem
152
152
  test_files:
153
- - spec/api/migration_plans_api_spec.rb
154
- - spec/api/pulp2_repositories_api_spec.rb
155
153
  - spec/api/pulp2_content_api_spec.rb
154
+ - spec/api/pulp2_repositories_api_spec.rb
155
+ - spec/api/migration_plans_api_spec.rb
156
156
  - spec/api_client_spec.rb
157
157
  - spec/configuration_spec.rb
158
158
  - spec/models/pulp2to3_migration_migration_plan_response_spec.rb
159
- - spec/models/paginatedpulp2to3_migration_migration_plan_response_list_spec.rb
160
159
  - spec/models/migration_plan_run_spec.rb
161
- - spec/models/pulp2to3_migration_pulp2_repository_response_spec.rb
160
+ - spec/models/pulp2to3_migration_migration_plan_spec.rb
161
+ - spec/models/async_operation_response_spec.rb
162
162
  - spec/models/paginatedpulp2to3_migration_pulp2_repository_response_list_spec.rb
163
163
  - spec/models/paginatedpulp2to3_migration_pulp2_content_response_list_spec.rb
164
- - spec/models/async_operation_response_spec.rb
165
164
  - spec/models/pulp2to3_migration_pulp2_content_response_spec.rb
166
- - spec/models/pulp2to3_migration_migration_plan_spec.rb
165
+ - spec/models/paginatedpulp2to3_migration_migration_plan_response_list_spec.rb
166
+ - spec/models/pulp2to3_migration_pulp2_repository_response_spec.rb
167
167
  - spec/spec_helper.rb