pulp_2to3_migration_client 0.13.0.dev1627553321 → 0.13.0.dev1627616868

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 94bec76602b05f7e7c3e07af57305dc358e6b7c0d2d29aa5a438e2abd895f6e1
4
- data.tar.gz: 26b5d0d4159bbf88c2ca582d05063c9d5128b69aebc564f01ead2e39541e24fc
3
+ metadata.gz: 37bd60fd2cd0c6f351d258186437422c5a4be0c149db0364ddd2f540efbe0180
4
+ data.tar.gz: d3ae679f0bb487b745763a73b0107623e47545b874017a4a98c6277a1e25a339
5
5
  SHA512:
6
- metadata.gz: 87c12e70fc37ef22842f4dbe8a4b39a4e7c070221c56ada821f6a6b86c12f184d8b129d65628cbe3ff3fe25fbaad0eb86fa51ac761cecce90e7f25e23a7c5be5
7
- data.tar.gz: 530bbf60221c06990aa7d9162829bf4e0fb28823d09760f60b283583e8dcf3be8b38c311831d53c2b2c305f64d615d063ec5834a4e99af1c043b16e8991be067
6
+ metadata.gz: d94fbd203b92ff179f917ca6d23e18d908c20f6e75ce5b7498003d44e532a7a7c6599b461a071de10f4b97a0c3bdc389b1be4aba7aecac9faa82148c04a03a8b
7
+ data.tar.gz: bf7a9a9e89dfa9367fdf7fb5f142854dd7afef1ca5ca607ab63b0cb22c20ffcfeeb766ba097fa761b69fdd2f55e135ba59500da1672b286b41f9eff4ebe9be68
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.dev1627553321
10
+ - Package version: 0.13.0.dev1627616868
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.dev1627553321.gem
27
+ gem install ./pulp_2to3_migration_client-0.13.0.dev1627616868.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_2to3_migration_client-0.13.0.dev1627553321.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_2to3_migration_client-0.13.0.dev1627616868.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.dev1627553321'
36
+ gem 'pulp_2to3_migration_client', '~> 0.13.0.dev1627616868'
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.dev1627553321'
14
+ VERSION = '0.13.0.dev1627616868'
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.dev1627553321
4
+ version: 0.13.0.dev1627616868
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-29 00:00:00.000000000 Z
11
+ date: 2021-07-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday