pulpcore_client 3.49.50 → 3.49.51

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2539ed26bc24690cf8c1448b4b9a73e90f42963d6446b8e38dfe7bda3db3bc9e
4
- data.tar.gz: 0d30202ebf1d6d528599209f2f667e03a2249c54b1d042be41744d19b50c0ecf
3
+ metadata.gz: 238f2a91cdfe62fa5fcf820108ffe100df77f2eac31486a44e49a521c0b03eb4
4
+ data.tar.gz: 0b5f032d9968b5ade3a1596341a1013b5923ad70734241b7eeae38f0db32e7b4
5
5
  SHA512:
6
- metadata.gz: dac5a56f25875f29d2be6717ad0b6e631958eccbf3dbe6e75e8e7cd48ffc10ec5590c981d37913a13a82609e77775ec3653a9e7cd3b3ce264226198fd7a82ab2
7
- data.tar.gz: 2ed86d337cbc0493fb22c4300efcc9decea1ae3a4002effa7cbbafea139baa769b4d108fb8ae7b62724df19d5548b1ca3b1afd8addb178aa7d02a44e3ad62131
6
+ metadata.gz: 6816abc4dcc7260abdeb307b008387667efbce2f963571563f2e1ab0d583fb465709476dc9436412e1cc7d27fe39f861663d7fb75c1b608e102839d3b3c72594
7
+ data.tar.gz: b3927e4646bef4e4623fdd6b97893fb7132e48c91934fe5237e5bcc77a2f88a2bd4eb799f0f94d9ec1a917402fe7b8f898f04a33ff75bfadace4696d078fddb2
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: 3.49.50
10
+ - Package version: 3.49.51
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 pulpcore_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulpcore_client-3.49.50.gem
27
+ gem install ./pulpcore_client-3.49.51.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulpcore_client-3.49.50.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulpcore_client-3.49.51.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 'pulpcore_client', '~> 3.49.50'
36
+ gem 'pulpcore_client', '~> 3.49.51'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -4,30 +4,30 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
8
- **content_guard** | **String** | An optional content-guard. | [optional]
9
7
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
10
- **pulp_href** | **String** | | [optional] [readonly]
11
- **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
12
- **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
13
- **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
14
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
10
+ **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
15
11
  **pulp_labels** | **Hash<String, String>** | | [optional]
12
+ **base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
13
+ **content_guard** | **String** | An optional content-guard. | [optional]
14
+ **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
15
+ **pulp_href** | **String** | | [optional] [readonly]
16
16
 
17
17
  ## Code Sample
18
18
 
19
19
  ```ruby
20
20
  require 'PulpcoreClient'
21
21
 
22
- instance = PulpcoreClient::ArtifactDistributionResponse.new(base_url: null,
23
- content_guard: null,
24
- pulp_last_updated: null,
25
- pulp_href: null,
26
- name: null,
22
+ instance = PulpcoreClient::ArtifactDistributionResponse.new(pulp_last_updated: null,
23
+ pulp_created: null,
27
24
  base_path: null,
25
+ name: null,
26
+ pulp_labels: null,
27
+ base_url: null,
28
+ content_guard: null,
28
29
  hidden: null,
29
- pulp_created: null,
30
- pulp_labels: null)
30
+ pulp_href: null)
31
31
  ```
32
32
 
33
33
 
data/docs/Domain.md CHANGED
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **name** | **String** | A name for this domain. |
8
8
  **description** | **String** | An optional description. | [optional]
9
- **storage_class** | [**StorageClassEnum**](StorageClassEnum.md) | Backend storage class for domain. * `pulpcore.app.models.storage.FileSystem` - Use local filesystem as storage * `storages.backends.s3boto3.S3Boto3Storage` - Use Amazon S3 as storage * `storages.backends.azure_storage.AzureStorage` - Use Azure Blob as storage |
9
+ **storage_class** | [**StorageClassEnum**](StorageClassEnum.md) | Backend storage class for domain. * `pulpcore.app.models.storage.FileSystem` - Use local filesystem as storage * `storages.backends.s3boto3.S3Boto3Storage` - Use Amazon S3 as storage [deprecated] * `storages.backends.s3.S3Storage` - Use Amazon S3 as storage * `storages.backends.azure_storage.AzureStorage` - Use Azure Blob as storage |
10
10
  **storage_settings** | [**Object**](.md) | Settings for storage class. |
11
11
  **redirect_to_object_storage** | **Boolean** | Boolean to have the content app redirect to object storage. | [optional] [default to true]
12
12
  **hide_guarded_distributions** | **Boolean** | Boolean to hide distributions with a content guard in the content app. | [optional] [default to false]
@@ -9,7 +9,7 @@ Name | Type | Description | Notes
9
9
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
10
10
  **name** | **String** | A name for this domain. |
11
11
  **description** | **String** | An optional description. | [optional]
12
- **storage_class** | [**StorageClassEnum**](StorageClassEnum.md) | Backend storage class for domain. * `pulpcore.app.models.storage.FileSystem` - Use local filesystem as storage * `storages.backends.s3boto3.S3Boto3Storage` - Use Amazon S3 as storage * `storages.backends.azure_storage.AzureStorage` - Use Azure Blob as storage |
12
+ **storage_class** | [**StorageClassEnum**](StorageClassEnum.md) | Backend storage class for domain. * `pulpcore.app.models.storage.FileSystem` - Use local filesystem as storage * `storages.backends.s3boto3.S3Boto3Storage` - Use Amazon S3 as storage [deprecated] * `storages.backends.s3.S3Storage` - Use Amazon S3 as storage * `storages.backends.azure_storage.AzureStorage` - Use Azure Blob as storage |
13
13
  **storage_settings** | [**Object**](.md) | Settings for storage class. |
14
14
  **redirect_to_object_storage** | **Boolean** | Boolean to have the content app redirect to object storage. | [optional] [default to true]
15
15
  **hide_guarded_distributions** | **Boolean** | Boolean to hide distributions with a content guard in the content app. | [optional] [default to false]
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **name** | **String** | A name for this domain. | [optional]
8
8
  **description** | **String** | An optional description. | [optional]
9
- **storage_class** | [**StorageClassEnum**](StorageClassEnum.md) | Backend storage class for domain. * `pulpcore.app.models.storage.FileSystem` - Use local filesystem as storage * `storages.backends.s3boto3.S3Boto3Storage` - Use Amazon S3 as storage * `storages.backends.azure_storage.AzureStorage` - Use Azure Blob as storage | [optional]
9
+ **storage_class** | [**StorageClassEnum**](StorageClassEnum.md) | Backend storage class for domain. * `pulpcore.app.models.storage.FileSystem` - Use local filesystem as storage * `storages.backends.s3boto3.S3Boto3Storage` - Use Amazon S3 as storage [deprecated] * `storages.backends.s3.S3Storage` - Use Amazon S3 as storage * `storages.backends.azure_storage.AzureStorage` - Use Azure Blob as storage | [optional]
10
10
  **storage_settings** | [**Object**](.md) | Settings for storage class. | [optional]
11
11
  **redirect_to_object_storage** | **Boolean** | Boolean to have the content app redirect to object storage. | [optional] [default to true]
12
12
  **hide_guarded_distributions** | **Boolean** | Boolean to hide distributions with a content guard in the content app. | [optional] [default to false]
@@ -15,58 +15,58 @@ require 'date'
15
15
  module PulpcoreClient
16
16
  # A serializer for ArtifactDistribution.
17
17
  class ArtifactDistributionResponse
18
- # The URL for accessing the publication as defined by this distribution.
19
- attr_accessor :base_url
20
-
21
- # An optional content-guard.
22
- attr_accessor :content_guard
23
-
24
18
  # Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same.
25
19
  attr_accessor :pulp_last_updated
26
20
 
27
- attr_accessor :pulp_href
21
+ # Timestamp of creation.
22
+ attr_accessor :pulp_created
23
+
24
+ # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
25
+ attr_accessor :base_path
28
26
 
29
27
  # A unique name. Ex, `rawhide` and `stable`.
30
28
  attr_accessor :name
31
29
 
32
- # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
33
- attr_accessor :base_path
30
+ attr_accessor :pulp_labels
31
+
32
+ # The URL for accessing the publication as defined by this distribution.
33
+ attr_accessor :base_url
34
+
35
+ # An optional content-guard.
36
+ attr_accessor :content_guard
34
37
 
35
38
  # Whether this distribution should be shown in the content app.
36
39
  attr_accessor :hidden
37
40
 
38
- # Timestamp of creation.
39
- attr_accessor :pulp_created
40
-
41
- attr_accessor :pulp_labels
41
+ attr_accessor :pulp_href
42
42
 
43
43
  # Attribute mapping from ruby-style variable name to JSON key.
44
44
  def self.attribute_map
45
45
  {
46
- :'base_url' => :'base_url',
47
- :'content_guard' => :'content_guard',
48
46
  :'pulp_last_updated' => :'pulp_last_updated',
49
- :'pulp_href' => :'pulp_href',
50
- :'name' => :'name',
47
+ :'pulp_created' => :'pulp_created',
51
48
  :'base_path' => :'base_path',
49
+ :'name' => :'name',
50
+ :'pulp_labels' => :'pulp_labels',
51
+ :'base_url' => :'base_url',
52
+ :'content_guard' => :'content_guard',
52
53
  :'hidden' => :'hidden',
53
- :'pulp_created' => :'pulp_created',
54
- :'pulp_labels' => :'pulp_labels'
54
+ :'pulp_href' => :'pulp_href'
55
55
  }
56
56
  end
57
57
 
58
58
  # Attribute type mapping.
59
59
  def self.openapi_types
60
60
  {
61
- :'base_url' => :'String',
62
- :'content_guard' => :'String',
63
61
  :'pulp_last_updated' => :'DateTime',
64
- :'pulp_href' => :'String',
65
- :'name' => :'String',
62
+ :'pulp_created' => :'DateTime',
66
63
  :'base_path' => :'String',
64
+ :'name' => :'String',
65
+ :'pulp_labels' => :'Hash<String, String>',
66
+ :'base_url' => :'String',
67
+ :'content_guard' => :'String',
67
68
  :'hidden' => :'Boolean',
68
- :'pulp_created' => :'DateTime',
69
- :'pulp_labels' => :'Hash<String, String>'
69
+ :'pulp_href' => :'String'
70
70
  }
71
71
  end
72
72
 
@@ -92,28 +92,34 @@ module PulpcoreClient
92
92
  h[k.to_sym] = v
93
93
  }
94
94
 
95
- if attributes.key?(:'base_url')
96
- self.base_url = attributes[:'base_url']
97
- end
98
-
99
- if attributes.key?(:'content_guard')
100
- self.content_guard = attributes[:'content_guard']
101
- end
102
-
103
95
  if attributes.key?(:'pulp_last_updated')
104
96
  self.pulp_last_updated = attributes[:'pulp_last_updated']
105
97
  end
106
98
 
107
- if attributes.key?(:'pulp_href')
108
- self.pulp_href = attributes[:'pulp_href']
99
+ if attributes.key?(:'pulp_created')
100
+ self.pulp_created = attributes[:'pulp_created']
101
+ end
102
+
103
+ if attributes.key?(:'base_path')
104
+ self.base_path = attributes[:'base_path']
109
105
  end
110
106
 
111
107
  if attributes.key?(:'name')
112
108
  self.name = attributes[:'name']
113
109
  end
114
110
 
115
- if attributes.key?(:'base_path')
116
- self.base_path = attributes[:'base_path']
111
+ if attributes.key?(:'pulp_labels')
112
+ if (value = attributes[:'pulp_labels']).is_a?(Hash)
113
+ self.pulp_labels = value
114
+ end
115
+ end
116
+
117
+ if attributes.key?(:'base_url')
118
+ self.base_url = attributes[:'base_url']
119
+ end
120
+
121
+ if attributes.key?(:'content_guard')
122
+ self.content_guard = attributes[:'content_guard']
117
123
  end
118
124
 
119
125
  if attributes.key?(:'hidden')
@@ -122,14 +128,8 @@ module PulpcoreClient
122
128
  self.hidden = false
123
129
  end
124
130
 
125
- if attributes.key?(:'pulp_created')
126
- self.pulp_created = attributes[:'pulp_created']
127
- end
128
-
129
- if attributes.key?(:'pulp_labels')
130
- if (value = attributes[:'pulp_labels']).is_a?(Hash)
131
- self.pulp_labels = value
132
- end
131
+ if attributes.key?(:'pulp_href')
132
+ self.pulp_href = attributes[:'pulp_href']
133
133
  end
134
134
  end
135
135
 
@@ -137,22 +137,22 @@ module PulpcoreClient
137
137
  # @return Array for valid properties with the reasons
138
138
  def list_invalid_properties
139
139
  invalid_properties = Array.new
140
- if @name.nil?
141
- invalid_properties.push('invalid value for "name", name cannot be nil.')
142
- end
143
-
144
140
  if @base_path.nil?
145
141
  invalid_properties.push('invalid value for "base_path", base_path cannot be nil.')
146
142
  end
147
143
 
144
+ if @name.nil?
145
+ invalid_properties.push('invalid value for "name", name cannot be nil.')
146
+ end
147
+
148
148
  invalid_properties
149
149
  end
150
150
 
151
151
  # Check to see if the all the properties in the model are valid
152
152
  # @return true if the model is valid
153
153
  def valid?
154
- return false if @name.nil?
155
154
  return false if @base_path.nil?
155
+ return false if @name.nil?
156
156
  true
157
157
  end
158
158
 
@@ -161,15 +161,15 @@ module PulpcoreClient
161
161
  def ==(o)
162
162
  return true if self.equal?(o)
163
163
  self.class == o.class &&
164
- base_url == o.base_url &&
165
- content_guard == o.content_guard &&
166
164
  pulp_last_updated == o.pulp_last_updated &&
167
- pulp_href == o.pulp_href &&
168
- name == o.name &&
165
+ pulp_created == o.pulp_created &&
169
166
  base_path == o.base_path &&
167
+ name == o.name &&
168
+ pulp_labels == o.pulp_labels &&
169
+ base_url == o.base_url &&
170
+ content_guard == o.content_guard &&
170
171
  hidden == o.hidden &&
171
- pulp_created == o.pulp_created &&
172
- pulp_labels == o.pulp_labels
172
+ pulp_href == o.pulp_href
173
173
  end
174
174
 
175
175
  # @see the `==` method
@@ -181,7 +181,7 @@ module PulpcoreClient
181
181
  # Calculates hash code according to all attributes.
182
182
  # @return [Integer] Hash code
183
183
  def hash
184
- [base_url, content_guard, pulp_last_updated, pulp_href, name, base_path, hidden, pulp_created, pulp_labels].hash
184
+ [pulp_last_updated, pulp_created, base_path, name, pulp_labels, base_url, content_guard, hidden, pulp_href].hash
185
185
  end
186
186
 
187
187
  # Builds the object from hash
@@ -21,7 +21,7 @@ module PulpcoreClient
21
21
  # An optional description.
22
22
  attr_accessor :description
23
23
 
24
- # Backend storage class for domain. * `pulpcore.app.models.storage.FileSystem` - Use local filesystem as storage * `storages.backends.s3boto3.S3Boto3Storage` - Use Amazon S3 as storage * `storages.backends.azure_storage.AzureStorage` - Use Azure Blob as storage
24
+ # Backend storage class for domain. * `pulpcore.app.models.storage.FileSystem` - Use local filesystem as storage * `storages.backends.s3boto3.S3Boto3Storage` - Use Amazon S3 as storage [deprecated] * `storages.backends.s3.S3Storage` - Use Amazon S3 as storage * `storages.backends.azure_storage.AzureStorage` - Use Azure Blob as storage
25
25
  attr_accessor :storage_class
26
26
 
27
27
  # Settings for storage class.
@@ -29,7 +29,7 @@ module PulpcoreClient
29
29
  # An optional description.
30
30
  attr_accessor :description
31
31
 
32
- # Backend storage class for domain. * `pulpcore.app.models.storage.FileSystem` - Use local filesystem as storage * `storages.backends.s3boto3.S3Boto3Storage` - Use Amazon S3 as storage * `storages.backends.azure_storage.AzureStorage` - Use Azure Blob as storage
32
+ # Backend storage class for domain. * `pulpcore.app.models.storage.FileSystem` - Use local filesystem as storage * `storages.backends.s3boto3.S3Boto3Storage` - Use Amazon S3 as storage [deprecated] * `storages.backends.s3.S3Storage` - Use Amazon S3 as storage * `storages.backends.azure_storage.AzureStorage` - Use Azure Blob as storage
33
33
  attr_accessor :storage_class
34
34
 
35
35
  # Settings for storage class.
@@ -21,7 +21,7 @@ module PulpcoreClient
21
21
  # An optional description.
22
22
  attr_accessor :description
23
23
 
24
- # Backend storage class for domain. * `pulpcore.app.models.storage.FileSystem` - Use local filesystem as storage * `storages.backends.s3boto3.S3Boto3Storage` - Use Amazon S3 as storage * `storages.backends.azure_storage.AzureStorage` - Use Azure Blob as storage
24
+ # Backend storage class for domain. * `pulpcore.app.models.storage.FileSystem` - Use local filesystem as storage * `storages.backends.s3boto3.S3Boto3Storage` - Use Amazon S3 as storage [deprecated] * `storages.backends.s3.S3Storage` - Use Amazon S3 as storage * `storages.backends.azure_storage.AzureStorage` - Use Azure Blob as storage
25
25
  attr_accessor :storage_class
26
26
 
27
27
  # Settings for storage class.
@@ -16,6 +16,7 @@ module PulpcoreClient
16
16
  class StorageClassEnum
17
17
  PULPCORE_APP_MODELS_STORAGE_FILE_SYSTEM = "pulpcore.app.models.storage.FileSystem".freeze
18
18
  STORAGES_BACKENDS_S3BOTO3_S3_BOTO3_STORAGE = "storages.backends.s3boto3.S3Boto3Storage".freeze
19
+ STORAGES_BACKENDS_S3_S3_STORAGE = "storages.backends.s3.S3Storage".freeze
19
20
  STORAGES_BACKENDS_AZURE_STORAGE_AZURE_STORAGE = "storages.backends.azure_storage.AzureStorage".freeze
20
21
 
21
22
  # Builds the enum from string
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpcoreClient
14
- VERSION = '3.49.50'
14
+ VERSION = '3.49.51'
15
15
  end
@@ -32,55 +32,55 @@ describe 'ArtifactDistributionResponse' do
32
32
  expect(@instance).to be_instance_of(PulpcoreClient::ArtifactDistributionResponse)
33
33
  end
34
34
  end
35
- describe 'test attribute "base_url"' do
35
+ describe 'test attribute "pulp_last_updated"' 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 "content_guard"' do
41
+ describe 'test attribute "pulp_created"' 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 "pulp_last_updated"' do
47
+ describe 'test attribute "base_path"' 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
51
51
  end
52
52
 
53
- describe 'test attribute "pulp_href"' do
53
+ describe 'test attribute "name"' do
54
54
  it 'should work' do
55
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
56
  end
57
57
  end
58
58
 
59
- describe 'test attribute "name"' do
59
+ describe 'test attribute "pulp_labels"' do
60
60
  it 'should work' do
61
61
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
62
  end
63
63
  end
64
64
 
65
- describe 'test attribute "base_path"' do
65
+ describe 'test attribute "base_url"' do
66
66
  it 'should work' do
67
67
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
68
  end
69
69
  end
70
70
 
71
- describe 'test attribute "hidden"' do
71
+ describe 'test attribute "content_guard"' do
72
72
  it 'should work' do
73
73
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
74
  end
75
75
  end
76
76
 
77
- describe 'test attribute "pulp_created"' do
77
+ describe 'test attribute "hidden"' do
78
78
  it 'should work' do
79
79
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
80
80
  end
81
81
  end
82
82
 
83
- describe 'test attribute "pulp_labels"' do
83
+ describe 'test attribute "pulp_href"' do
84
84
  it 'should work' do
85
85
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
86
86
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulpcore_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.49.50
4
+ version: 3.49.51
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-02-10 00:00:00.000000000 Z
11
+ date: 2026-02-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday