pulp_2to3_migration_client 0.12.0.dev1620445987 → 0.12.0.dev1621656001

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: 0d61efd1c63e0c9276d956d163f80be2a7f01291003b631b55c1273264ac5eb9
4
- data.tar.gz: 56f5449698651eabf833172076b432190c3dc8a8cbabbb0784403c6bdd5a04f7
3
+ metadata.gz: 1a4eeeefed80a7680e98e7f69ebdabc93dc94dd93e20ac58455b0581662e6a46
4
+ data.tar.gz: 7a4fa8f094e6694cf8515ab771e1c5b7eeebfdde45f232da369580e251dfe964
5
5
  SHA512:
6
- metadata.gz: 9c3992c82dca4dd95e6f9a74d23f6d3fde06eedb7cded6f68018e23c2e2dfd4be7d68f8b8fdbaae2e4a431a2f345b586b1f0ae3722984e53ada7faf7cbebb320
7
- data.tar.gz: fca5550414d0dd13507c1cf572c9b211388cf99c39148526c124ab5403a601a7f8ba15efc0565ab247337b4660854c44627a1da43cd940bfe96fb9ea3594c348
6
+ metadata.gz: 30e2ba712b5b6d27616705b5ced9cdf62c58104c25631658161ecde9ddb799ea67cfa127b9f877cf52ce6984fff97d6edd8a77aed5a12dc56e5cc04344d93506
7
+ data.tar.gz: 46550eb0c060602c3ab7dee34a1bdc29e20af22d84880cddc32071e4437bdef6187fd481a6ddaa5e71428f382ab973fa25a6281e2d99ec89e622741574dd1532
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.12.0.dev1620445987
10
+ - Package version: 0.12.0.dev1621656001
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.12.0.dev1620445987.gem
27
+ gem install ./pulp_2to3_migration_client-0.12.0.dev1621656001.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_2to3_migration_client-0.12.0.dev1620445987.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_2to3_migration_client-0.12.0.dev1621656001.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.12.0.dev1620445987'
36
+ gem 'pulp_2to3_migration_client', '~> 0.12.0.dev1621656001'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.2.3
11
11
  =end
12
12
 
13
13
  module Pulp2to3MigrationClient
14
- VERSION = '0.12.0.dev1620445987'
14
+ VERSION = '0.12.0.dev1621656001'
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.12.0.dev1620445987
4
+ version: 0.12.0.dev1621656001
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-05-08 00:00:00.000000000 Z
11
+ date: 2021-05-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -149,13 +149,13 @@ test_files:
149
149
  - spec/api/pulp2_content_api_spec.rb
150
150
  - spec/api_client_spec.rb
151
151
  - spec/configuration_spec.rb
152
+ - spec/models/paginatedpulp2to3_migration_pulp2_repository_response_list_spec.rb
153
+ - spec/models/pulp2to3_migration_pulp2_repository_response_spec.rb
152
154
  - spec/models/paginatedpulp2to3_migration_pulp2_content_response_list_spec.rb
153
155
  - spec/models/pulp2to3_migration_pulp2_content_response_spec.rb
154
- - spec/models/paginatedpulp2to3_migration_pulp2_repository_response_list_spec.rb
155
- - spec/models/async_operation_response_spec.rb
156
- - spec/models/migration_plan_run_spec.rb
157
156
  - spec/models/pulp2to3_migration_migration_plan_response_spec.rb
157
+ - spec/models/async_operation_response_spec.rb
158
158
  - spec/models/pulp2to3_migration_migration_plan_spec.rb
159
- - spec/models/pulp2to3_migration_pulp2_repository_response_spec.rb
160
159
  - spec/models/paginatedpulp2to3_migration_migration_plan_response_list_spec.rb
160
+ - spec/models/migration_plan_run_spec.rb
161
161
  - spec/spec_helper.rb