pulp_2to3_migration_client 0.4.0.dev01601928612 → 0.4.0

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: f61278c0473e2d88f6332b1b22fd1806552eedd29d34250d7ea5eea1c6d380ca
4
- data.tar.gz: 6fb9444d93371c159955c8ee483fe062436106fda9f683a42a8a5f1695fa702a
3
+ metadata.gz: 934bd4265ef7c8efcb22737ef9a455f326c91c50d99e8f9ba817735a3c2abf55
4
+ data.tar.gz: ca13598df5944ac7b79b70348c6e755ff48a13e2a3f46afabae04f3afc9faa21
5
5
  SHA512:
6
- metadata.gz: 67dd9220c6964eb11455e80683a51adadbc9202c4cc16519d568204648660ccf89411bc238bd906d88660dcd709683e8091d409d4ada77e939ae0bedfb4ccbf5
7
- data.tar.gz: 137a23941583c2772f3a5bd287885c813dabfee564a6eae63465515781a8c65be20271aeef1a0d7763f6caed4bb3816581281f58d6613eb6b7017da8d878f4a1
6
+ metadata.gz: 7b571522d576d9ba7831525c22564333ff6a3b7fa583140dd5e608c93dfb37a93e092bfc08f52472172fc9faae55c7b37e1585c081b45aaed369a10963d2eb16
7
+ data.tar.gz: 944f98d1caaf080c29688b7d27c23cbf9e9879baffe2a1821ca73046d4fb0b39750ad11c88352079f6995fa2dee056d74e418909823bd348ae9a4777f71cd153
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.dev01601928612
10
+ - Package version: 0.4.0
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.dev01601928612.gem
27
+ gem install ./pulp_2to3_migration_client-0.4.0.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_2to3_migration_client-0.4.0.dev01601928612.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_2to3_migration_client-0.4.0.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.dev01601928612'
36
+ gem 'pulp_2to3_migration_client', '~> 0.4.0'
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: http://api.example.org/accounts/?offset=400&limit=100,
19
- previous: http://api.example.org/accounts/?offset=200&limit=100,
18
+ _next: null,
19
+ previous: null,
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: http://api.example.org/accounts/?offset=400&limit=100,
19
- previous: http://api.example.org/accounts/?offset=200&limit=100,
18
+ _next: null,
19
+ previous: null,
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: http://api.example.org/accounts/?offset=400&limit=100,
19
- previous: http://api.example.org/accounts/?offset=200&limit=100,
18
+ _next: null,
19
+ previous: null,
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.dev01601928612'
14
+ VERSION = '0.4.0'
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.dev01601928612
4
+ version: 0.4.0
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-10-05 00:00:00.000000000 Z
11
+ date: 2020-10-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -135,9 +135,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
135
135
  version: '1.9'
136
136
  required_rubygems_version: !ruby/object:Gem::Requirement
137
137
  requirements:
138
- - - ">"
138
+ - - ">="
139
139
  - !ruby/object:Gem::Version
140
- version: 1.3.1
140
+ version: '0'
141
141
  requirements: []
142
142
  rubygems_version: 3.0.6
143
143
  signing_key: