pulp_2to3_migration_client 0.15.0.dev1633404336 → 0.15.0.dev1636428246

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: 754308da1a090bf12f81cd95c745bcd509999cac856d801131cf8ef6295cf947
4
- data.tar.gz: ebffc02ce955ed88f94aff8480cfcbbfafcf6fb7a4bcbf9f1644a148de3353ba
3
+ metadata.gz: 99ff9ec6d873f3e3a44c3bfddee701f35cd71235fdb94b723e1bcfb0f9fc065b
4
+ data.tar.gz: df382a154039188d0e27e0b480e49f67f9661db3f14d45f7d804870f01177ead
5
5
  SHA512:
6
- metadata.gz: dd2bbb15f9de0003bbca4a0a09ef4e5c62554cff906034dcd56b4737d0169b255ff94576ae0da70b2eb2bf99fb8a81a1b6ce5634de235a31f10113a47eb51af4
7
- data.tar.gz: 05a8ef2513cc9c2f298c6079404dec15a1a816a84f23e992fbeb38e386bc7e38919a0c262467047bf12686ac021736885678dfd2d055f304d44b0b26d9c2d62d
6
+ metadata.gz: 8ccd71c4cbd6ccb8626c89b2a253f92bf98f84d86ac43bfc1c5fb1f62d2efb4aba1f7093292ebf22a8deb5b9d69534a7caf2c175ac4bc152468246c5672c7640
7
+ data.tar.gz: e6d8bf3f62f66b0a2cba3f0a7a1d6ec131c14cbfa9bdf3e26e056f50c1b6e3bb3844d1e7442ba1663aac41f90a7965e745adced7b19820ec6e4369a0067a7f1a
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.15.0.dev1633404336
10
+ - Package version: 0.15.0.dev1636428246
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.15.0.dev1633404336.gem
27
+ gem install ./pulp_2to3_migration_client-0.15.0.dev1636428246.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_2to3_migration_client-0.15.0.dev1633404336.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_2to3_migration_client-0.15.0.dev1636428246.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.15.0.dev1633404336'
36
+ gem 'pulp_2to3_migration_client', '~> 0.15.0.dev1636428246'
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.15.0.dev1633404336'
14
+ VERSION = '0.15.0.dev1636428246'
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.15.0.dev1633404336
4
+ version: 0.15.0.dev1636428246
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-10-05 00:00:00.000000000 Z
11
+ date: 2021-11-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -150,12 +150,12 @@ test_files:
150
150
  - spec/api_client_spec.rb
151
151
  - spec/configuration_spec.rb
152
152
  - spec/models/migration_plan_run_spec.rb
153
+ - spec/models/pulp2to3_migration_migration_plan_spec.rb
153
154
  - spec/models/paginatedpulp2to3_migration_migration_plan_response_list_spec.rb
154
155
  - spec/models/async_operation_response_spec.rb
155
- - spec/models/pulp2to3_migration_pulp2_content_response_spec.rb
156
156
  - spec/models/paginatedpulp2to3_migration_pulp2_repository_response_list_spec.rb
157
+ - spec/models/pulp2to3_migration_migration_plan_response_spec.rb
157
158
  - spec/models/paginatedpulp2to3_migration_pulp2_content_response_list_spec.rb
158
- - spec/models/pulp2to3_migration_migration_plan_spec.rb
159
159
  - spec/models/pulp2to3_migration_pulp2_repository_response_spec.rb
160
- - spec/models/pulp2to3_migration_migration_plan_response_spec.rb
160
+ - spec/models/pulp2to3_migration_pulp2_content_response_spec.rb
161
161
  - spec/spec_helper.rb