pulpcore_client 3.18.6 → 3.18.7

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: d07081749972a5554b7ff7c28be9e8f37deeb7554f25b0c9a399312b422f782f
4
- data.tar.gz: c7f5ecdf3c6a1dda2971dae9f3641ecca75bfd2cbd3314a9bdd043ac0b2caf91
3
+ metadata.gz: 8c6d4d999df08f0a6105bb8f2c2046363cf64384e5e44c19a73c4d8a80833de8
4
+ data.tar.gz: 1b7e0e8174b42fd53bf4675a0dbbe67e7af2c43a4f5aeb902ff3bff111ba2f63
5
5
  SHA512:
6
- metadata.gz: 4141690094eb6e8b5de41e805ad07da5681db3f3c5578b6010ef4c67c6963206dcd5db60f36a86330cbce60827aacfd8cf50cd28a3a23cf14c2dbd5c47c90935
7
- data.tar.gz: 3fd8797c52eaddbd55e75c43edb5ec5949d080a004fe768fef21f9cacd13ed9c14fcc4a4b17bd397e6852a60e9a001859fc23c8be94bf9903937a235a336a7a6
6
+ metadata.gz: d9747c179851ce7f36d629815c8e5f981c55fabfc6c9d7240dde885601fdccccc7048388123448f1aa75e63ccb26337bb70cfed80b225db8d4e21eb107e34e19
7
+ data.tar.gz: 7fb3ae6afd812c69911872ea7c89a0bca57fe06aff88b592b5de3f6ea88905ab66845143ab0cac7939f212c2caade950b761b8f001fad2c0e18662152e98e19c
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.18.6
10
+ - Package version: 3.18.7
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.18.6.gem
27
+ gem install ./pulpcore_client-3.18.7.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulpcore_client-3.18.6.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulpcore_client-3.18.7.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.18.6'
36
+ gem 'pulpcore_client', '~> 3.18.7'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -154,7 +154,7 @@ module PulpcoreClient
154
154
  case value
155
155
  when ::File, ::Tempfile
156
156
  # TODO hardcode to application/octet-stream, need better way to detect content type
157
- data[key] = Faraday::UploadIO.new(value.path, 'application/octet-stream', value.path)
157
+ data[key] = Faraday::FilePart.new(value.path, 'application/octet-stream', value.path)
158
158
  when ::Array, nil
159
159
  # let Faraday handle Array and nil parameters
160
160
  data[key] = value
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpcoreClient
14
- VERSION = '3.18.6'
14
+ VERSION = '3.18.7'
15
15
  end
@@ -27,7 +27,7 @@ Gem::Specification.new do |s|
27
27
  s.license = 'GPLv2+'
28
28
  s.required_ruby_version = ">= 1.9"
29
29
 
30
- s.add_runtime_dependency 'faraday', '>= 0.17', '< 1.9.0'
30
+ s.add_runtime_dependency 'faraday', '>= 0.17', '< 2.0'
31
31
  s.add_runtime_dependency 'json', '~> 2.1', '>= 2.1.0'
32
32
 
33
33
  s.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0'
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.18.6
4
+ version: 3.18.7
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-08-03 00:00:00.000000000 Z
11
+ date: 2022-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '0.17'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
- version: 1.9.0
22
+ version: '2.0'
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '0.17'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
- version: 1.9.0
32
+ version: '2.0'
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: json
35
35
  requirement: !ruby/object:Gem::Requirement