pulp_python_client 3.1.0.dev1615520595 → 3.2.0.dev1615606742

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of pulp_python_client might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8f4961de061717b964831edc273289a72ba5876daa4d6e71e342fe7643a81b4e
4
- data.tar.gz: 90cd7cbd209418303bbb3fefd5a3c74485b5fc750ca813bcb32f35d8601fa341
3
+ metadata.gz: 8258797bff9b611ab5cb2c131869bbe42ea1f97d554d266e56f994e92500f3f2
4
+ data.tar.gz: 1dd04c1f73ab57ace5cf92dfa41b0e1789f47499f556ec30d0a4bed787b9e9b7
5
5
  SHA512:
6
- metadata.gz: 2bcd4c36ede77ed460fea267fca41e340a8f9dae7e8aacc6b3ca0c62bb7c107ea7c80975dc063cbe95983512cb6cc842f021a0dbe4adcf2eb2366f410f9607ae
7
- data.tar.gz: ec3f84e12f9a3a3f81b366fdfd64ca57055aa6e9d59359afafb4be4695c024978dfcd8780d319130a8aa3ecbb245741c94f32cd815ede32576023075192ac7c0
6
+ metadata.gz: dbae0b1086ae918d74fe718ed33fb315127d58833246817644fde12886e8d240a8981580b77f5a1faa959a9a21e81cda0ab26ba5153489ae924cb12775dc96bc
7
+ data.tar.gz: 7833550325bcb72d837d5ca9aae567d1947c5a44ba79b514f9a663235f2a8b270d959565688b2d2ddce610c9db6c867d7e44648b4d8916aeb963545fa2111a09
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.1.0.dev1615520595
10
+ - Package version: 3.2.0.dev1615606742
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_python_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulp_python_client-3.1.0.dev1615520595.gem
27
+ gem install ./pulp_python_client-3.2.0.dev1615606742.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_python_client-3.1.0.dev1615520595.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_python_client-3.2.0.dev1615606742.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_python_client', '~> 3.1.0.dev1615520595'
36
+ gem 'pulp_python_client', '~> 3.2.0.dev1615606742'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.2.3
11
11
  =end
12
12
 
13
13
  module PulpPythonClient
14
- VERSION = '3.1.0.dev1615520595'
14
+ VERSION = '3.2.0.dev1615606742'
15
15
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulp_python_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.0.dev1615520595
4
+ version: 3.2.0.dev1615606742
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-03-12 00:00:00.000000000 Z
11
+ date: 2021-03-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday