pulp_rpm_client 3.0.0b3.dev.1560008862 → 3.0.0b3.dev.1560095364

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

Potentially problematic release.


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

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f4d3af2eb45ecb75f97b4dc1d908d4f909d64603b983eb7242309bb0eb9e24e8
4
- data.tar.gz: f8470a178fa2c592250a68095a04166155d2f271d1a565e065db7a2585f2ceb4
3
+ metadata.gz: ad97dd4450fd8a9a09461541edd2611bfdacf9deacafe857e2151ffb05fb94ee
4
+ data.tar.gz: 6e368c58e6d3b11dbc6dad4bf8794ec890a7179f35ccc29112eab698de58b8d0
5
5
  SHA512:
6
- metadata.gz: 79878a723d5f7f9ae91d7f7f3d14d6c9478ef6357a07a0defe85ec9e4324cc93e4ddbae21c8a902941d3f8ae394e235a1033c3105b77ba3696b31c78b739bb2c
7
- data.tar.gz: e275b394dd4faf18f0b94aeecad108ae54ef8c22edab25631d15e37f0a5f5d359e4c536a08a7a6c4b7032165658bd799241ca5499656d949e963c93e3cbcd5d7
6
+ metadata.gz: 1e906dd0579655bf048688fffcf44b65ec1e593dff285c2de42363f4c25ea24853ebdac6a3d8d502b8281bf7a10bf2557abe35c23893c14231e686a5a61acd77
7
+ data.tar.gz: 0453f593e32975ae5af702dae4adb3b8459b2f7eddc364ccb976bbf8f9f3a7deec69ffcf627029a9a1d41b99da1dfc40f02f716e3bca96420de928a538db1feb
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pulp_rpm_client (3.0.0b3.dev.1560008862)
4
+ pulp_rpm_client (3.0.0b3.dev.1560095364)
5
5
  json (~> 2.1, >= 2.1.0)
6
6
  typhoeus (~> 1.0, >= 1.0.1)
7
7
 
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.1560008862
10
+ - Package version: 3.0.0b3.dev.1560095364
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.1560008862.gem
26
+ gem install ./pulp_rpm_client-3.0.0b3.dev.1560095364.gem
27
27
  ```
28
28
 
29
- (for development, run `gem install --dev ./pulp_rpm_client-3.0.0b3.dev.1560008862.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./pulp_rpm_client-3.0.0b3.dev.1560095364.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.1560008862'
35
+ gem 'pulp_rpm_client', '~> 3.0.0b3.dev.1560095364'
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
  **_artifact** | **String** | Artifact file representing the physical content |
8
- **_href** | **String** | | [optional]
9
8
  **_type** | **String** | | [optional]
9
+ **_href** | **String** | | [optional]
10
10
  **_created** | **DateTime** | Timestamp of creation. | [optional]
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(_artifact: null,
54
- _href: null,
55
54
  _type: null,
55
+ _href: null,
56
56
  _created: null,
57
57
  name: null,
58
58
  epoch: null,
@@ -17,10 +17,10 @@ module PulpRpmClient
17
17
  # Artifact file representing the physical content
18
18
  attr_accessor :_artifact
19
19
 
20
- attr_accessor :_href
21
-
22
20
  attr_accessor :_type
23
21
 
22
+ attr_accessor :_href
23
+
24
24
  # Timestamp of creation.
25
25
  attr_accessor :_created
26
26
 
@@ -136,8 +136,8 @@ module PulpRpmClient
136
136
  def self.attribute_map
137
137
  {
138
138
  :'_artifact' => :'_artifact',
139
- :'_href' => :'_href',
140
139
  :'_type' => :'_type',
140
+ :'_href' => :'_href',
141
141
  :'_created' => :'_created',
142
142
  :'name' => :'name',
143
143
  :'epoch' => :'epoch',
@@ -182,8 +182,8 @@ module PulpRpmClient
182
182
  def self.openapi_types
183
183
  {
184
184
  :'_artifact' => :'String',
185
- :'_href' => :'String',
186
185
  :'_type' => :'String',
186
+ :'_href' => :'String',
187
187
  :'_created' => :'DateTime',
188
188
  :'name' => :'String',
189
189
  :'epoch' => :'String',
@@ -243,14 +243,14 @@ module PulpRpmClient
243
243
  self._artifact = attributes[:'_artifact']
244
244
  end
245
245
 
246
- if attributes.key?(:'_href')
247
- self._href = attributes[:'_href']
248
- end
249
-
250
246
  if attributes.key?(:'_type')
251
247
  self._type = attributes[:'_type']
252
248
  end
253
249
 
250
+ if attributes.key?(:'_href')
251
+ self._href = attributes[:'_href']
252
+ end
253
+
254
254
  if attributes.key?(:'_created')
255
255
  self._created = attributes[:'_created']
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
  _artifact == o._artifact &&
820
- _href == o._href &&
821
820
  _type == o._type &&
821
+ _href == o._href &&
822
822
  _created == o._created &&
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
- [_artifact, _href, _type, _created, 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
870
+ [_artifact, _type, _href, _created, 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
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.0.0
11
11
  =end
12
12
 
13
13
  module PulpRpmClient
14
- VERSION = '3.0.0b3.dev.1560008862'
14
+ VERSION = '3.0.0b3.dev.1560095364'
15
15
  end
@@ -38,13 +38,13 @@ describe 'Package' do
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "_href"' do
41
+ describe 'test attribute "_type"' 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 "_type"' do
47
+ describe 'test attribute "_href"' 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.1560008862
4
+ version: 3.0.0b3.dev.1560095364
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-08 00:00:00.000000000 Z
11
+ date: 2019-06-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus