pulp_gem_client 0.5.1 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (36) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/docs/GemGemContentResponse.md +2 -0
  4. data/docs/GemGemDistributionResponse.md +2 -0
  5. data/docs/GemGemPublicationResponse.md +2 -0
  6. data/docs/GemGemRemoteResponse.md +2 -2
  7. data/docs/GemGemRemoteResponseHiddenFields.md +2 -2
  8. data/docs/GemGemRepositoryResponse.md +2 -0
  9. data/docs/PaginatedRepositoryVersionResponseList.md +2 -2
  10. data/docs/PaginatedgemGemContentResponseList.md +2 -2
  11. data/docs/PaginatedgemGemDistributionResponseList.md +2 -2
  12. data/docs/PaginatedgemGemPublicationResponseList.md +2 -2
  13. data/docs/PaginatedgemGemRemoteResponseList.md +2 -2
  14. data/docs/PaginatedgemGemRepositoryResponseList.md +2 -2
  15. data/docs/RepositoryVersionResponse.md +2 -0
  16. data/lib/pulp_gem_client/models/gem_gem_content_response.rb +11 -1
  17. data/lib/pulp_gem_client/models/gem_gem_distribution_response.rb +11 -1
  18. data/lib/pulp_gem_client/models/gem_gem_publication_response.rb +11 -1
  19. data/lib/pulp_gem_client/models/gem_gem_remote_response.rb +11 -11
  20. data/lib/pulp_gem_client/models/gem_gem_remote_response_hidden_fields.rb +10 -0
  21. data/lib/pulp_gem_client/models/gem_gem_repository_response.rb +11 -1
  22. data/lib/pulp_gem_client/models/paginated_repository_version_response_list.rb +10 -0
  23. data/lib/pulp_gem_client/models/paginatedgem_gem_content_response_list.rb +10 -0
  24. data/lib/pulp_gem_client/models/paginatedgem_gem_distribution_response_list.rb +10 -0
  25. data/lib/pulp_gem_client/models/paginatedgem_gem_publication_response_list.rb +10 -0
  26. data/lib/pulp_gem_client/models/paginatedgem_gem_remote_response_list.rb +10 -0
  27. data/lib/pulp_gem_client/models/paginatedgem_gem_repository_response_list.rb +10 -0
  28. data/lib/pulp_gem_client/models/repository_version_response.rb +11 -1
  29. data/lib/pulp_gem_client/version.rb +1 -1
  30. data/spec/models/gem_gem_content_response_spec.rb +6 -0
  31. data/spec/models/gem_gem_distribution_response_spec.rb +6 -0
  32. data/spec/models/gem_gem_publication_response_spec.rb +6 -0
  33. data/spec/models/gem_gem_remote_response_spec.rb +6 -6
  34. data/spec/models/gem_gem_repository_response_spec.rb +6 -0
  35. data/spec/models/repository_version_response_spec.rb +6 -0
  36. metadata +29 -29
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e73217adf95867b9afd0837fbd51a05f8d30a24c9f6c3a9c175572aa3aba2a85
4
- data.tar.gz: e6cc4a6b97c308bb6c3a905063bda10d96589e195596dbc9d5d3bfa41ef18dd4
3
+ metadata.gz: 3dc360cd8d73557b120ea9bb74f9ce7b210b63e210ac30ff33b47ced47e90abb
4
+ data.tar.gz: b5ebfc73624d1c24cb0a284ad56f7931a1a941c2b0596d04af96b0bb2e754db6
5
5
  SHA512:
6
- metadata.gz: dcc91f85f07e40f63d9b372bb9fe6e29e70d468913a7e7782da8a63aecdab4930978f15507df9bf00fa2c9abbc1fef0d7e240fedc1b13e5b7fce9ae3f488e26d
7
- data.tar.gz: 7ca7eab3107cf7578e975e9613907dbf1e0c298c55f39b0eb8e195e8236c10e101293a0cbe71012edbe32c4473c4aa0d0a477040e77ba1f982f5506c3a4813a8
6
+ metadata.gz: fea58d90fbad4504432306575aa24777d57b581925ea2f8572d8a2d255bd59c7ae0b76e97cfa47ef97d944684da662256610568e4d84eb781925264391ec0525
7
+ data.tar.gz: 20d30cfdcab02df06c97a7407f3aac3a33101004ddcf5ac5bbe403159d23df21fbf81731543b0c6c9f7f081077bce8a51909cf14d8735bf356a5285ffa9c98ad
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.5.1
10
+ - Package version: 0.6.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_gem_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulp_gem_client-0.5.1.gem
27
+ gem install ./pulp_gem_client-0.6.0.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_gem_client-0.5.1.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_gem_client-0.6.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_gem_client', '~> 0.5.1'
36
+ gem 'pulp_gem_client', '~> 0.6.0'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
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]
9
10
  **artifacts** | [**Object**](.md) | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {'relative/path': '/artifacts/1/' | [readonly]
10
11
  **checksum** | **String** | SHA256 checksum of the gem | [optional] [readonly]
11
12
  **name** | **String** | Name of the gem | [optional] [readonly]
@@ -23,6 +24,7 @@ require 'PulpGemClient'
23
24
 
24
25
  instance = PulpGemClient::GemGemContentResponse.new(pulp_href: null,
25
26
  pulp_created: null,
27
+ pulp_last_updated: null,
26
28
  artifacts: null,
27
29
  checksum: null,
28
30
  name: null,
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
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]
9
10
  **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
11
  **base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
11
12
  **content_guard** | **String** | An optional content-guard. | [optional]
@@ -23,6 +24,7 @@ require 'PulpGemClient'
23
24
 
24
25
  instance = PulpGemClient::GemGemDistributionResponse.new(pulp_href: null,
25
26
  pulp_created: null,
27
+ pulp_last_updated: null,
26
28
  base_path: null,
27
29
  base_url: null,
28
30
  content_guard: null,
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
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]
9
10
  **repository_version** | **String** | | [optional]
10
11
  **repository** | **String** | A URI of the repository to be published. | [optional]
11
12
 
@@ -16,6 +17,7 @@ require 'PulpGemClient'
16
17
 
17
18
  instance = PulpGemClient::GemGemPublicationResponse.new(pulp_href: null,
18
19
  pulp_created: null,
20
+ pulp_last_updated: null,
19
21
  repository_version: null,
20
22
  repository: null)
21
23
  ```
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
9
10
  **name** | **String** | A unique name for this remote. |
10
11
  **url** | **String** | The URL of an external content source. |
11
12
  **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
@@ -13,7 +14,6 @@ Name | Type | Description | Notes
13
14
  **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
14
15
  **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
15
16
  **pulp_labels** | **Hash<String, String>** | | [optional]
16
- **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
17
17
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
18
18
  **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
19
19
  **policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. The possible values include: 'immediate', 'on_demand', and 'streamed'. 'immediate' is the default. * `immediate` - When syncing, download all metadata and content now. * `on_demand` - When syncing, download metadata, but do not download content now. Instead, download content as clients request it, and save it in Pulp to be served for future client requests. * `streamed` - When syncing, download metadata, but do not download content now. Instead,download content as clients request it, but never save it in Pulp. This causes future requests for that same content to have to be downloaded again. | [optional]
@@ -35,6 +35,7 @@ require 'PulpGemClient'
35
35
 
36
36
  instance = PulpGemClient::GemGemRemoteResponse.new(pulp_href: null,
37
37
  pulp_created: null,
38
+ pulp_last_updated: null,
38
39
  name: null,
39
40
  url: null,
40
41
  ca_cert: null,
@@ -42,7 +43,6 @@ instance = PulpGemClient::GemGemRemoteResponse.new(pulp_href: null,
42
43
  tls_validation: null,
43
44
  proxy_url: null,
44
45
  pulp_labels: null,
45
- pulp_last_updated: null,
46
46
  download_concurrency: null,
47
47
  max_retries: null,
48
48
  policy: null,
@@ -4,8 +4,8 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **name** | **String** | | [optional]
8
- **is_set** | **Boolean** | | [optional]
7
+ **name** | **String** | |
8
+ **is_set** | **Boolean** | |
9
9
 
10
10
  ## Code Sample
11
11
 
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
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]
9
10
  **versions_href** | **String** | | [optional] [readonly]
10
11
  **pulp_labels** | **Hash<String, String>** | | [optional]
11
12
  **latest_version_href** | **String** | | [optional] [readonly]
@@ -21,6 +22,7 @@ require 'PulpGemClient'
21
22
 
22
23
  instance = PulpGemClient::GemGemRepositoryResponse.new(pulp_href: null,
23
24
  pulp_created: null,
25
+ pulp_last_updated: null,
24
26
  versions_href: null,
25
27
  pulp_labels: null,
26
28
  latest_version_href: null,
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<RepositoryVersionResponse>**](RepositoryVersionResponse.md) | | [optional]
10
+ **results** | [**Array<RepositoryVersionResponse>**](RepositoryVersionResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<GemGemContentResponse>**](GemGemContentResponse.md) | | [optional]
10
+ **results** | [**Array<GemGemContentResponse>**](GemGemContentResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<GemGemDistributionResponse>**](GemGemDistributionResponse.md) | | [optional]
10
+ **results** | [**Array<GemGemDistributionResponse>**](GemGemDistributionResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<GemGemPublicationResponse>**](GemGemPublicationResponse.md) | | [optional]
10
+ **results** | [**Array<GemGemPublicationResponse>**](GemGemPublicationResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<GemGemRemoteResponse>**](GemGemRemoteResponse.md) | | [optional]
10
+ **results** | [**Array<GemGemRemoteResponse>**](GemGemRemoteResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<GemGemRepositoryResponse>**](GemGemRepositoryResponse.md) | | [optional]
10
+ **results** | [**Array<GemGemRepositoryResponse>**](GemGemRepositoryResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
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]
9
10
  **number** | **Integer** | | [optional] [readonly]
10
11
  **repository** | **String** | | [optional] [readonly]
11
12
  **base_version** | **String** | A repository version whose content was used as the initial set of content for this repository version | [optional]
@@ -18,6 +19,7 @@ require 'PulpGemClient'
18
19
 
19
20
  instance = PulpGemClient::RepositoryVersionResponse.new(pulp_href: null,
20
21
  pulp_created: null,
22
+ pulp_last_updated: null,
21
23
  number: null,
22
24
  repository: null,
23
25
  base_version: null,
@@ -20,6 +20,9 @@ module PulpGemClient
20
20
  # Timestamp of creation.
21
21
  attr_accessor :pulp_created
22
22
 
23
+ # 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.
24
+ attr_accessor :pulp_last_updated
25
+
23
26
  # A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {'relative/path': '/artifacts/1/'
24
27
  attr_accessor :artifacts
25
28
 
@@ -51,6 +54,7 @@ module PulpGemClient
51
54
  {
52
55
  :'pulp_href' => :'pulp_href',
53
56
  :'pulp_created' => :'pulp_created',
57
+ :'pulp_last_updated' => :'pulp_last_updated',
54
58
  :'artifacts' => :'artifacts',
55
59
  :'checksum' => :'checksum',
56
60
  :'name' => :'name',
@@ -68,6 +72,7 @@ module PulpGemClient
68
72
  {
69
73
  :'pulp_href' => :'String',
70
74
  :'pulp_created' => :'DateTime',
75
+ :'pulp_last_updated' => :'DateTime',
71
76
  :'artifacts' => :'Object',
72
77
  :'checksum' => :'String',
73
78
  :'name' => :'String',
@@ -109,6 +114,10 @@ module PulpGemClient
109
114
  self.pulp_created = attributes[:'pulp_created']
110
115
  end
111
116
 
117
+ if attributes.key?(:'pulp_last_updated')
118
+ self.pulp_last_updated = attributes[:'pulp_last_updated']
119
+ end
120
+
112
121
  if attributes.key?(:'artifacts')
113
122
  self.artifacts = attributes[:'artifacts']
114
123
  end
@@ -173,6 +182,7 @@ module PulpGemClient
173
182
  self.class == o.class &&
174
183
  pulp_href == o.pulp_href &&
175
184
  pulp_created == o.pulp_created &&
185
+ pulp_last_updated == o.pulp_last_updated &&
176
186
  artifacts == o.artifacts &&
177
187
  checksum == o.checksum &&
178
188
  name == o.name &&
@@ -193,7 +203,7 @@ module PulpGemClient
193
203
  # Calculates hash code according to all attributes.
194
204
  # @return [Integer] Hash code
195
205
  def hash
196
- [pulp_href, pulp_created, artifacts, checksum, name, version, platform, prerelease, dependencies, required_ruby_version, required_rubygems_version].hash
206
+ [pulp_href, pulp_created, pulp_last_updated, artifacts, checksum, name, version, platform, prerelease, dependencies, required_ruby_version, required_rubygems_version].hash
197
207
  end
198
208
 
199
209
  # Builds the object from hash
@@ -20,6 +20,9 @@ module PulpGemClient
20
20
  # Timestamp of creation.
21
21
  attr_accessor :pulp_created
22
22
 
23
+ # 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.
24
+ attr_accessor :pulp_last_updated
25
+
23
26
  # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
24
27
  attr_accessor :base_path
25
28
 
@@ -51,6 +54,7 @@ module PulpGemClient
51
54
  {
52
55
  :'pulp_href' => :'pulp_href',
53
56
  :'pulp_created' => :'pulp_created',
57
+ :'pulp_last_updated' => :'pulp_last_updated',
54
58
  :'base_path' => :'base_path',
55
59
  :'base_url' => :'base_url',
56
60
  :'content_guard' => :'content_guard',
@@ -68,6 +72,7 @@ module PulpGemClient
68
72
  {
69
73
  :'pulp_href' => :'String',
70
74
  :'pulp_created' => :'DateTime',
75
+ :'pulp_last_updated' => :'DateTime',
71
76
  :'base_path' => :'String',
72
77
  :'base_url' => :'String',
73
78
  :'content_guard' => :'String',
@@ -113,6 +118,10 @@ module PulpGemClient
113
118
  self.pulp_created = attributes[:'pulp_created']
114
119
  end
115
120
 
121
+ if attributes.key?(:'pulp_last_updated')
122
+ self.pulp_last_updated = attributes[:'pulp_last_updated']
123
+ end
124
+
116
125
  if attributes.key?(:'base_path')
117
126
  self.base_path = attributes[:'base_path']
118
127
  end
@@ -184,6 +193,7 @@ module PulpGemClient
184
193
  self.class == o.class &&
185
194
  pulp_href == o.pulp_href &&
186
195
  pulp_created == o.pulp_created &&
196
+ pulp_last_updated == o.pulp_last_updated &&
187
197
  base_path == o.base_path &&
188
198
  base_url == o.base_url &&
189
199
  content_guard == o.content_guard &&
@@ -204,7 +214,7 @@ module PulpGemClient
204
214
  # Calculates hash code according to all attributes.
205
215
  # @return [Integer] Hash code
206
216
  def hash
207
- [pulp_href, pulp_created, base_path, base_url, content_guard, hidden, pulp_labels, name, repository, publication, remote].hash
217
+ [pulp_href, pulp_created, pulp_last_updated, base_path, base_url, content_guard, hidden, pulp_labels, name, repository, publication, remote].hash
208
218
  end
209
219
 
210
220
  # Builds the object from hash
@@ -20,6 +20,9 @@ module PulpGemClient
20
20
  # Timestamp of creation.
21
21
  attr_accessor :pulp_created
22
22
 
23
+ # 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.
24
+ attr_accessor :pulp_last_updated
25
+
23
26
  attr_accessor :repository_version
24
27
 
25
28
  # A URI of the repository to be published.
@@ -30,6 +33,7 @@ module PulpGemClient
30
33
  {
31
34
  :'pulp_href' => :'pulp_href',
32
35
  :'pulp_created' => :'pulp_created',
36
+ :'pulp_last_updated' => :'pulp_last_updated',
33
37
  :'repository_version' => :'repository_version',
34
38
  :'repository' => :'repository'
35
39
  }
@@ -40,6 +44,7 @@ module PulpGemClient
40
44
  {
41
45
  :'pulp_href' => :'String',
42
46
  :'pulp_created' => :'DateTime',
47
+ :'pulp_last_updated' => :'DateTime',
43
48
  :'repository_version' => :'String',
44
49
  :'repository' => :'String'
45
50
  }
@@ -74,6 +79,10 @@ module PulpGemClient
74
79
  self.pulp_created = attributes[:'pulp_created']
75
80
  end
76
81
 
82
+ if attributes.key?(:'pulp_last_updated')
83
+ self.pulp_last_updated = attributes[:'pulp_last_updated']
84
+ end
85
+
77
86
  if attributes.key?(:'repository_version')
78
87
  self.repository_version = attributes[:'repository_version']
79
88
  end
@@ -103,6 +112,7 @@ module PulpGemClient
103
112
  self.class == o.class &&
104
113
  pulp_href == o.pulp_href &&
105
114
  pulp_created == o.pulp_created &&
115
+ pulp_last_updated == o.pulp_last_updated &&
106
116
  repository_version == o.repository_version &&
107
117
  repository == o.repository
108
118
  end
@@ -116,7 +126,7 @@ module PulpGemClient
116
126
  # Calculates hash code according to all attributes.
117
127
  # @return [Integer] Hash code
118
128
  def hash
119
- [pulp_href, pulp_created, repository_version, repository].hash
129
+ [pulp_href, pulp_created, pulp_last_updated, repository_version, repository].hash
120
130
  end
121
131
 
122
132
  # Builds the object from hash
@@ -20,6 +20,9 @@ module PulpGemClient
20
20
  # Timestamp of creation.
21
21
  attr_accessor :pulp_created
22
22
 
23
+ # Timestamp of the most recent update of the remote.
24
+ attr_accessor :pulp_last_updated
25
+
23
26
  # A unique name for this remote.
24
27
  attr_accessor :name
25
28
 
@@ -40,9 +43,6 @@ module PulpGemClient
40
43
 
41
44
  attr_accessor :pulp_labels
42
45
 
43
- # Timestamp of the most recent update of the remote.
44
- attr_accessor :pulp_last_updated
45
-
46
46
  # Total number of simultaneous connections. If not set then the default value will be used.
47
47
  attr_accessor :download_concurrency
48
48
 
@@ -84,6 +84,7 @@ module PulpGemClient
84
84
  {
85
85
  :'pulp_href' => :'pulp_href',
86
86
  :'pulp_created' => :'pulp_created',
87
+ :'pulp_last_updated' => :'pulp_last_updated',
87
88
  :'name' => :'name',
88
89
  :'url' => :'url',
89
90
  :'ca_cert' => :'ca_cert',
@@ -91,7 +92,6 @@ module PulpGemClient
91
92
  :'tls_validation' => :'tls_validation',
92
93
  :'proxy_url' => :'proxy_url',
93
94
  :'pulp_labels' => :'pulp_labels',
94
- :'pulp_last_updated' => :'pulp_last_updated',
95
95
  :'download_concurrency' => :'download_concurrency',
96
96
  :'max_retries' => :'max_retries',
97
97
  :'policy' => :'policy',
@@ -113,6 +113,7 @@ module PulpGemClient
113
113
  {
114
114
  :'pulp_href' => :'String',
115
115
  :'pulp_created' => :'DateTime',
116
+ :'pulp_last_updated' => :'DateTime',
116
117
  :'name' => :'String',
117
118
  :'url' => :'String',
118
119
  :'ca_cert' => :'String',
@@ -120,7 +121,6 @@ module PulpGemClient
120
121
  :'tls_validation' => :'Boolean',
121
122
  :'proxy_url' => :'String',
122
123
  :'pulp_labels' => :'Hash<String, String>',
123
- :'pulp_last_updated' => :'DateTime',
124
124
  :'download_concurrency' => :'Integer',
125
125
  :'max_retries' => :'Integer',
126
126
  :'policy' => :'PolicyEnum',
@@ -178,6 +178,10 @@ module PulpGemClient
178
178
  self.pulp_created = attributes[:'pulp_created']
179
179
  end
180
180
 
181
+ if attributes.key?(:'pulp_last_updated')
182
+ self.pulp_last_updated = attributes[:'pulp_last_updated']
183
+ end
184
+
181
185
  if attributes.key?(:'name')
182
186
  self.name = attributes[:'name']
183
187
  end
@@ -208,10 +212,6 @@ module PulpGemClient
208
212
  end
209
213
  end
210
214
 
211
- if attributes.key?(:'pulp_last_updated')
212
- self.pulp_last_updated = attributes[:'pulp_last_updated']
213
- end
214
-
215
215
  if attributes.key?(:'download_concurrency')
216
216
  self.download_concurrency = attributes[:'download_concurrency']
217
217
  end
@@ -380,6 +380,7 @@ module PulpGemClient
380
380
  self.class == o.class &&
381
381
  pulp_href == o.pulp_href &&
382
382
  pulp_created == o.pulp_created &&
383
+ pulp_last_updated == o.pulp_last_updated &&
383
384
  name == o.name &&
384
385
  url == o.url &&
385
386
  ca_cert == o.ca_cert &&
@@ -387,7 +388,6 @@ module PulpGemClient
387
388
  tls_validation == o.tls_validation &&
388
389
  proxy_url == o.proxy_url &&
389
390
  pulp_labels == o.pulp_labels &&
390
- pulp_last_updated == o.pulp_last_updated &&
391
391
  download_concurrency == o.download_concurrency &&
392
392
  max_retries == o.max_retries &&
393
393
  policy == o.policy &&
@@ -412,7 +412,7 @@ module PulpGemClient
412
412
  # Calculates hash code according to all attributes.
413
413
  # @return [Integer] Hash code
414
414
  def hash
415
- [pulp_href, pulp_created, name, url, ca_cert, client_cert, tls_validation, proxy_url, pulp_labels, pulp_last_updated, download_concurrency, max_retries, policy, total_timeout, connect_timeout, sock_connect_timeout, sock_read_timeout, headers, rate_limit, hidden_fields, prereleases, includes, excludes].hash
415
+ [pulp_href, pulp_created, pulp_last_updated, name, url, ca_cert, client_cert, tls_validation, proxy_url, pulp_labels, download_concurrency, max_retries, policy, total_timeout, connect_timeout, sock_connect_timeout, sock_read_timeout, headers, rate_limit, hidden_fields, prereleases, includes, excludes].hash
416
416
  end
417
417
 
418
418
  # Builds the object from hash
@@ -68,12 +68,22 @@ module PulpGemClient
68
68
  # @return Array for valid properties with the reasons
69
69
  def list_invalid_properties
70
70
  invalid_properties = Array.new
71
+ if @name.nil?
72
+ invalid_properties.push('invalid value for "name", name cannot be nil.')
73
+ end
74
+
75
+ if @is_set.nil?
76
+ invalid_properties.push('invalid value for "is_set", is_set cannot be nil.')
77
+ end
78
+
71
79
  invalid_properties
72
80
  end
73
81
 
74
82
  # Check to see if the all the properties in the model are valid
75
83
  # @return true if the model is valid
76
84
  def valid?
85
+ return false if @name.nil?
86
+ return false if @is_set.nil?
77
87
  true
78
88
  end
79
89
 
@@ -20,6 +20,9 @@ module PulpGemClient
20
20
  # Timestamp of creation.
21
21
  attr_accessor :pulp_created
22
22
 
23
+ # 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.
24
+ attr_accessor :pulp_last_updated
25
+
23
26
  attr_accessor :versions_href
24
27
 
25
28
  attr_accessor :pulp_labels
@@ -43,6 +46,7 @@ module PulpGemClient
43
46
  {
44
47
  :'pulp_href' => :'pulp_href',
45
48
  :'pulp_created' => :'pulp_created',
49
+ :'pulp_last_updated' => :'pulp_last_updated',
46
50
  :'versions_href' => :'versions_href',
47
51
  :'pulp_labels' => :'pulp_labels',
48
52
  :'latest_version_href' => :'latest_version_href',
@@ -58,6 +62,7 @@ module PulpGemClient
58
62
  {
59
63
  :'pulp_href' => :'String',
60
64
  :'pulp_created' => :'DateTime',
65
+ :'pulp_last_updated' => :'DateTime',
61
66
  :'versions_href' => :'String',
62
67
  :'pulp_labels' => :'Hash<String, String>',
63
68
  :'latest_version_href' => :'String',
@@ -100,6 +105,10 @@ module PulpGemClient
100
105
  self.pulp_created = attributes[:'pulp_created']
101
106
  end
102
107
 
108
+ if attributes.key?(:'pulp_last_updated')
109
+ self.pulp_last_updated = attributes[:'pulp_last_updated']
110
+ end
111
+
103
112
  if attributes.key?(:'versions_href')
104
113
  self.versions_href = attributes[:'versions_href']
105
114
  end
@@ -171,6 +180,7 @@ module PulpGemClient
171
180
  self.class == o.class &&
172
181
  pulp_href == o.pulp_href &&
173
182
  pulp_created == o.pulp_created &&
183
+ pulp_last_updated == o.pulp_last_updated &&
174
184
  versions_href == o.versions_href &&
175
185
  pulp_labels == o.pulp_labels &&
176
186
  latest_version_href == o.latest_version_href &&
@@ -189,7 +199,7 @@ module PulpGemClient
189
199
  # Calculates hash code according to all attributes.
190
200
  # @return [Integer] Hash code
191
201
  def hash
192
- [pulp_href, pulp_created, versions_href, pulp_labels, latest_version_href, name, description, retain_repo_versions, remote].hash
202
+ [pulp_href, pulp_created, pulp_last_updated, versions_href, pulp_labels, latest_version_href, name, description, retain_repo_versions, remote].hash
193
203
  end
194
204
 
195
205
  # Builds the object from hash
@@ -88,12 +88,22 @@ module PulpGemClient
88
88
  # @return Array for valid properties with the reasons
89
89
  def list_invalid_properties
90
90
  invalid_properties = Array.new
91
+ if @count.nil?
92
+ invalid_properties.push('invalid value for "count", count cannot be nil.')
93
+ end
94
+
95
+ if @results.nil?
96
+ invalid_properties.push('invalid value for "results", results cannot be nil.')
97
+ end
98
+
91
99
  invalid_properties
92
100
  end
93
101
 
94
102
  # Check to see if the all the properties in the model are valid
95
103
  # @return true if the model is valid
96
104
  def valid?
105
+ return false if @count.nil?
106
+ return false if @results.nil?
97
107
  true
98
108
  end
99
109
 
@@ -88,12 +88,22 @@ module PulpGemClient
88
88
  # @return Array for valid properties with the reasons
89
89
  def list_invalid_properties
90
90
  invalid_properties = Array.new
91
+ if @count.nil?
92
+ invalid_properties.push('invalid value for "count", count cannot be nil.')
93
+ end
94
+
95
+ if @results.nil?
96
+ invalid_properties.push('invalid value for "results", results cannot be nil.')
97
+ end
98
+
91
99
  invalid_properties
92
100
  end
93
101
 
94
102
  # Check to see if the all the properties in the model are valid
95
103
  # @return true if the model is valid
96
104
  def valid?
105
+ return false if @count.nil?
106
+ return false if @results.nil?
97
107
  true
98
108
  end
99
109
 
@@ -88,12 +88,22 @@ module PulpGemClient
88
88
  # @return Array for valid properties with the reasons
89
89
  def list_invalid_properties
90
90
  invalid_properties = Array.new
91
+ if @count.nil?
92
+ invalid_properties.push('invalid value for "count", count cannot be nil.')
93
+ end
94
+
95
+ if @results.nil?
96
+ invalid_properties.push('invalid value for "results", results cannot be nil.')
97
+ end
98
+
91
99
  invalid_properties
92
100
  end
93
101
 
94
102
  # Check to see if the all the properties in the model are valid
95
103
  # @return true if the model is valid
96
104
  def valid?
105
+ return false if @count.nil?
106
+ return false if @results.nil?
97
107
  true
98
108
  end
99
109
 
@@ -88,12 +88,22 @@ module PulpGemClient
88
88
  # @return Array for valid properties with the reasons
89
89
  def list_invalid_properties
90
90
  invalid_properties = Array.new
91
+ if @count.nil?
92
+ invalid_properties.push('invalid value for "count", count cannot be nil.')
93
+ end
94
+
95
+ if @results.nil?
96
+ invalid_properties.push('invalid value for "results", results cannot be nil.')
97
+ end
98
+
91
99
  invalid_properties
92
100
  end
93
101
 
94
102
  # Check to see if the all the properties in the model are valid
95
103
  # @return true if the model is valid
96
104
  def valid?
105
+ return false if @count.nil?
106
+ return false if @results.nil?
97
107
  true
98
108
  end
99
109
 
@@ -88,12 +88,22 @@ module PulpGemClient
88
88
  # @return Array for valid properties with the reasons
89
89
  def list_invalid_properties
90
90
  invalid_properties = Array.new
91
+ if @count.nil?
92
+ invalid_properties.push('invalid value for "count", count cannot be nil.')
93
+ end
94
+
95
+ if @results.nil?
96
+ invalid_properties.push('invalid value for "results", results cannot be nil.')
97
+ end
98
+
91
99
  invalid_properties
92
100
  end
93
101
 
94
102
  # Check to see if the all the properties in the model are valid
95
103
  # @return true if the model is valid
96
104
  def valid?
105
+ return false if @count.nil?
106
+ return false if @results.nil?
97
107
  true
98
108
  end
99
109
 
@@ -88,12 +88,22 @@ module PulpGemClient
88
88
  # @return Array for valid properties with the reasons
89
89
  def list_invalid_properties
90
90
  invalid_properties = Array.new
91
+ if @count.nil?
92
+ invalid_properties.push('invalid value for "count", count cannot be nil.')
93
+ end
94
+
95
+ if @results.nil?
96
+ invalid_properties.push('invalid value for "results", results cannot be nil.')
97
+ end
98
+
91
99
  invalid_properties
92
100
  end
93
101
 
94
102
  # Check to see if the all the properties in the model are valid
95
103
  # @return true if the model is valid
96
104
  def valid?
105
+ return false if @count.nil?
106
+ return false if @results.nil?
97
107
  true
98
108
  end
99
109
 
@@ -20,6 +20,9 @@ module PulpGemClient
20
20
  # Timestamp of creation.
21
21
  attr_accessor :pulp_created
22
22
 
23
+ # 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.
24
+ attr_accessor :pulp_last_updated
25
+
23
26
  attr_accessor :number
24
27
 
25
28
  attr_accessor :repository
@@ -35,6 +38,7 @@ module PulpGemClient
35
38
  {
36
39
  :'pulp_href' => :'pulp_href',
37
40
  :'pulp_created' => :'pulp_created',
41
+ :'pulp_last_updated' => :'pulp_last_updated',
38
42
  :'number' => :'number',
39
43
  :'repository' => :'repository',
40
44
  :'base_version' => :'base_version',
@@ -47,6 +51,7 @@ module PulpGemClient
47
51
  {
48
52
  :'pulp_href' => :'String',
49
53
  :'pulp_created' => :'DateTime',
54
+ :'pulp_last_updated' => :'DateTime',
50
55
  :'number' => :'Integer',
51
56
  :'repository' => :'String',
52
57
  :'base_version' => :'String',
@@ -83,6 +88,10 @@ module PulpGemClient
83
88
  self.pulp_created = attributes[:'pulp_created']
84
89
  end
85
90
 
91
+ if attributes.key?(:'pulp_last_updated')
92
+ self.pulp_last_updated = attributes[:'pulp_last_updated']
93
+ end
94
+
86
95
  if attributes.key?(:'number')
87
96
  self.number = attributes[:'number']
88
97
  end
@@ -120,6 +129,7 @@ module PulpGemClient
120
129
  self.class == o.class &&
121
130
  pulp_href == o.pulp_href &&
122
131
  pulp_created == o.pulp_created &&
132
+ pulp_last_updated == o.pulp_last_updated &&
123
133
  number == o.number &&
124
134
  repository == o.repository &&
125
135
  base_version == o.base_version &&
@@ -135,7 +145,7 @@ module PulpGemClient
135
145
  # Calculates hash code according to all attributes.
136
146
  # @return [Integer] Hash code
137
147
  def hash
138
- [pulp_href, pulp_created, number, repository, base_version, content_summary].hash
148
+ [pulp_href, pulp_created, pulp_last_updated, number, repository, base_version, content_summary].hash
139
149
  end
140
150
 
141
151
  # Builds the object from hash
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpGemClient
14
- VERSION = '0.5.1'
14
+ VERSION = '0.6.0'
15
15
  end
@@ -44,6 +44,12 @@ describe 'GemGemContentResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
47
53
  describe 'test attribute "artifacts"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'GemGemDistributionResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
47
53
  describe 'test attribute "base_path"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'GemGemPublicationResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
47
53
  describe 'test attribute "repository_version"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'GemGemRemoteResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
47
53
  describe 'test attribute "name"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -86,12 +92,6 @@ describe 'GemGemRemoteResponse' do
86
92
  end
87
93
  end
88
94
 
89
- describe 'test attribute "pulp_last_updated"' do
90
- it 'should work' do
91
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
92
- end
93
- end
94
-
95
95
  describe 'test attribute "download_concurrency"' do
96
96
  it 'should work' do
97
97
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'GemGemRepositoryResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
47
53
  describe 'test attribute "versions_href"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'RepositoryVersionResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
47
53
  describe 'test attribute "number"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulp_gem_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.6.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: 2024-05-23 00:00:00.000000000 Z
11
+ date: 2024-06-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -236,47 +236,47 @@ signing_key:
236
236
  specification_version: 4
237
237
  summary: Pulp 3 API Ruby Gem
238
238
  test_files:
239
+ - spec/api/content_gem_api_spec.rb
239
240
  - spec/api/distributions_gem_api_spec.rb
240
- - spec/api/publications_gem_api_spec.rb
241
- - spec/api/repositories_gem_api_spec.rb
242
241
  - spec/api/remotes_gem_api_spec.rb
243
- - spec/api/content_gem_api_spec.rb
244
242
  - spec/api/repositories_gem_versions_api_spec.rb
243
+ - spec/api/repositories_gem_api_spec.rb
244
+ - spec/api/publications_gem_api_spec.rb
245
245
  - spec/api_client_spec.rb
246
246
  - spec/configuration_spec.rb
247
+ - spec/models/paginatedgem_gem_content_response_list_spec.rb
248
+ - spec/models/gem_gem_content_spec.rb
249
+ - spec/models/object_roles_response_spec.rb
247
250
  - spec/models/gem_gem_repository_response_spec.rb
248
- - spec/models/gem_gem_publication_spec.rb
251
+ - spec/models/unset_label_response_spec.rb
252
+ - spec/models/set_label_response_spec.rb
253
+ - spec/models/repository_sync_url_spec.rb
254
+ - spec/models/gem_gem_repository_spec.rb
255
+ - spec/models/patchedgem_gem_repository_spec.rb
256
+ - spec/models/my_permissions_response_spec.rb
257
+ - spec/models/gem_gem_remote_spec.rb
258
+ - spec/models/gem_gem_content_response_spec.rb
249
259
  - spec/models/content_summary_response_spec.rb
250
- - spec/models/patchedgem_gem_remote_spec.rb
260
+ - spec/models/gem_gem_distribution_response_spec.rb
261
+ - spec/models/repair_spec.rb
251
262
  - spec/models/repository_add_remove_content_spec.rb
252
- - spec/models/gem_gem_content_spec.rb
263
+ - spec/models/policy_enum_spec.rb
264
+ - spec/models/patchedgem_gem_distribution_spec.rb
265
+ - spec/models/gem_gem_remote_response_spec.rb
266
+ - spec/models/repository_version_response_spec.rb
253
267
  - spec/models/gem_gem_publication_response_spec.rb
268
+ - spec/models/async_operation_response_spec.rb
254
269
  - spec/models/paginated_repository_version_response_list_spec.rb
255
- - spec/models/patchedgem_gem_distribution_spec.rb
256
270
  - spec/models/nested_role_response_spec.rb
257
271
  - spec/models/set_label_spec.rb
258
- - spec/models/repair_spec.rb
259
- - spec/models/my_permissions_response_spec.rb
260
- - spec/models/gem_gem_distribution_spec.rb
261
- - spec/models/patchedgem_gem_repository_spec.rb
272
+ - spec/models/nested_role_spec.rb
262
273
  - spec/models/paginatedgem_gem_distribution_response_list_spec.rb
263
- - spec/models/policy_enum_spec.rb
274
+ - spec/models/patchedgem_gem_remote_spec.rb
275
+ - spec/models/paginatedgem_gem_repository_response_list_spec.rb
276
+ - spec/models/gem_gem_publication_spec.rb
264
277
  - spec/models/paginatedgem_gem_remote_response_list_spec.rb
265
- - spec/models/gem_gem_content_response_spec.rb
266
- - spec/models/repository_sync_url_spec.rb
267
- - spec/models/object_roles_response_spec.rb
268
- - spec/models/gem_gem_remote_spec.rb
269
- - spec/models/async_operation_response_spec.rb
270
- - spec/models/set_label_response_spec.rb
271
278
  - spec/models/unset_label_spec.rb
272
- - spec/models/gem_gem_distribution_response_spec.rb
273
- - spec/models/unset_label_response_spec.rb
274
- - spec/models/gem_gem_repository_spec.rb
275
- - spec/models/nested_role_spec.rb
276
- - spec/models/paginatedgem_gem_publication_response_list_spec.rb
277
- - spec/models/gem_gem_remote_response_spec.rb
278
279
  - spec/models/gem_gem_remote_response_hidden_fields_spec.rb
279
- - spec/models/paginatedgem_gem_repository_response_list_spec.rb
280
- - spec/models/paginatedgem_gem_content_response_list_spec.rb
281
- - spec/models/repository_version_response_spec.rb
280
+ - spec/models/paginatedgem_gem_publication_response_list_spec.rb
281
+ - spec/models/gem_gem_distribution_spec.rb
282
282
  - spec/spec_helper.rb