pulp_2to3_migration_client 0.17.0.dev1659585984 → 0.17.0.dev1660018032

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: 0c0090b7b2bbc6477c697130886f32c3ea7a07318f46df9f514e172cdf8e1cd9
4
- data.tar.gz: 925903051baf207b6fead55110d8bd21ddea24ec3ad3a39f4da63cc9d62051af
3
+ metadata.gz: 1786ca8b8ddefa91b8666d936959b3e11f18d09b13f780bf745f42a0ab424512
4
+ data.tar.gz: e72ca9ea4b5f7e4bde966e14f9366e1f20a2a86f47e1b0c7e8c01c95b23b754f
5
5
  SHA512:
6
- metadata.gz: 18a312a3f590f2d9aa556a380527d0578a2405d8ff13385c9ede6a3da1f0c013f5c382d3cd6b9e1e94a9bf8e4eda3aac0bcd19e2a9a54cebd53402db9811b5f0
7
- data.tar.gz: 10fd8fb7172586817c4ad4ea78ff9fe2c28b4da2839bc0cbc6c28782b7db90035a256d8e45736edf415fb9e0320cd75d29537bcdbd8d8245aa62d904418481c4
6
+ metadata.gz: 2659b60eebdd1600159146cc2e13a8e73b15a6b66da2e546b8a328dfa36998ccad34420f9a57950261da159fbaa53c9bec5fda06e6e00e5a5dd4a89b010463c2
7
+ data.tar.gz: 20eda49efcbff71f983f0b913765b10c869834b514118b32a63163c5e4a70057a4e16d34c1d061564fc884341c1554fc25af0fa9f448162433da1217176b54d8
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.17.0.dev1659585984
10
+ - Package version: 0.17.0.dev1660018032
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.17.0.dev1659585984.gem
27
+ gem install ./pulp_2to3_migration_client-0.17.0.dev1660018032.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_2to3_migration_client-0.17.0.dev1659585984.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_2to3_migration_client-0.17.0.dev1660018032.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.17.0.dev1659585984'
36
+ gem 'pulp_2to3_migration_client', '~> 0.17.0.dev1660018032'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -154,7 +154,7 @@ module Pulp2to3MigrationClient
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 Pulp2to3MigrationClient
14
- VERSION = '0.17.0.dev1659585984'
14
+ VERSION = '0.17.0.dev1660018032'
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: pulp_2to3_migration_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.0.dev1659585984
4
+ version: 0.17.0.dev1660018032
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-04 00:00:00.000000000 Z
11
+ date: 2022-08-09 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