pulp_certguard_client 3.55.1 → 3.55.3

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: d50d5077d35f840ade5db794fa7ed3fe59871d43d0c35848f52ee42f7f3e4e21
4
- data.tar.gz: 2c4387c6f5c3f5fa7d4b41c412c841909a1accfe7c730f211c626dfc04537179
3
+ metadata.gz: b768f22288932e0f01d44d05322e5a64c9535c658110b2ea11b7656a96865c14
4
+ data.tar.gz: 95415fb873ec84f1af79d73f8914bbd8234f1a7ef9f5d0dba3963d49f6ec0980
5
5
  SHA512:
6
- metadata.gz: ae83aea879adb53844ed5347c7fcfb4e0d7e34d260eb3093875b911f5267d8fd125e97559226a4b51b4d394f35a218b8a7ed1a56bdf4d62fd3713ef5ac286e53
7
- data.tar.gz: 9f74f7b81e0fbb523a7ad98e3ee7aa2bf510d0cb42edc5ce4e29f44e6a7dda391138f2b27be4b63683cfe49b47c71d3ccff2546e9b601b3b27eff924f9b8c343
6
+ metadata.gz: 8e9ee65298fa0a1c4acbd4cc6573a8d6be1515bdf70a542a64fa67ed14162fb5c6190b80ede49dbf451b68b0b24437fe8fb73297d22c2951c70eefa63a450877
7
+ data.tar.gz: 407d0c19c7e999219ce975ae87e210bb4b515dc1f7a5adba4b26b15ea72e31a8c0cd2411133d4e9f45d0e579e29b8c5044b362cb94838f520df1d3751543a73b
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: 3.55.1
10
+ - Package version: 3.55.3
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-3.55.1.gem
27
+ gem install ./pulp_certguard_client-3.55.3.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_certguard_client-3.55.1.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_certguard_client-3.55.3.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', '~> 3.55.1'
36
+ gem 'pulp_certguard_client', '~> 3.55.3'
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 *http://localhost:24817*
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 *http://localhost:24817*
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 *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -128,7 +128,7 @@ module PulpCertguardClient
128
128
 
129
129
  def initialize
130
130
  @scheme = 'http'
131
- @host = 'pulp'
131
+ @host = 'localhost'
132
132
  @base_path = ''
133
133
  @api_key = {}
134
134
  @api_key_prefix = {}
@@ -210,7 +210,7 @@ module PulpCertguardClient
210
210
  def server_settings
211
211
  [
212
212
  {
213
- url: "http://pulp/",
213
+ url: "http://localhost:24817/",
214
214
  description: "No description provided",
215
215
  }
216
216
  ]
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpCertguardClient
14
- VERSION = '3.55.1'
14
+ VERSION = '3.55.3'
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("http://localhost:24817")
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("http://localhost:24817")
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("http://localhost:24817")
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: 3.55.1
4
+ version: 3.55.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-24 00:00:00.000000000 Z
11
+ date: 2024-07-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -34,42 +34,42 @@ dependencies:
34
34
  name: json
35
35
  requirement: !ruby/object:Gem::Requirement
36
36
  requirements:
37
- - - ">="
38
- - !ruby/object:Gem::Version
39
- version: 2.1.0
40
37
  - - "~>"
41
38
  - !ruby/object:Gem::Version
42
39
  version: '2.1'
40
+ - - ">="
41
+ - !ruby/object:Gem::Version
42
+ version: 2.1.0
43
43
  type: :runtime
44
44
  prerelease: false
45
45
  version_requirements: !ruby/object:Gem::Requirement
46
46
  requirements:
47
- - - ">="
48
- - !ruby/object:Gem::Version
49
- version: 2.1.0
50
47
  - - "~>"
51
48
  - !ruby/object:Gem::Version
52
49
  version: '2.1'
50
+ - - ">="
51
+ - !ruby/object:Gem::Version
52
+ version: 2.1.0
53
53
  - !ruby/object:Gem::Dependency
54
54
  name: rspec
55
55
  requirement: !ruby/object:Gem::Requirement
56
56
  requirements:
57
- - - ">="
58
- - !ruby/object:Gem::Version
59
- version: 3.6.0
60
57
  - - "~>"
61
58
  - !ruby/object:Gem::Version
62
59
  version: '3.6'
60
+ - - ">="
61
+ - !ruby/object:Gem::Version
62
+ version: 3.6.0
63
63
  type: :development
64
64
  prerelease: false
65
65
  version_requirements: !ruby/object:Gem::Requirement
66
66
  requirements:
67
- - - ">="
68
- - !ruby/object:Gem::Version
69
- version: 3.6.0
70
67
  - - "~>"
71
68
  - !ruby/object:Gem::Version
72
69
  version: '3.6'
70
+ - - ">="
71
+ - !ruby/object:Gem::Version
72
+ version: 3.6.0
73
73
  description: Fetch, Upload, Organize, and Distribute Software Packages
74
74
  email:
75
75
  - pulp-list@redhat.com
@@ -138,21 +138,21 @@ required_rubygems_version: !ruby/object:Gem::Requirement
138
138
  - !ruby/object:Gem::Version
139
139
  version: '0'
140
140
  requirements: []
141
- rubygems_version: 3.0.3.1
141
+ rubygems_version: 3.3.5
142
142
  signing_key:
143
143
  specification_version: 4
144
144
  summary: Pulp 3 API Ruby Gem
145
145
  test_files:
146
- - spec/api/contentguards_rhsm_api_spec.rb
147
146
  - spec/api/contentguards_x509_api_spec.rb
147
+ - spec/api/contentguards_rhsm_api_spec.rb
148
148
  - spec/api_client_spec.rb
149
149
  - spec/configuration_spec.rb
150
+ - spec/models/paginatedcertguard_rhsm_cert_guard_response_list_spec.rb
150
151
  - spec/models/paginatedcertguard_x509_cert_guard_response_list_spec.rb
151
- - spec/models/patchedcertguard_rhsm_cert_guard_spec.rb
152
152
  - spec/models/certguard_rhsm_cert_guard_response_spec.rb
153
+ - spec/models/certguard_x509_cert_guard_spec.rb
154
+ - spec/models/certguard_x509_cert_guard_response_spec.rb
153
155
  - spec/models/certguard_rhsm_cert_guard_spec.rb
154
- - spec/models/paginatedcertguard_rhsm_cert_guard_response_list_spec.rb
156
+ - spec/models/patchedcertguard_rhsm_cert_guard_spec.rb
155
157
  - spec/models/patchedcertguard_x509_cert_guard_spec.rb
156
- - spec/models/certguard_x509_cert_guard_response_spec.rb
157
- - spec/models/certguard_x509_cert_guard_spec.rb
158
158
  - spec/spec_helper.rb