pulp_cookbook_client 0.1.0b10.dev1645671920 → 0.1.0b10.dev1645758467

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_cookbook_client might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: af157c6aed1bf699c46281a87add34a763bf1474b9ec306721ee218e3bc04af3
4
- data.tar.gz: 5c4990b55959a6d57c271d242ec1b70d0ab4cb056023d98d19aae5982cb73b8d
3
+ metadata.gz: 335c9bd2bfa50679663dbf59df4e98c3ebd9313e836d0f42dcd09c99001ff474
4
+ data.tar.gz: 2f770bca73b28a4247d8ef92e5dbc4126a823f9a3b25b228895c66851ca3da3f
5
5
  SHA512:
6
- metadata.gz: ec38b863aca4449f6f6d67e5ea97c3d9007c4927d7aa843f9b93a32b5d2fe27311496c0882104dfc4ca5b1917177084761e4ac3dd60b6be288474300ca17a2cb
7
- data.tar.gz: 4aae24ed26de583182f8af0174611e024ac12a1ca19843f9ba5d543b1fd00188d095cc9927e167fe03f95a588dba77c8354fe7ddd533f93d246b86c20bd49abb
6
+ metadata.gz: dc7186c8dec9ef75f1ba768810e6bb3b6114dbefc7a85afec8be569c997b8f4cd41338e861d06801ad710c6fbc82f412f744364de7f854a2a26990c4e8aee1de
7
+ data.tar.gz: 686840a0299683f10e06ca05428fa73bc24b118da29c7f8f25620d2f9b8405f0f807f6db53451055a581da494ce78c3d6e35788e73c7dcc3ce34eb0683ce494f
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.1.0b10.dev1645671920
10
+ - Package version: 0.1.0b10.dev1645758467
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_cookbook_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulp_cookbook_client-0.1.0b10.dev1645671920.gem
27
+ gem install ./pulp_cookbook_client-0.1.0b10.dev1645758467.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_cookbook_client-0.1.0b10.dev1645671920.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_cookbook_client-0.1.0b10.dev1645758467.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_cookbook_client', '~> 0.1.0b10.dev1645671920'
36
+ gem 'pulp_cookbook_client', '~> 0.1.0b10.dev1645758467'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -67,8 +67,8 @@ end
67
67
  api_instance = PulpCookbookClient::ContentCookbooksApi.new
68
68
  name = 'name_example' # String | name of the cookbook
69
69
  opts = {
70
- artifact: 'artifact_example', # String | Artifact file representing the physical content
71
70
  repository: 'repository_example', # String | A URI of a repository the new content unit should be associated with.
71
+ artifact: 'artifact_example', # String | Artifact file representing the physical content
72
72
  file: File.new('/path/to/file'), # File | An uploaded file that may be turned into the artifact of the content unit.
73
73
  version: 'version_example' # String | version of the cookbook
74
74
  }
@@ -33,8 +33,8 @@ end
33
33
  api_instance = PulpCookbookClient::ContentCookbooksApi.new
34
34
  name = 'name_example' # String | name of the cookbook
35
35
  opts = {
36
- artifact: 'artifact_example', # String | Artifact file representing the physical content
37
36
  repository: 'repository_example', # String | A URI of a repository the new content unit should be associated with.
37
+ artifact: 'artifact_example', # String | Artifact file representing the physical content
38
38
  file: File.new('/path/to/file'), # File | An uploaded file that may be turned into the artifact of the content unit.
39
39
  version: 'version_example' # String | version of the cookbook
40
40
  }
@@ -54,8 +54,8 @@ end
54
54
  Name | Type | Description | Notes
55
55
  ------------- | ------------- | ------------- | -------------
56
56
  **name** | **String**| name of the cookbook |
57
- **artifact** | **String**| Artifact file representing the physical content | [optional]
58
57
  **repository** | **String**| A URI of a repository the new content unit should be associated with. | [optional]
58
+ **artifact** | **String**| Artifact file representing the physical content | [optional]
59
59
  **file** | **File**| An uploaded file that may be turned into the artifact of the content unit. | [optional]
60
60
  **version** | **String**| version of the cookbook | [optional]
61
61
 
@@ -4,8 +4,8 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **artifact** | **String** | Artifact file representing the physical content | [optional]
8
7
  **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional]
8
+ **artifact** | **String** | Artifact file representing the physical content | [optional]
9
9
  **file** | **File** | An uploaded file that may be turned into the artifact of the content unit. | [optional]
10
10
  **name** | **String** | name of the cookbook |
11
11
  **version** | **String** | version of the cookbook | [optional]
@@ -15,8 +15,8 @@ Name | Type | Description | Notes
15
15
  ```ruby
16
16
  require 'PulpCookbookClient'
17
17
 
18
- instance = PulpCookbookClient::CookbookCookbookPackageContent.new(artifact: null,
19
- repository: null,
18
+ instance = PulpCookbookClient::CookbookCookbookPackageContent.new(repository: null,
19
+ artifact: null,
20
20
  file: null,
21
21
  name: null,
22
22
  version: null)
@@ -23,8 +23,8 @@ module PulpCookbookClient
23
23
  # Trigger an asynchronous task to create content,optionally create new repository version.
24
24
  # @param name [String] name of the cookbook
25
25
  # @param [Hash] opts the optional parameters
26
- # @option opts [String] :artifact Artifact file representing the physical content
27
26
  # @option opts [String] :repository A URI of a repository the new content unit should be associated with.
27
+ # @option opts [String] :artifact Artifact file representing the physical content
28
28
  # @option opts [File] :file An uploaded file that may be turned into the artifact of the content unit.
29
29
  # @option opts [String] :version version of the cookbook
30
30
  # @return [AsyncOperationResponse]
@@ -37,8 +37,8 @@ module PulpCookbookClient
37
37
  # Trigger an asynchronous task to create content,optionally create new repository version.
38
38
  # @param name [String] name of the cookbook
39
39
  # @param [Hash] opts the optional parameters
40
- # @option opts [String] :artifact Artifact file representing the physical content
41
40
  # @option opts [String] :repository A URI of a repository the new content unit should be associated with.
41
+ # @option opts [String] :artifact Artifact file representing the physical content
42
42
  # @option opts [File] :file An uploaded file that may be turned into the artifact of the content unit.
43
43
  # @option opts [String] :version version of the cookbook
44
44
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
@@ -74,8 +74,8 @@ module PulpCookbookClient
74
74
  # form parameters
75
75
  form_params = opts[:form_params] || {}
76
76
  form_params['name'] = name
77
- form_params['artifact'] = opts[:'artifact'] if !opts[:'artifact'].nil?
78
77
  form_params['repository'] = opts[:'repository'] if !opts[:'repository'].nil?
78
+ form_params['artifact'] = opts[:'artifact'] if !opts[:'artifact'].nil?
79
79
  form_params['file'] = opts[:'file'] if !opts[:'file'].nil?
80
80
  form_params['version'] = opts[:'version'] if !opts[:'version'].nil?
81
81
 
@@ -15,12 +15,12 @@ require 'date'
15
15
  module PulpCookbookClient
16
16
  # Serializer for the cookbook content.
17
17
  class CookbookCookbookPackageContent
18
- # Artifact file representing the physical content
19
- attr_accessor :artifact
20
-
21
18
  # A URI of a repository the new content unit should be associated with.
22
19
  attr_accessor :repository
23
20
 
21
+ # Artifact file representing the physical content
22
+ attr_accessor :artifact
23
+
24
24
  # An uploaded file that may be turned into the artifact of the content unit.
25
25
  attr_accessor :file
26
26
 
@@ -33,8 +33,8 @@ module PulpCookbookClient
33
33
  # Attribute mapping from ruby-style variable name to JSON key.
34
34
  def self.attribute_map
35
35
  {
36
- :'artifact' => :'artifact',
37
36
  :'repository' => :'repository',
37
+ :'artifact' => :'artifact',
38
38
  :'file' => :'file',
39
39
  :'name' => :'name',
40
40
  :'version' => :'version'
@@ -44,8 +44,8 @@ module PulpCookbookClient
44
44
  # Attribute type mapping.
45
45
  def self.openapi_types
46
46
  {
47
- :'artifact' => :'String',
48
47
  :'repository' => :'String',
48
+ :'artifact' => :'String',
49
49
  :'file' => :'File',
50
50
  :'name' => :'String',
51
51
  :'version' => :'String'
@@ -73,14 +73,14 @@ module PulpCookbookClient
73
73
  h[k.to_sym] = v
74
74
  }
75
75
 
76
- if attributes.key?(:'artifact')
77
- self.artifact = attributes[:'artifact']
78
- end
79
-
80
76
  if attributes.key?(:'repository')
81
77
  self.repository = attributes[:'repository']
82
78
  end
83
79
 
80
+ if attributes.key?(:'artifact')
81
+ self.artifact = attributes[:'artifact']
82
+ end
83
+
84
84
  if attributes.key?(:'file')
85
85
  self.file = attributes[:'file']
86
86
  end
@@ -151,8 +151,8 @@ module PulpCookbookClient
151
151
  def ==(o)
152
152
  return true if self.equal?(o)
153
153
  self.class == o.class &&
154
- artifact == o.artifact &&
155
154
  repository == o.repository &&
155
+ artifact == o.artifact &&
156
156
  file == o.file &&
157
157
  name == o.name &&
158
158
  version == o.version
@@ -167,7 +167,7 @@ module PulpCookbookClient
167
167
  # Calculates hash code according to all attributes.
168
168
  # @return [Integer] Hash code
169
169
  def hash
170
- [artifact, repository, file, name, version].hash
170
+ [repository, artifact, file, name, version].hash
171
171
  end
172
172
 
173
173
  # Builds the object from hash
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpCookbookClient
14
- VERSION = '0.1.0b10.dev1645671920'
14
+ VERSION = '0.1.0b10.dev1645758467'
15
15
  end
@@ -37,8 +37,8 @@ describe 'ContentCookbooksApi' do
37
37
  # Trigger an asynchronous task to create content,optionally create new repository version.
38
38
  # @param name name of the cookbook
39
39
  # @param [Hash] opts the optional parameters
40
- # @option opts [String] :artifact Artifact file representing the physical content
41
40
  # @option opts [String] :repository A URI of a repository the new content unit should be associated with.
41
+ # @option opts [String] :artifact Artifact file representing the physical content
42
42
  # @option opts [File] :file An uploaded file that may be turned into the artifact of the content unit.
43
43
  # @option opts [String] :version version of the cookbook
44
44
  # @return [AsyncOperationResponse]
@@ -32,13 +32,13 @@ describe 'CookbookCookbookPackageContent' do
32
32
  expect(@instance).to be_instance_of(PulpCookbookClient::CookbookCookbookPackageContent)
33
33
  end
34
34
  end
35
- describe 'test attribute "artifact"' do
35
+ describe 'test attribute "repository"' do
36
36
  it 'should work' do
37
37
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "repository"' do
41
+ describe 'test attribute "artifact"' 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
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulp_cookbook_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0b10.dev1645671920
4
+ version: 0.1.0b10.dev1645758467
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-02-24 00:00:00.000000000 Z
11
+ date: 2022-02-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday