pulp_2to3_migration_client 0.17.0.dev1652242460 → 0.17.0.dev1652503726

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: de1809240f73112a1948ae532c7f82c1a7c4a42d40d7b2b2a10dda29435ce612
4
- data.tar.gz: 3e3fc3339c5a989571612aa6787d158bae1693447ef36adf498a3098865cb838
3
+ metadata.gz: '0806d9fed284fd6992d3f4610b9dc6ec2a3db7d97b3db2a1a91071dfb2ecfce6'
4
+ data.tar.gz: 3b033be2020f46594ef0318331acb0f7a2bf2791ffe1c35a04e4f9db3d9c1afa
5
5
  SHA512:
6
- metadata.gz: 8aac992b9ad39fc4ea0a8790a6110efd8cc6cccdb93ad3911d830a47084ef5508802dc1fc65c495b963502d08ed8a017573c6ff427cd8e7c61f08fd700110999
7
- data.tar.gz: ce16d9dbb228b72f2ddff291887af0b7f493cf60bc52c988791b5f2f787580cd689fa3124df7b27f3607a4ac9e3d13c7c214dcb60b17f0b58aebba2fed58a8dd
6
+ metadata.gz: 13fedff76f18e89b8c350d09543baaedc0eaefb40cda4ebfa4fabc47ccec3e42af34bcd25119e159fe3b3eddfa0fe40d9c184b4062bcaa764215a5b5313afc75
7
+ data.tar.gz: 654c397519fe112e7b54911d2eadf0d5b0de4cba3e1c61786f7792d05c297feb91d8a389da244c46916762ba8636d3a115e6ac940e6aa5d2802b8fa7b074707e
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.17.0.dev1652242460
10
+ - Package version: 0.17.0.dev1652503726
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.17.0.dev1652242460.gem
27
+ gem install ./pulp_2to3_migration_client-0.17.0.dev1652503726.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_2to3_migration_client-0.17.0.dev1652242460.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_2to3_migration_client-0.17.0.dev1652503726.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.17.0.dev1652242460'
36
+ gem 'pulp_2to3_migration_client', '~> 0.17.0.dev1652503726'
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.17.0.dev1652242460'
14
+ VERSION = '0.17.0.dev1652503726'
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.17.0.dev1652242460
4
+ version: 0.17.0.dev1652503726
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-05-11 00:00:00.000000000 Z
11
+ date: 2022-05-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -155,13 +155,13 @@ test_files:
155
155
  - spec/api/pulp2_repositories_api_spec.rb
156
156
  - spec/api_client_spec.rb
157
157
  - spec/configuration_spec.rb
158
- - spec/models/pulp2to3_migration_pulp2_repository_response_spec.rb
158
+ - spec/models/pulp2to3_migration_migration_plan_spec.rb
159
159
  - spec/models/migration_plan_run_spec.rb
160
- - spec/models/pulp2to3_migration_migration_plan_response_spec.rb
161
160
  - spec/models/paginatedpulp2to3_migration_migration_plan_response_list_spec.rb
162
- - spec/models/async_operation_response_spec.rb
163
- - spec/models/paginatedpulp2to3_migration_pulp2_content_response_list_spec.rb
161
+ - spec/models/pulp2to3_migration_pulp2_repository_response_spec.rb
164
162
  - spec/models/paginatedpulp2to3_migration_pulp2_repository_response_list_spec.rb
165
- - spec/models/pulp2to3_migration_migration_plan_spec.rb
163
+ - spec/models/pulp2to3_migration_migration_plan_response_spec.rb
164
+ - spec/models/async_operation_response_spec.rb
166
165
  - spec/models/pulp2to3_migration_pulp2_content_response_spec.rb
166
+ - spec/models/paginatedpulp2to3_migration_pulp2_content_response_list_spec.rb
167
167
  - spec/spec_helper.rb