pulpcore_client 3.17.5 → 3.17.6

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: e0edcacac40b6b0144eb7c8d67fd1ae5c8b59794affac29261d60ee1280a0bcb
4
- data.tar.gz: 82d15c25c574e5d0e963e8380cd1e9bef26bcde449d800e534803e1dda145ac5
3
+ metadata.gz: 1646e641893a61d65933a0f1ad911ef27485bdefee1c5d124a008a811a4eecbc
4
+ data.tar.gz: 01dd2eb6a200bec37720b00bb36134604a6917c4ab73f396adecbb59216fec90
5
5
  SHA512:
6
- metadata.gz: cb4bb23b19708ce3ebcc8a272e6cb1f957b9cc647d78b97dbf11149cca7c2e169f8904f1203ffedb6e3ddf245e902c65d9507acbd63e6edaf0b6eba4026785ec
7
- data.tar.gz: 2c47cec33916a376a339b92a0539ae4fe520007d172591b5bb97fccf4779e9433d4f4be1b9080f02f613387260e6f6a936a5a26ffc2be41f7d8c7309f6cfd565
6
+ metadata.gz: 6f2559bf4e2006b1502f3dc35e085be4653f7d336c0b4a33d7488be8cf7680bf0f57fd5c37c9156f000f1b023758934891a90bb77c051843900ca4dfc45ad3b0
7
+ data.tar.gz: 7ec15188a89b411d56052424dec5c46fa974d147547ca9b03f35cc88083f0cbf74a295df1a93db41cea717a8a7baa846a22fed1f69300e3be2eca5793ea26595
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.17.5
10
+ - Package version: 3.17.6
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 pulpcore_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulpcore_client-3.17.5.gem
27
+ gem install ./pulpcore_client-3.17.6.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulpcore_client-3.17.5.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulpcore_client-3.17.6.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 'pulpcore_client', '~> 3.17.5'
36
+ gem 'pulpcore_client', '~> 3.17.6'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -118,9 +118,6 @@ module PulpcoreClient
118
118
  update_params_for_auth! header_params, query_params, opts[:auth_names]
119
119
 
120
120
  req_opts = {
121
- :method => http_method,
122
- :headers => header_params,
123
- :params => query_params,
124
121
  :params_encoding => @config.params_encoding,
125
122
  :timeout => @config.timeout,
126
123
  :verbose => @config.debugging
@@ -128,13 +125,13 @@ module PulpcoreClient
128
125
 
129
126
  if [:post, :patch, :put, :delete].include?(http_method)
130
127
  req_body = build_request_body(header_params, form_params, opts[:body])
131
- req_opts.update :body => req_body
132
128
  if @config.debugging
133
129
  @config.logger.debug "HTTP request body param ~BEGIN~\n#{req_body}\n~END~\n"
134
130
  end
135
131
  end
136
132
  request.headers = header_params
137
133
  request.body = req_body
134
+ request.options = OpenStruct.new(req_opts)
138
135
  request.url url
139
136
  request.params = query_params
140
137
  download_file(request) if opts[:return_type] == 'File'
@@ -140,6 +140,7 @@ module PulpcoreClient
140
140
  @ssl_client_cert = nil
141
141
  @ssl_client_key = nil
142
142
  @params_encoder = nil
143
+ @timeout = 60
143
144
  @debugging = false
144
145
  @inject_format = false
145
146
  @force_ending_format = false
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpcoreClient
14
- VERSION = '3.17.5'
14
+ VERSION = '3.17.6'
15
15
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulpcore_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.17.5
4
+ version: 3.17.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-03-18 00:00:00.000000000 Z
11
+ date: 2022-03-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday