pulp_certguard_client 1.4.0 → 1.5.0

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: 33e29a4897632b801db32fb0bc41c107f0cfab0b8c457ef09e31a49d15d7426b
4
- data.tar.gz: 73b2447fc4ac7a812523fba446f0c4a21e7678bbe83c1dad009e3bf66248b1f8
3
+ metadata.gz: f59fb0f6a2917a16822f835f39a3eda71eff43d4583eacf93ecbb6a8ff018652
4
+ data.tar.gz: 2e5fe51bc992987c5dc60d2be60888345f8811b1863b05dab7515eb0b7ce2010
5
5
  SHA512:
6
- metadata.gz: 69a9fcbc061289a3a14f20c21156908200396d1b93478c769873c889cf611954d716d0a3a475027908913121025484af45af47aa8dc3ab199d87b21f487d0320
7
- data.tar.gz: 63d1268ee7b3d3b524d77c5b7b7b73da06278cf2f8b22c0f00087e66772a1a29f232c1422f9076124929e3cf2a7ae1ce0438f16f4c8476e76f00c484e91cde02
6
+ metadata.gz: 66d99b07a06c1ac1a865ca6b8353cdcdb0c0e14be1210610b7208152df9c1c572139e3db0e0d005a4a247c93d72cb6ecb33cc919b209ad4776fac00809b48b7f
7
+ data.tar.gz: 5ead044f458a2307346f3e4f151d0de823f002ba90fe55349f333c2fca3ae0a312aa491cc4f0ff5abff72012b4a4327be291577335a01d583a63bcca3f090e4a
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: 1.4.0
10
+ - Package version: 1.5.0
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_certguard_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulp_certguard_client-1.4.0.gem
27
+ gem install ./pulp_certguard_client-1.5.0.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_certguard_client-1.4.0.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_certguard_client-1.5.0.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_certguard_client', '~> 1.4.0'
36
+ gem 'pulp_certguard_client', '~> 1.5.0'
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
  # PulpCertguardClient::ContentguardsRhsmApi
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
  # PulpCertguardClient::ContentguardsX509Api
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 PulpCertguardClient
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 PulpCertguardClient
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 PulpCertguardClient
14
- VERSION = '1.4.0'
14
+ VERSION = '1.5.0'
15
15
  end
@@ -18,7 +18,7 @@ describe PulpCertguardClient::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
  # PulpCertguardClient.configure do |c|
23
23
  # c.host = uri.host
24
24
  # c.base_path = uri.path
@@ -28,14 +28,14 @@ describe PulpCertguardClient::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_certguard_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.5.0
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-06-30 00:00:00.000000000 Z
11
+ date: 2021-08-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -138,16 +138,16 @@ signing_key:
138
138
  specification_version: 4
139
139
  summary: Pulp 3 API Ruby Gem
140
140
  test_files:
141
- - spec/api/contentguards_rhsm_api_spec.rb
142
141
  - spec/api/contentguards_x509_api_spec.rb
142
+ - spec/api/contentguards_rhsm_api_spec.rb
143
143
  - spec/api_client_spec.rb
144
144
  - spec/configuration_spec.rb
145
- - spec/models/certguard_x509_cert_guard_spec.rb
146
- - spec/models/certguard_x509_cert_guard_response_spec.rb
147
- - spec/models/certguard_rhsm_cert_guard_response_spec.rb
148
- - spec/models/certguard_rhsm_cert_guard_spec.rb
149
145
  - spec/models/paginatedcertguard_rhsm_cert_guard_response_list_spec.rb
150
- - spec/models/patchedcertguard_x509_cert_guard_spec.rb
146
+ - spec/models/certguard_rhsm_cert_guard_response_spec.rb
151
147
  - spec/models/paginatedcertguard_x509_cert_guard_response_list_spec.rb
148
+ - spec/models/patchedcertguard_x509_cert_guard_spec.rb
152
149
  - spec/models/patchedcertguard_rhsm_cert_guard_spec.rb
150
+ - spec/models/certguard_x509_cert_guard_response_spec.rb
151
+ - spec/models/certguard_x509_cert_guard_spec.rb
152
+ - spec/models/certguard_rhsm_cert_guard_spec.rb
153
153
  - spec/spec_helper.rb