pulp_2to3_migration_client 0.4.0.dev01601323580 → 0.4.0.dev01601410016

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: 2c5af5b6475b0395ffd1e6cbdc10ca76f8434e58d0ff2e52901aca8eb2eec86e
4
- data.tar.gz: 330114fdc6ce2516d8318f5f3a7df5abaddc3ca66365901865235720e2d78ca2
3
+ metadata.gz: 95b80b47489c66b6bfc4e42403f4f102df4e75485110f828716c588e151f06f5
4
+ data.tar.gz: 53aa02da2338cf441d6966062c7d0fd58ebe21469129f7da27a19f4712e2ea61
5
5
  SHA512:
6
- metadata.gz: c82e630f41558db4ef3990aa1f0b92b8e36ae30d7a29bbf8508c6c5a6720154e5dc1a832eb81fb5ce4c3f820062e1e7ed0b66824ba72bda5c4b6411b4996b0a2
7
- data.tar.gz: e84e0d4709cf529d36c5bc1e8f02135368cec63de0ec7172d5a1390ff644ded0e56208dcd7212ab670cf495e31afe94f333250c3f6ec3bb1e6eb063126a0511e
6
+ metadata.gz: 0cd6fa33abaf24c024f67869d21ccea410e23c76d594a996b7952fd257912701197e57063acaa9b0fea5d1b8e829ebf3eeafd39dc25ff55df511927bc05445fb
7
+ data.tar.gz: ea49ec431723f59fea31eb4ff10efe07cf09e3a2f743967fd9dbc24a1dc1c6c4cc893aa24b928c5f7981ef8aec11fd62fd78c787ef0af38bc7cb8d4bba9c135b
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.4.0.dev01601323580
10
+ - Package version: 0.4.0.dev01601410016
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.4.0.dev01601323580.gem
27
+ gem install ./pulp_2to3_migration_client-0.4.0.dev01601410016.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_2to3_migration_client-0.4.0.dev01601323580.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_2to3_migration_client-0.4.0.dev01601410016.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.4.0.dev01601323580'
36
+ gem 'pulp_2to3_migration_client', '~> 0.4.0.dev01601410016'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -15,8 +15,8 @@ Name | Type | Description | Notes
15
15
  require 'Pulp2to3MigrationClient'
16
16
 
17
17
  instance = Pulp2to3MigrationClient::InlineResponse200.new(count: 123,
18
- _next: null,
19
- previous: null,
18
+ _next: http://api.example.org/accounts/?offset=400&limit=100,
19
+ previous: http://api.example.org/accounts/?offset=200&limit=100,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -15,8 +15,8 @@ Name | Type | Description | Notes
15
15
  require 'Pulp2to3MigrationClient'
16
16
 
17
17
  instance = Pulp2to3MigrationClient::InlineResponse2001.new(count: 123,
18
- _next: null,
19
- previous: null,
18
+ _next: http://api.example.org/accounts/?offset=400&limit=100,
19
+ previous: http://api.example.org/accounts/?offset=200&limit=100,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -15,8 +15,8 @@ Name | Type | Description | Notes
15
15
  require 'Pulp2to3MigrationClient'
16
16
 
17
17
  instance = Pulp2to3MigrationClient::InlineResponse2002.new(count: 123,
18
- _next: null,
19
- previous: null,
18
+ _next: http://api.example.org/accounts/?offset=400&limit=100,
19
+ previous: http://api.example.org/accounts/?offset=200&limit=100,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.2.3
11
11
  =end
12
12
 
13
13
  module Pulp2to3MigrationClient
14
- VERSION = '0.4.0.dev01601323580'
14
+ VERSION = '0.4.0.dev01601410016'
15
15
  end
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.4.0.dev01601323580
4
+ version: 0.4.0.dev01601410016
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-09-28 00:00:00.000000000 Z
11
+ date: 2020-09-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday