pulp_rpm_client 3.0.0b3.dev.1559835992 → 3.0.0b3.dev.1559922387
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.
Potentially problematic release.
This version of pulp_rpm_client might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +4 -4
- data/docs/Package.md +2 -2
- data/lib/pulp_rpm_client/models/package.rb +10 -10
- data/lib/pulp_rpm_client/version.rb +1 -1
- data/spec/models/package_spec.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b5d63db982d83538e2c12dfd5daa3cce0c468644549844625d25d1165235a5c6
|
4
|
+
data.tar.gz: f634a4e957f440c0fc29c468f458168412dc7b7e0b157b22e786d54885d771f0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 25c69d3ba25c6156e8608996ad09c4375176f6e7e396a8d2d80bf9f49dd9d7c5b89be96a68b332f437ce61423ff4b12088b6d3e5fe1d631dc2433ccfe02c1f4d
|
7
|
+
data.tar.gz: bbe5fe7f5ac5f87eb1893bfac167584287dd32be427e5fd23aaccb05460ac42153bb41495cdfee5ae217a411a2940c9d0c8bd03d30a89f40bfb51f23a7c79127
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -7,7 +7,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
|
|
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.0.0b3.dev.
|
10
|
+
- Package version: 3.0.0b3.dev.1559922387
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
12
12
|
|
13
13
|
## Installation
|
@@ -23,16 +23,16 @@ gem build pulp_rpm_client.gemspec
|
|
23
23
|
Then either install the gem locally:
|
24
24
|
|
25
25
|
```shell
|
26
|
-
gem install ./pulp_rpm_client-3.0.0b3.dev.
|
26
|
+
gem install ./pulp_rpm_client-3.0.0b3.dev.1559922387.gem
|
27
27
|
```
|
28
28
|
|
29
|
-
(for development, run `gem install --dev ./pulp_rpm_client-3.0.0b3.dev.
|
29
|
+
(for development, run `gem install --dev ./pulp_rpm_client-3.0.0b3.dev.1559922387.gem` to install the development dependencies)
|
30
30
|
|
31
31
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
32
32
|
|
33
33
|
Finally add this to the Gemfile:
|
34
34
|
|
35
|
-
gem 'pulp_rpm_client', '~> 3.0.0b3.dev.
|
35
|
+
gem 'pulp_rpm_client', '~> 3.0.0b3.dev.1559922387'
|
36
36
|
|
37
37
|
### Install from Git
|
38
38
|
|
data/docs/Package.md
CHANGED
@@ -5,8 +5,8 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**_type** | **String** | | [optional]
|
8
|
-
**_created** | **DateTime** | Timestamp of creation. | [optional]
|
9
8
|
**_href** | **String** | | [optional]
|
9
|
+
**_created** | **DateTime** | Timestamp of creation. | [optional]
|
10
10
|
**_artifact** | **String** | Artifact file representing the physical content |
|
11
11
|
**name** | **String** | Name of the package |
|
12
12
|
**epoch** | **String** | The package's epoch | [optional]
|
@@ -51,8 +51,8 @@ Name | Type | Description | Notes
|
|
51
51
|
require 'PulpRpmClient'
|
52
52
|
|
53
53
|
instance = PulpRpmClient::Package.new(_type: null,
|
54
|
-
_created: null,
|
55
54
|
_href: null,
|
55
|
+
_created: null,
|
56
56
|
_artifact: null,
|
57
57
|
name: null,
|
58
58
|
epoch: null,
|
@@ -16,11 +16,11 @@ module PulpRpmClient
|
|
16
16
|
class Package
|
17
17
|
attr_accessor :_type
|
18
18
|
|
19
|
+
attr_accessor :_href
|
20
|
+
|
19
21
|
# Timestamp of creation.
|
20
22
|
attr_accessor :_created
|
21
23
|
|
22
|
-
attr_accessor :_href
|
23
|
-
|
24
24
|
# Artifact file representing the physical content
|
25
25
|
attr_accessor :_artifact
|
26
26
|
|
@@ -136,8 +136,8 @@ module PulpRpmClient
|
|
136
136
|
def self.attribute_map
|
137
137
|
{
|
138
138
|
:'_type' => :'_type',
|
139
|
-
:'_created' => :'_created',
|
140
139
|
:'_href' => :'_href',
|
140
|
+
:'_created' => :'_created',
|
141
141
|
:'_artifact' => :'_artifact',
|
142
142
|
:'name' => :'name',
|
143
143
|
:'epoch' => :'epoch',
|
@@ -182,8 +182,8 @@ module PulpRpmClient
|
|
182
182
|
def self.openapi_types
|
183
183
|
{
|
184
184
|
:'_type' => :'String',
|
185
|
-
:'_created' => :'DateTime',
|
186
185
|
:'_href' => :'String',
|
186
|
+
:'_created' => :'DateTime',
|
187
187
|
:'_artifact' => :'String',
|
188
188
|
:'name' => :'String',
|
189
189
|
:'epoch' => :'String',
|
@@ -243,14 +243,14 @@ module PulpRpmClient
|
|
243
243
|
self._type = attributes[:'_type']
|
244
244
|
end
|
245
245
|
|
246
|
-
if attributes.key?(:'_created')
|
247
|
-
self._created = attributes[:'_created']
|
248
|
-
end
|
249
|
-
|
250
246
|
if attributes.key?(:'_href')
|
251
247
|
self._href = attributes[:'_href']
|
252
248
|
end
|
253
249
|
|
250
|
+
if attributes.key?(:'_created')
|
251
|
+
self._created = attributes[:'_created']
|
252
|
+
end
|
253
|
+
|
254
254
|
if attributes.key?(:'_artifact')
|
255
255
|
self._artifact = attributes[:'_artifact']
|
256
256
|
end
|
@@ -817,8 +817,8 @@ module PulpRpmClient
|
|
817
817
|
return true if self.equal?(o)
|
818
818
|
self.class == o.class &&
|
819
819
|
_type == o._type &&
|
820
|
-
_created == o._created &&
|
821
820
|
_href == o._href &&
|
821
|
+
_created == o._created &&
|
822
822
|
_artifact == o._artifact &&
|
823
823
|
name == o.name &&
|
824
824
|
epoch == o.epoch &&
|
@@ -867,7 +867,7 @@ module PulpRpmClient
|
|
867
867
|
# Calculates hash code according to all attributes.
|
868
868
|
# @return [Integer] Hash code
|
869
869
|
def hash
|
870
|
-
[_type,
|
870
|
+
[_type, _href, _created, _artifact, name, epoch, version, release, arch, pkg_id, checksum_type, summary, description, url, changelogs, files, requires, provides, conflicts, obsoletes, suggests, enhances, recommends, supplements, location_base, location_href, rpm_buildhost, rpm_group, rpm_license, rpm_packager, rpm_sourcerpm, rpm_vendor, rpm_header_start, rpm_header_end, size_archive, size_installed, size_package, time_build, time_file, relative_path].hash
|
871
871
|
end
|
872
872
|
|
873
873
|
# Builds the object from hash
|
data/spec/models/package_spec.rb
CHANGED
@@ -38,13 +38,13 @@ describe 'Package' do
|
|
38
38
|
end
|
39
39
|
end
|
40
40
|
|
41
|
-
describe 'test attribute "
|
41
|
+
describe 'test attribute "_href"' do
|
42
42
|
it 'should work' do
|
43
43
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
44
44
|
end
|
45
45
|
end
|
46
46
|
|
47
|
-
describe 'test attribute "
|
47
|
+
describe 'test attribute "_created"' do
|
48
48
|
it 'should work' do
|
49
49
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
50
50
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pulp_rpm_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.0b3.dev.
|
4
|
+
version: 3.0.0b3.dev.1559922387
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OpenAPI-Generator
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-06-
|
11
|
+
date: 2019-06-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|