pulp_2to3_migration_client 0.3.0b1.dev01595360000 → 0.3.0b1.dev01595446414

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: 9d8be6074c67499720c8b6a789f2243aff0da5e01dacc66884be93b083ed6215
4
- data.tar.gz: 938fc6cdb9a778fc705c1e16a9c4c5293fa4c648342f1c7d188428eb21dad016
3
+ metadata.gz: 165288aa18d1bfc445d71ce83fddd645ab738cc29efb41cf215a7066d1d0afa5
4
+ data.tar.gz: 37211c63c842c84a7a8bba5d27e74715610499fd9d2f95983b0daaf27c811ce8
5
5
  SHA512:
6
- metadata.gz: a0eef720cea3972f548d7c9d46beef825a996c390abaf9914f6b12c6a7336d7073bf40928b964b002784380a8476407d36d6c7fb1a0026d79e916dc2c9c845bf
7
- data.tar.gz: f4f19e827ec41e9be9c7bb7af7d306a39affd288f8704b3457ce30118e572766ad2154ba77b663b09637e19836e373db9b8df7cdca4724c19c9a1b9810b46bcc
6
+ metadata.gz: b9a91b7e1a97005a77f5e2eedf13e9bca2640672ca5421961330a782456f35772d07cc2b9ca864ba4d71019716f597ffbc6587bbcf28545f582c55cdf8bb7b5a
7
+ data.tar.gz: 9b1236b636fbc5ce725e714483da9c8c33772807c27b104ebf6f09e4934fd510bf8fef9073e434c3b1c31d199dbfa10b9014c3ba717a00e0522c619ce8580042
data/README.md CHANGED
@@ -7,7 +7,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
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.3.0b1.dev01595360000
10
+ - Package version: 0.3.0b1.dev01595446414
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
 
13
13
  ## Installation
@@ -23,16 +23,16 @@ gem build pulp_2to3_migration_client.gemspec
23
23
  Then either install the gem locally:
24
24
 
25
25
  ```shell
26
- gem install ./pulp_2to3_migration_client-0.3.0b1.dev01595360000.gem
26
+ gem install ./pulp_2to3_migration_client-0.3.0b1.dev01595446414.gem
27
27
  ```
28
28
 
29
- (for development, run `gem install --dev ./pulp_2to3_migration_client-0.3.0b1.dev01595360000.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./pulp_2to3_migration_client-0.3.0b1.dev01595446414.gem` to install the development dependencies)
30
30
 
31
31
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
32
32
 
33
33
  Finally add this to the Gemfile:
34
34
 
35
- gem 'pulp_2to3_migration_client', '~> 0.3.0b1.dev01595360000'
35
+ gem 'pulp_2to3_migration_client', '~> 0.3.0b1.dev01595446414'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.2.3
11
11
  =end
12
12
 
13
13
  module Pulp2to3MigrationClient
14
- VERSION = '0.3.0b1.dev01595360000'
14
+ VERSION = '0.3.0b1.dev01595446414'
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.3.0b1.dev01595360000
4
+ version: 0.3.0b1.dev01595446414
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-07-21 00:00:00.000000000 Z
11
+ date: 2020-07-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -141,17 +141,17 @@ signing_key:
141
141
  specification_version: 4
142
142
  summary: Pulp 3 API Ruby Gem
143
143
  test_files:
144
+ - spec/api/pulp2content_api_spec.rb
144
145
  - spec/api/migration_plans_api_spec.rb
145
146
  - spec/api/pulp2repositories_api_spec.rb
146
- - spec/api/pulp2content_api_spec.rb
147
147
  - spec/api_client_spec.rb
148
148
  - spec/configuration_spec.rb
149
+ - spec/models/pulp2to3_migration_migration_plan_spec.rb
149
150
  - spec/models/async_operation_response_spec.rb
151
+ - spec/models/migration_plan_run_spec.rb
150
152
  - spec/models/inline_response2001_spec.rb
153
+ - spec/models/pulp2to3_migration_pulp2_content_spec.rb
154
+ - spec/models/inline_response2002_spec.rb
151
155
  - spec/models/pulp2to3_migration_pulp2_repository_spec.rb
152
- - spec/models/migration_plan_run_spec.rb
153
156
  - spec/models/inline_response200_spec.rb
154
- - spec/models/inline_response2002_spec.rb
155
- - spec/models/pulp2to3_migration_migration_plan_spec.rb
156
- - spec/models/pulp2to3_migration_pulp2_content_spec.rb
157
157
  - spec/spec_helper.rb