pulp_2to3_migration_client 0.0.1rc2.dev01582568377 → 0.0.1rc2.dev01582741506

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: b4427abc860a4dda962d35f98838262c9e350e54c75f47682c5fed33645f43ee
4
- data.tar.gz: 8174fbde2e300542301e06fea7c9fb60009851e0f88cd075acacd7da4df04306
3
+ metadata.gz: '026898594622ce45d4e92bb9cd7878090850ed006457bb3b3e3c55983be818a8'
4
+ data.tar.gz: 97638bb74ddd4e2d6782832b199e681159813e82004acc05c9b95d5f96e325c7
5
5
  SHA512:
6
- metadata.gz: 3bf94e0b53ea7b9786d6551f274b4b0b0fe270df3e57fc94416cbf5f0573790cb9a7f59a37acf457dcfb2226f801a7439749578fe13074e98ad6bd13c7675cc1
7
- data.tar.gz: 7c35a0814377cf67a2bdf4fa1fd141b38535e67504529ce58d0dcf771c788bd13c6b7eb65348559181efefdc9d8eb84c6ce1e71b43d1d0ca5ceca48f1e754769
6
+ metadata.gz: a890ed4b8c85884ece89f49a2c1e499b7e790ab573b00b96288c74a0363da55025759fbd0b40202379223dfe1ab4229bfd898d1961cfa7c9cfd115119919fb5e
7
+ data.tar.gz: a2a5d2d7dae0bb998fc366891e3b6d9ed21fc1d7ab2603dec8de920f17263c3bb4d5570434b578a484c7a14438f90b2035e2f14df2581d01fcd2782483af4ce0
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.0.1rc2.dev01582568377
10
+ - Package version: 0.0.1rc2.dev01582741506
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.0.1rc2.dev01582568377.gem
26
+ gem install ./pulp_2to3_migration_client-0.0.1rc2.dev01582741506.gem
27
27
  ```
28
28
 
29
- (for development, run `gem install --dev ./pulp_2to3_migration_client-0.0.1rc2.dev01582568377.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./pulp_2to3_migration_client-0.0.1rc2.dev01582741506.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.0.1rc2.dev01582568377'
35
+ gem 'pulp_2to3_migration_client', '~> 0.0.1rc2.dev01582741506'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.2.2
11
11
  =end
12
12
 
13
13
  module Pulp2to3MigrationClient
14
- VERSION = '0.0.1rc2.dev01582568377'
14
+ VERSION = '0.0.1rc2.dev01582741506'
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.0.1rc2.dev01582568377
4
+ version: 0.0.1rc2.dev01582741506
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-02-24 00:00:00.000000000 Z
11
+ date: 2020-02-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -142,16 +142,16 @@ specification_version: 4
142
142
  summary: Pulp 3 API Ruby Gem
143
143
  test_files:
144
144
  - spec/api/migration_plans_api_spec.rb
145
- - spec/api/pulp2content_api_spec.rb
146
145
  - 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/inline_response2002_spec.rb
150
149
  - spec/models/async_operation_response_spec.rb
151
- - spec/models/pulp2to3_migration_pulp2_content_spec.rb
152
- - spec/models/inline_response200_spec.rb
153
- - spec/models/migration_plan_run_spec.rb
154
- - spec/models/pulp2to3_migration_migration_plan_spec.rb
155
150
  - spec/models/inline_response2001_spec.rb
156
151
  - spec/models/pulp2to3_migration_pulp2_repository_spec.rb
152
+ - spec/models/migration_plan_run_spec.rb
153
+ - 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