pulp_2to3_migration_client 0.13.0.dev1627270980 → 0.13.0.dev1627702905

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: 6f84e8754d4fabfab4e7d43999bcac738fdf982cf2e7d0f6852fded0eb7309f3
4
- data.tar.gz: 7fac26f602f15756c9a8f8e840c6b1c209ff86797127d46b49dabdfc7d3825d4
3
+ metadata.gz: 1265352cf04b4dd9957b6654098e10126c759d9fb88ed61d55d462c9eeaa0816
4
+ data.tar.gz: 78347be2b0696d339bc767a2978f6df24d31f4b1296100ad1776bf39f5b0b7d7
5
5
  SHA512:
6
- metadata.gz: 9666e0331680410dccd024aa2c449e598290e95ef869f18052831141305f3a01dbb8850ae60c4400d8762b591146a0ce18ad18419eafb27908f029f8e5b23ca5
7
- data.tar.gz: abb7d5f4313f1b088c5c1d5fe1c14454cbf684847ecf1ff0351757cd1a412fb10e76efeaeb83fb6debdbed24bba3b20f2ce8d65f85b3a74b2d6f2b3e197e9606
6
+ metadata.gz: b6fed57b687e3ba1818697171d90fce2e3716cb34fdba0ba3d3e7ee417dd2e8f21ec499f37af6d965ad2fb4c8286e3a30f9b438a2ba35ecc1ecf5a4daafb7493
7
+ data.tar.gz: b0b32628ab724e72f56f4103cc04fd73022b4a274e7036a334c1bc45803489a73793e2c9b041c46a6ad14e233ecf39f65a7051df78a2cb191a02f1acd889593f
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.13.0.dev1627270980
10
+ - Package version: 0.13.0.dev1627702905
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.13.0.dev1627270980.gem
27
+ gem install ./pulp_2to3_migration_client-0.13.0.dev1627702905.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_2to3_migration_client-0.13.0.dev1627270980.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_2to3_migration_client-0.13.0.dev1627702905.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.13.0.dev1627270980'
36
+ gem 'pulp_2to3_migration_client', '~> 0.13.0.dev1627702905'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -79,7 +79,7 @@ end
79
79
 
80
80
  ## Documentation for API Endpoints
81
81
 
82
- All URIs are relative to *http://pulp*
82
+ All URIs are relative to *https://pulp*
83
83
 
84
84
  Class | Method | HTTP request | Description
85
85
  ------------ | ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # Pulp2to3MigrationClient::MigrationPlansApi
2
2
 
3
- All URIs are relative to *http://pulp*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # Pulp2to3MigrationClient::Pulp2ContentApi
2
2
 
3
- All URIs are relative to *http://pulp*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # Pulp2to3MigrationClient::Pulp2RepositoriesApi
2
2
 
3
- All URIs are relative to *http://pulp*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -127,7 +127,7 @@ module Pulp2to3MigrationClient
127
127
  attr_accessor :force_ending_format
128
128
 
129
129
  def initialize
130
- @scheme = 'http'
130
+ @scheme = 'https'
131
131
  @host = 'pulp'
132
132
  @base_path = ''
133
133
  @api_key = {}
@@ -209,7 +209,7 @@ module Pulp2to3MigrationClient
209
209
  def server_settings
210
210
  [
211
211
  {
212
- url: "http://pulp/",
212
+ url: "https://pulp/",
213
213
  description: "No description provided",
214
214
  }
215
215
  ]
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module Pulp2to3MigrationClient
14
- VERSION = '0.13.0.dev1627270980'
14
+ VERSION = '0.13.0.dev1627702905'
15
15
  end
@@ -18,7 +18,7 @@ describe Pulp2to3MigrationClient::Configuration do
18
18
  before(:each) do
19
19
  # uncomment below to setup host and base_path
20
20
  # require 'URI'
21
- # uri = URI.parse("http://pulp")
21
+ # uri = URI.parse("https://pulp")
22
22
  # Pulp2to3MigrationClient.configure do |c|
23
23
  # c.host = uri.host
24
24
  # c.base_path = uri.path
@@ -28,14 +28,14 @@ describe Pulp2to3MigrationClient::Configuration do
28
28
  describe '#base_url' do
29
29
  it 'should have the default value' do
30
30
  # uncomment below to test default value of the base path
31
- # expect(config.base_url).to eq("http://pulp")
31
+ # expect(config.base_url).to eq("https://pulp")
32
32
  end
33
33
 
34
34
  it 'should remove trailing slashes' do
35
35
  [nil, '', '/', '//'].each do |base_path|
36
36
  config.base_path = base_path
37
37
  # uncomment below to test trailing slashes
38
- # expect(config.base_url).to eq("http://pulp")
38
+ # expect(config.base_url).to eq("https://pulp")
39
39
  end
40
40
  end
41
41
  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.13.0.dev1627270980
4
+ version: 0.13.0.dev1627702905
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-07-26 00:00:00.000000000 Z
11
+ date: 2021-07-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -144,18 +144,18 @@ signing_key:
144
144
  specification_version: 4
145
145
  summary: Pulp 3 API Ruby Gem
146
146
  test_files:
147
- - spec/api/migration_plans_api_spec.rb
148
147
  - spec/api/pulp2_content_api_spec.rb
148
+ - spec/api/migration_plans_api_spec.rb
149
149
  - spec/api/pulp2_repositories_api_spec.rb
150
150
  - spec/api_client_spec.rb
151
151
  - spec/configuration_spec.rb
152
- - spec/models/pulp2to3_migration_pulp2_repository_response_spec.rb
153
- - spec/models/pulp2to3_migration_migration_plan_response_spec.rb
154
- - spec/models/async_operation_response_spec.rb
155
- - spec/models/paginatedpulp2to3_migration_pulp2_repository_response_list_spec.rb
156
- - spec/models/paginatedpulp2to3_migration_pulp2_content_response_list_spec.rb
157
- - spec/models/migration_plan_run_spec.rb
152
+ - spec/models/paginatedpulp2to3_migration_migration_plan_response_list_spec.rb
158
153
  - spec/models/pulp2to3_migration_pulp2_content_response_spec.rb
154
+ - spec/models/paginatedpulp2to3_migration_pulp2_repository_response_list_spec.rb
159
155
  - spec/models/pulp2to3_migration_migration_plan_spec.rb
160
- - spec/models/paginatedpulp2to3_migration_migration_plan_response_list_spec.rb
156
+ - spec/models/async_operation_response_spec.rb
157
+ - spec/models/migration_plan_run_spec.rb
158
+ - spec/models/pulp2to3_migration_pulp2_repository_response_spec.rb
159
+ - spec/models/paginatedpulp2to3_migration_pulp2_content_response_list_spec.rb
160
+ - spec/models/pulp2to3_migration_migration_plan_response_spec.rb
161
161
  - spec/spec_helper.rb