cloudsmith-api 0.52.92 → 0.52.121
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +4 -4
- data/build.json +1 -1
- data/docs/RepositoryToken.md +2 -0
- data/docs/RepositoryTokenRefresh.md +2 -0
- data/docs/RepositoryTokenSyncTokens.md +2 -0
- data/lib/cloudsmith-api/models/repository_token.rb +21 -1
- data/lib/cloudsmith-api/models/repository_token_refresh.rb +21 -1
- data/lib/cloudsmith-api/models/repository_token_sync_tokens.rb +21 -1
- data/lib/cloudsmith-api/version.rb +1 -1
- data/spec/models/repository_token_refresh_spec.rb +12 -0
- data/spec/models/repository_token_spec.rb +12 -0
- data/spec/models/repository_token_sync_tokens_spec.rb +12 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/autotest-fsevent-0.2.17/gem_make.out +1 -1
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.13.1/gem_make.out +2 -2
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.3.1/gem_make.out +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.13.1/ext/ffi_c/Makefile +3 -3
- data/vendor/bundle/ruby/2.6.0/specifications/sys-uname-1.2.1.gemspec +1 -1
- metadata +90 -90
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 55fcea9ddef9939cf76877cd5531ebed2d290c13e663fa350e1b5482083fc662
|
4
|
+
data.tar.gz: eca6150ecb558832f7b65ec89ac683d128dbcd49da1a6c5f975065f76d5a7844
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 628aa063fe3c9ba436f9c8ae43f300826c09ef1f7eef8da7101b8ba683aa0b6586dcc701e75d5a5f8b680b71df45cab895f70f02e143773d187cec354d02971e
|
7
|
+
data.tar.gz: 959b71a05e116be1595348431856b2677860fae77c3829890057738dd67458c9d918c46790cfc3e5a8a632f690574ae62fae2bd6c7e7a2dafd3bc0fd5bce0de0
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -7,7 +7,7 @@ The API to the Cloudsmith Service
|
|
7
7
|
This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
|
8
8
|
|
9
9
|
- API version: v1
|
10
|
-
- Package version: 0.52.
|
10
|
+
- Package version: 0.52.121
|
11
11
|
- Build package: io.swagger.codegen.languages.RubyClientCodegen
|
12
12
|
For more information, please visit [https://help.cloudsmith.io](https://help.cloudsmith.io)
|
13
13
|
|
@@ -24,15 +24,15 @@ gem build cloudsmith-api.gemspec
|
|
24
24
|
Then either install the gem locally:
|
25
25
|
|
26
26
|
```shell
|
27
|
-
gem install ./cloudsmith-api-0.52.
|
27
|
+
gem install ./cloudsmith-api-0.52.121.gem
|
28
28
|
```
|
29
|
-
(for development, run `gem install --dev ./cloudsmith-api-0.52.
|
29
|
+
(for development, run `gem install --dev ./cloudsmith-api-0.52.121.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 'cloudsmith-api', '~> 0.52.
|
35
|
+
gem 'cloudsmith-api', '~> 0.52.121'
|
36
36
|
|
37
37
|
### Install from Git
|
38
38
|
|
data/build.json
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
"gemName": "cloudsmith-api",
|
9
9
|
"gemRequiredRubyVersion": ">= 1.9",
|
10
10
|
"gemSummary": "Cloudsmith API",
|
11
|
-
"gemVersion": "0.52.
|
11
|
+
"gemVersion": "0.52.121",
|
12
12
|
"hideGenerationTimestamp": true,
|
13
13
|
"moduleName": "CloudsmithApi",
|
14
14
|
"sortParamsByRequiredFlag": true
|
data/docs/RepositoryToken.md
CHANGED
@@ -3,10 +3,12 @@
|
|
3
3
|
## Properties
|
4
4
|
Name | Type | Description | Notes
|
5
5
|
------------ | ------------- | ------------- | -------------
|
6
|
+
**clients** | **Integer** | | [optional]
|
6
7
|
**created_at** | **String** | The datetime the token was updated at. | [optional]
|
7
8
|
**created_by** | **String** | | [optional]
|
8
9
|
**created_by_url** | **String** | | [optional]
|
9
10
|
**default** | **BOOLEAN** | If selected this is the default token for this repository. | [optional]
|
11
|
+
**downloads** | **Integer** | | [optional]
|
10
12
|
**has_limits** | **BOOLEAN** | | [optional]
|
11
13
|
**identifier** | **Integer** | | [optional]
|
12
14
|
**is_active** | **BOOLEAN** | If enabled, the token will allow downloads based on configured restrictions (if any). | [optional]
|
@@ -3,10 +3,12 @@
|
|
3
3
|
## Properties
|
4
4
|
Name | Type | Description | Notes
|
5
5
|
------------ | ------------- | ------------- | -------------
|
6
|
+
**clients** | **Integer** | | [optional]
|
6
7
|
**created_at** | **String** | The datetime the token was updated at. | [optional]
|
7
8
|
**created_by** | **String** | | [optional]
|
8
9
|
**created_by_url** | **String** | | [optional]
|
9
10
|
**default** | **BOOLEAN** | If selected this is the default token for this repository. | [optional]
|
11
|
+
**downloads** | **Integer** | | [optional]
|
10
12
|
**has_limits** | **BOOLEAN** | | [optional]
|
11
13
|
**identifier** | **Integer** | | [optional]
|
12
14
|
**is_active** | **BOOLEAN** | If enabled, the token will allow downloads based on configured restrictions (if any). | [optional]
|
@@ -3,10 +3,12 @@
|
|
3
3
|
## Properties
|
4
4
|
Name | Type | Description | Notes
|
5
5
|
------------ | ------------- | ------------- | -------------
|
6
|
+
**clients** | **Integer** | | [optional]
|
6
7
|
**created_at** | **String** | The datetime the token was updated at. | [optional]
|
7
8
|
**created_by** | **String** | | [optional]
|
8
9
|
**created_by_url** | **String** | | [optional]
|
9
10
|
**default** | **BOOLEAN** | If selected this is the default token for this repository. | [optional]
|
11
|
+
**downloads** | **Integer** | | [optional]
|
10
12
|
**has_limits** | **BOOLEAN** | | [optional]
|
11
13
|
**identifier** | **Integer** | | [optional]
|
12
14
|
**is_active** | **BOOLEAN** | If enabled, the token will allow downloads based on configured restrictions (if any). | [optional]
|
@@ -15,6 +15,9 @@ require 'date'
|
|
15
15
|
module CloudsmithApi
|
16
16
|
|
17
17
|
class RepositoryToken
|
18
|
+
#
|
19
|
+
attr_accessor :clients
|
20
|
+
|
18
21
|
# The datetime the token was updated at.
|
19
22
|
attr_accessor :created_at
|
20
23
|
|
@@ -27,6 +30,9 @@ module CloudsmithApi
|
|
27
30
|
# If selected this is the default token for this repository.
|
28
31
|
attr_accessor :default
|
29
32
|
|
33
|
+
#
|
34
|
+
attr_accessor :downloads
|
35
|
+
|
30
36
|
#
|
31
37
|
attr_accessor :has_limits
|
32
38
|
|
@@ -97,10 +103,12 @@ module CloudsmithApi
|
|
97
103
|
# Attribute mapping from ruby-style variable name to JSON key.
|
98
104
|
def self.attribute_map
|
99
105
|
{
|
106
|
+
:'clients' => :'clients',
|
100
107
|
:'created_at' => :'created_at',
|
101
108
|
:'created_by' => :'created_by',
|
102
109
|
:'created_by_url' => :'created_by_url',
|
103
110
|
:'default' => :'default',
|
111
|
+
:'downloads' => :'downloads',
|
104
112
|
:'has_limits' => :'has_limits',
|
105
113
|
:'identifier' => :'identifier',
|
106
114
|
:'is_active' => :'is_active',
|
@@ -129,10 +137,12 @@ module CloudsmithApi
|
|
129
137
|
# Attribute type mapping.
|
130
138
|
def self.swagger_types
|
131
139
|
{
|
140
|
+
:'clients' => :'Integer',
|
132
141
|
:'created_at' => :'String',
|
133
142
|
:'created_by' => :'String',
|
134
143
|
:'created_by_url' => :'String',
|
135
144
|
:'default' => :'BOOLEAN',
|
145
|
+
:'downloads' => :'Integer',
|
136
146
|
:'has_limits' => :'BOOLEAN',
|
137
147
|
:'identifier' => :'Integer',
|
138
148
|
:'is_active' => :'BOOLEAN',
|
@@ -166,6 +176,10 @@ module CloudsmithApi
|
|
166
176
|
# convert string to symbol for hash key
|
167
177
|
attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
|
168
178
|
|
179
|
+
if attributes.has_key?(:'clients')
|
180
|
+
self.clients = attributes[:'clients']
|
181
|
+
end
|
182
|
+
|
169
183
|
if attributes.has_key?(:'created_at')
|
170
184
|
self.created_at = attributes[:'created_at']
|
171
185
|
end
|
@@ -182,6 +196,10 @@ module CloudsmithApi
|
|
182
196
|
self.default = attributes[:'default']
|
183
197
|
end
|
184
198
|
|
199
|
+
if attributes.has_key?(:'downloads')
|
200
|
+
self.downloads = attributes[:'downloads']
|
201
|
+
end
|
202
|
+
|
185
203
|
if attributes.has_key?(:'has_limits')
|
186
204
|
self.has_limits = attributes[:'has_limits']
|
187
205
|
end
|
@@ -295,10 +313,12 @@ module CloudsmithApi
|
|
295
313
|
def ==(o)
|
296
314
|
return true if self.equal?(o)
|
297
315
|
self.class == o.class &&
|
316
|
+
clients == o.clients &&
|
298
317
|
created_at == o.created_at &&
|
299
318
|
created_by == o.created_by &&
|
300
319
|
created_by_url == o.created_by_url &&
|
301
320
|
default == o.default &&
|
321
|
+
downloads == o.downloads &&
|
302
322
|
has_limits == o.has_limits &&
|
303
323
|
identifier == o.identifier &&
|
304
324
|
is_active == o.is_active &&
|
@@ -332,7 +352,7 @@ module CloudsmithApi
|
|
332
352
|
# Calculates hash code according to all attributes.
|
333
353
|
# @return [Fixnum] Hash code
|
334
354
|
def hash
|
335
|
-
[created_at, created_by, created_by_url, default, has_limits, identifier, is_active, is_limited, limit_date_range_from, limit_date_range_to, limit_num_clients, limit_num_downloads, limit_package_query, limit_path_query, metadata, name, refresh_url, self_url, slug_perm, token, updated_at, updated_by, updated_by_url, usage, user, user_url].hash
|
355
|
+
[clients, created_at, created_by, created_by_url, default, downloads, has_limits, identifier, is_active, is_limited, limit_date_range_from, limit_date_range_to, limit_num_clients, limit_num_downloads, limit_package_query, limit_path_query, metadata, name, refresh_url, self_url, slug_perm, token, updated_at, updated_by, updated_by_url, usage, user, user_url].hash
|
336
356
|
end
|
337
357
|
|
338
358
|
# Builds the object from hash
|
@@ -15,6 +15,9 @@ require 'date'
|
|
15
15
|
module CloudsmithApi
|
16
16
|
|
17
17
|
class RepositoryTokenRefresh
|
18
|
+
#
|
19
|
+
attr_accessor :clients
|
20
|
+
|
18
21
|
# The datetime the token was updated at.
|
19
22
|
attr_accessor :created_at
|
20
23
|
|
@@ -27,6 +30,9 @@ module CloudsmithApi
|
|
27
30
|
# If selected this is the default token for this repository.
|
28
31
|
attr_accessor :default
|
29
32
|
|
33
|
+
#
|
34
|
+
attr_accessor :downloads
|
35
|
+
|
30
36
|
#
|
31
37
|
attr_accessor :has_limits
|
32
38
|
|
@@ -97,10 +103,12 @@ module CloudsmithApi
|
|
97
103
|
# Attribute mapping from ruby-style variable name to JSON key.
|
98
104
|
def self.attribute_map
|
99
105
|
{
|
106
|
+
:'clients' => :'clients',
|
100
107
|
:'created_at' => :'created_at',
|
101
108
|
:'created_by' => :'created_by',
|
102
109
|
:'created_by_url' => :'created_by_url',
|
103
110
|
:'default' => :'default',
|
111
|
+
:'downloads' => :'downloads',
|
104
112
|
:'has_limits' => :'has_limits',
|
105
113
|
:'identifier' => :'identifier',
|
106
114
|
:'is_active' => :'is_active',
|
@@ -129,10 +137,12 @@ module CloudsmithApi
|
|
129
137
|
# Attribute type mapping.
|
130
138
|
def self.swagger_types
|
131
139
|
{
|
140
|
+
:'clients' => :'Integer',
|
132
141
|
:'created_at' => :'String',
|
133
142
|
:'created_by' => :'String',
|
134
143
|
:'created_by_url' => :'String',
|
135
144
|
:'default' => :'BOOLEAN',
|
145
|
+
:'downloads' => :'Integer',
|
136
146
|
:'has_limits' => :'BOOLEAN',
|
137
147
|
:'identifier' => :'Integer',
|
138
148
|
:'is_active' => :'BOOLEAN',
|
@@ -166,6 +176,10 @@ module CloudsmithApi
|
|
166
176
|
# convert string to symbol for hash key
|
167
177
|
attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
|
168
178
|
|
179
|
+
if attributes.has_key?(:'clients')
|
180
|
+
self.clients = attributes[:'clients']
|
181
|
+
end
|
182
|
+
|
169
183
|
if attributes.has_key?(:'created_at')
|
170
184
|
self.created_at = attributes[:'created_at']
|
171
185
|
end
|
@@ -182,6 +196,10 @@ module CloudsmithApi
|
|
182
196
|
self.default = attributes[:'default']
|
183
197
|
end
|
184
198
|
|
199
|
+
if attributes.has_key?(:'downloads')
|
200
|
+
self.downloads = attributes[:'downloads']
|
201
|
+
end
|
202
|
+
|
185
203
|
if attributes.has_key?(:'has_limits')
|
186
204
|
self.has_limits = attributes[:'has_limits']
|
187
205
|
end
|
@@ -290,10 +308,12 @@ module CloudsmithApi
|
|
290
308
|
def ==(o)
|
291
309
|
return true if self.equal?(o)
|
292
310
|
self.class == o.class &&
|
311
|
+
clients == o.clients &&
|
293
312
|
created_at == o.created_at &&
|
294
313
|
created_by == o.created_by &&
|
295
314
|
created_by_url == o.created_by_url &&
|
296
315
|
default == o.default &&
|
316
|
+
downloads == o.downloads &&
|
297
317
|
has_limits == o.has_limits &&
|
298
318
|
identifier == o.identifier &&
|
299
319
|
is_active == o.is_active &&
|
@@ -327,7 +347,7 @@ module CloudsmithApi
|
|
327
347
|
# Calculates hash code according to all attributes.
|
328
348
|
# @return [Fixnum] Hash code
|
329
349
|
def hash
|
330
|
-
[created_at, created_by, created_by_url, default, has_limits, identifier, is_active, is_limited, limit_date_range_from, limit_date_range_to, limit_num_clients, limit_num_downloads, limit_package_query, limit_path_query, metadata, name, refresh_url, self_url, slug_perm, token, updated_at, updated_by, updated_by_url, usage, user, user_url].hash
|
350
|
+
[clients, created_at, created_by, created_by_url, default, downloads, has_limits, identifier, is_active, is_limited, limit_date_range_from, limit_date_range_to, limit_num_clients, limit_num_downloads, limit_package_query, limit_path_query, metadata, name, refresh_url, self_url, slug_perm, token, updated_at, updated_by, updated_by_url, usage, user, user_url].hash
|
331
351
|
end
|
332
352
|
|
333
353
|
# Builds the object from hash
|
@@ -15,6 +15,9 @@ require 'date'
|
|
15
15
|
module CloudsmithApi
|
16
16
|
|
17
17
|
class RepositoryTokenSyncTokens
|
18
|
+
#
|
19
|
+
attr_accessor :clients
|
20
|
+
|
18
21
|
# The datetime the token was updated at.
|
19
22
|
attr_accessor :created_at
|
20
23
|
|
@@ -27,6 +30,9 @@ module CloudsmithApi
|
|
27
30
|
# If selected this is the default token for this repository.
|
28
31
|
attr_accessor :default
|
29
32
|
|
33
|
+
#
|
34
|
+
attr_accessor :downloads
|
35
|
+
|
30
36
|
#
|
31
37
|
attr_accessor :has_limits
|
32
38
|
|
@@ -97,10 +103,12 @@ module CloudsmithApi
|
|
97
103
|
# Attribute mapping from ruby-style variable name to JSON key.
|
98
104
|
def self.attribute_map
|
99
105
|
{
|
106
|
+
:'clients' => :'clients',
|
100
107
|
:'created_at' => :'created_at',
|
101
108
|
:'created_by' => :'created_by',
|
102
109
|
:'created_by_url' => :'created_by_url',
|
103
110
|
:'default' => :'default',
|
111
|
+
:'downloads' => :'downloads',
|
104
112
|
:'has_limits' => :'has_limits',
|
105
113
|
:'identifier' => :'identifier',
|
106
114
|
:'is_active' => :'is_active',
|
@@ -129,10 +137,12 @@ module CloudsmithApi
|
|
129
137
|
# Attribute type mapping.
|
130
138
|
def self.swagger_types
|
131
139
|
{
|
140
|
+
:'clients' => :'Integer',
|
132
141
|
:'created_at' => :'String',
|
133
142
|
:'created_by' => :'String',
|
134
143
|
:'created_by_url' => :'String',
|
135
144
|
:'default' => :'BOOLEAN',
|
145
|
+
:'downloads' => :'Integer',
|
136
146
|
:'has_limits' => :'BOOLEAN',
|
137
147
|
:'identifier' => :'Integer',
|
138
148
|
:'is_active' => :'BOOLEAN',
|
@@ -166,6 +176,10 @@ module CloudsmithApi
|
|
166
176
|
# convert string to symbol for hash key
|
167
177
|
attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
|
168
178
|
|
179
|
+
if attributes.has_key?(:'clients')
|
180
|
+
self.clients = attributes[:'clients']
|
181
|
+
end
|
182
|
+
|
169
183
|
if attributes.has_key?(:'created_at')
|
170
184
|
self.created_at = attributes[:'created_at']
|
171
185
|
end
|
@@ -182,6 +196,10 @@ module CloudsmithApi
|
|
182
196
|
self.default = attributes[:'default']
|
183
197
|
end
|
184
198
|
|
199
|
+
if attributes.has_key?(:'downloads')
|
200
|
+
self.downloads = attributes[:'downloads']
|
201
|
+
end
|
202
|
+
|
185
203
|
if attributes.has_key?(:'has_limits')
|
186
204
|
self.has_limits = attributes[:'has_limits']
|
187
205
|
end
|
@@ -290,10 +308,12 @@ module CloudsmithApi
|
|
290
308
|
def ==(o)
|
291
309
|
return true if self.equal?(o)
|
292
310
|
self.class == o.class &&
|
311
|
+
clients == o.clients &&
|
293
312
|
created_at == o.created_at &&
|
294
313
|
created_by == o.created_by &&
|
295
314
|
created_by_url == o.created_by_url &&
|
296
315
|
default == o.default &&
|
316
|
+
downloads == o.downloads &&
|
297
317
|
has_limits == o.has_limits &&
|
298
318
|
identifier == o.identifier &&
|
299
319
|
is_active == o.is_active &&
|
@@ -327,7 +347,7 @@ module CloudsmithApi
|
|
327
347
|
# Calculates hash code according to all attributes.
|
328
348
|
# @return [Fixnum] Hash code
|
329
349
|
def hash
|
330
|
-
[created_at, created_by, created_by_url, default, has_limits, identifier, is_active, is_limited, limit_date_range_from, limit_date_range_to, limit_num_clients, limit_num_downloads, limit_package_query, limit_path_query, metadata, name, refresh_url, self_url, slug_perm, token, updated_at, updated_by, updated_by_url, usage, user, user_url].hash
|
350
|
+
[clients, created_at, created_by, created_by_url, default, downloads, has_limits, identifier, is_active, is_limited, limit_date_range_from, limit_date_range_to, limit_num_clients, limit_num_downloads, limit_package_query, limit_path_query, metadata, name, refresh_url, self_url, slug_perm, token, updated_at, updated_by, updated_by_url, usage, user, user_url].hash
|
331
351
|
end
|
332
352
|
|
333
353
|
# Builds the object from hash
|
@@ -32,6 +32,12 @@ describe 'RepositoryTokenRefresh' do
|
|
32
32
|
expect(@instance).to be_instance_of(CloudsmithApi::RepositoryTokenRefresh)
|
33
33
|
end
|
34
34
|
end
|
35
|
+
describe 'test attribute "clients"' do
|
36
|
+
it 'should work' do
|
37
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
38
|
+
end
|
39
|
+
end
|
40
|
+
|
35
41
|
describe 'test attribute "created_at"' do
|
36
42
|
it 'should work' do
|
37
43
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -56,6 +62,12 @@ describe 'RepositoryTokenRefresh' do
|
|
56
62
|
end
|
57
63
|
end
|
58
64
|
|
65
|
+
describe 'test attribute "downloads"' do
|
66
|
+
it 'should work' do
|
67
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
68
|
+
end
|
69
|
+
end
|
70
|
+
|
59
71
|
describe 'test attribute "has_limits"' do
|
60
72
|
it 'should work' do
|
61
73
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -32,6 +32,12 @@ describe 'RepositoryToken' do
|
|
32
32
|
expect(@instance).to be_instance_of(CloudsmithApi::RepositoryToken)
|
33
33
|
end
|
34
34
|
end
|
35
|
+
describe 'test attribute "clients"' do
|
36
|
+
it 'should work' do
|
37
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
38
|
+
end
|
39
|
+
end
|
40
|
+
|
35
41
|
describe 'test attribute "created_at"' do
|
36
42
|
it 'should work' do
|
37
43
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -56,6 +62,12 @@ describe 'RepositoryToken' do
|
|
56
62
|
end
|
57
63
|
end
|
58
64
|
|
65
|
+
describe 'test attribute "downloads"' do
|
66
|
+
it 'should work' do
|
67
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
68
|
+
end
|
69
|
+
end
|
70
|
+
|
59
71
|
describe 'test attribute "has_limits"' do
|
60
72
|
it 'should work' do
|
61
73
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -32,6 +32,12 @@ describe 'RepositoryTokenSyncTokens' do
|
|
32
32
|
expect(@instance).to be_instance_of(CloudsmithApi::RepositoryTokenSyncTokens)
|
33
33
|
end
|
34
34
|
end
|
35
|
+
describe 'test attribute "clients"' do
|
36
|
+
it 'should work' do
|
37
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
38
|
+
end
|
39
|
+
end
|
40
|
+
|
35
41
|
describe 'test attribute "created_at"' do
|
36
42
|
it 'should work' do
|
37
43
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -56,6 +62,12 @@ describe 'RepositoryTokenSyncTokens' do
|
|
56
62
|
end
|
57
63
|
end
|
58
64
|
|
65
|
+
describe 'test attribute "downloads"' do
|
66
|
+
it 'should work' do
|
67
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
68
|
+
end
|
69
|
+
end
|
70
|
+
|
59
71
|
describe 'test attribute "has_limits"' do
|
60
72
|
it 'should work' do
|
61
73
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/autotest-fsevent-0.2.17/gem_make.out
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
current directory: /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.2.17/ext/fsevent
|
2
|
-
/usr/local/bin/ruby -I /usr/local/lib/ruby/2.6.0 -r ./
|
2
|
+
/usr/local/bin/ruby -I /usr/local/lib/ruby/2.6.0 -r ./siteconf20200908-894-1rw6t77.rb extconf.rb
|
3
3
|
|
4
4
|
current directory: /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.2.17/ext/fsevent
|
5
5
|
make "DESTDIR=" clean
|
@@ -1,5 +1,5 @@
|
|
1
1
|
current directory: /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/ffi-1.13.1/ext/ffi_c
|
2
|
-
/usr/local/bin/ruby -I /usr/local/lib/ruby/2.6.0 -r ./
|
2
|
+
/usr/local/bin/ruby -I /usr/local/lib/ruby/2.6.0 -r ./siteconf20200908-894-stzvv1.rb extconf.rb
|
3
3
|
checking for ffi_prep_closure_loc() in -lffi... yes
|
4
4
|
checking for ffi_prep_cif_var()... yes
|
5
5
|
checking for ffi_raw_call()... yes
|
@@ -39,4 +39,4 @@ linking shared-object ffi_c.so
|
|
39
39
|
|
40
40
|
current directory: /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/ffi-1.13.1/ext/ffi_c
|
41
41
|
make "DESTDIR=" install
|
42
|
-
/usr/bin/install -c -m 0755 ffi_c.so ./.gem.
|
42
|
+
/usr/bin/install -c -m 0755 ffi_c.so ./.gem.20200908-894-1tnv7bz
|
@@ -1,5 +1,5 @@
|
|
1
1
|
current directory: /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/json-2.3.1/ext/json
|
2
|
-
/usr/local/bin/ruby -I /usr/local/lib/ruby/2.6.0 -r ./
|
2
|
+
/usr/local/bin/ruby -I /usr/local/lib/ruby/2.6.0 -r ./siteconf20200908-894-s2exeq.rb extconf.rb
|
3
3
|
creating Makefile
|
4
4
|
|
5
5
|
current directory: /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/json-2.3.1/ext/json
|
@@ -31,8 +31,8 @@ rubyhdrdir = $(includedir)/$(RUBY_VERSION_NAME)
|
|
31
31
|
vendorarchdir = $(vendorlibdir)/$(sitearch)
|
32
32
|
vendorlibdir = $(vendordir)/$(ruby_version)
|
33
33
|
vendordir = $(rubylibprefix)/vendor_ruby
|
34
|
-
sitearchdir = $(DESTDIR)./.gem.
|
35
|
-
sitelibdir = $(DESTDIR)./.gem.
|
34
|
+
sitearchdir = $(DESTDIR)./.gem.20200908-894-1tnv7bz
|
35
|
+
sitelibdir = $(DESTDIR)./.gem.20200908-894-1tnv7bz
|
36
36
|
sitedir = $(rubylibprefix)/site_ruby
|
37
37
|
rubyarchdir = $(rubylibdir)/$(arch)
|
38
38
|
rubylibdir = $(rubylibprefix)/$(ruby_version)
|
@@ -141,7 +141,7 @@ LIBS = $(LIBRUBYARG_SHARED) -lffi -lffi -lm -lc
|
|
141
141
|
ORIG_SRCS = AbstractMemory.c ArrayType.c Buffer.c Call.c ClosurePool.c DynamicLibrary.c Function.c FunctionInfo.c LastError.c LongDouble.c MappedType.c MemoryPointer.c MethodHandle.c Platform.c Pointer.c Struct.c StructByValue.c StructLayout.c Thread.c Type.c Types.c Variadic.c ffi.c
|
142
142
|
SRCS = $(ORIG_SRCS)
|
143
143
|
OBJS = AbstractMemory.o ArrayType.o Buffer.o Call.o ClosurePool.o DynamicLibrary.o Function.o FunctionInfo.o LastError.o LongDouble.o MappedType.o MemoryPointer.o MethodHandle.o Platform.o Pointer.o Struct.o StructByValue.o StructLayout.o Thread.o Type.o Types.o Variadic.o ffi.o
|
144
|
-
HDRS = $(srcdir)/
|
144
|
+
HDRS = $(srcdir)/Call.h $(srcdir)/LastError.h $(srcdir)/Types.h $(srcdir)/MappedType.h $(srcdir)/rbffi.h $(srcdir)/ArrayType.h $(srcdir)/Struct.h $(srcdir)/AbstractMemory.h $(srcdir)/Pointer.h $(srcdir)/Platform.h $(srcdir)/Type.h $(srcdir)/extconf.h $(srcdir)/ClosurePool.h $(srcdir)/MemoryPointer.h $(srcdir)/rbffi_endian.h $(srcdir)/Thread.h $(srcdir)/StructByValue.h $(srcdir)/Function.h $(srcdir)/LongDouble.h $(srcdir)/compat.h $(srcdir)/DynamicLibrary.h $(srcdir)/MethodHandle.h
|
145
145
|
LOCAL_HDRS =
|
146
146
|
TARGET = ffi_c
|
147
147
|
TARGET_NAME = ffi_c
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
|
|
10
10
|
s.require_paths = ["lib".freeze]
|
11
11
|
s.authors = ["Daniel J. Berger".freeze]
|
12
12
|
s.cert_chain = ["-----BEGIN CERTIFICATE-----\nMIIEcDCCAtigAwIBAgIBATANBgkqhkiG9w0BAQsFADA/MREwDwYDVQQDDAhkamJl\ncmc5NjEVMBMGCgmSJomT8ixkARkWBWdtYWlsMRMwEQYKCZImiZPyLGQBGRYDY29t\nMB4XDTE4MDMxODE1MjIwN1oXDTI4MDMxNTE1MjIwN1owPzERMA8GA1UEAwwIZGpi\nZXJnOTYxFTATBgoJkiaJk/IsZAEZFgVnbWFpbDETMBEGCgmSJomT8ixkARkWA2Nv\nbTCCAaIwDQYJKoZIhvcNAQEBBQADggGPADCCAYoCggGBALgfaroVM6CI06cxr0/h\nA+j+pc8fgpRgBVmHFaFunq28GPC3IvW7Nvc3Y8SnAW7pP1EQIbhlwRIaQzJ93/yj\nu95KpkP7tA9erypnV7dpzBkzNlX14ACaFD/6pHoXoe2ltBxk3CCyyzx70mTqJpph\n75IB03ni9a8yqn8pmse+s83bFJOAqddSj009sGPcQO+QOWiNxqYv1n5EHcvj2ebO\n6hN7YTmhx7aSia4qL/quc4DlIaGMWoAhvML7u1fmo53CYxkKskfN8MOecq2vfEmL\niLu+SsVVEAufMDDFMXMJlvDsviolUSGMSNRTujkyCcJoXKYYxZSNtIiyd9etI0X3\nctu0uhrFyrMZXCedutvXNjUolD5r9KGBFSWH1R9u2I3n3SAyFF2yzv/7idQHLJJq\n74BMnx0FIq6fCpu5slAipvxZ3ZkZpEXZFr3cIBtO1gFvQWW7E/Y3ijliWJS1GQFq\n058qERadHGu1yu1dojmFRo6W2KZvY9al2yIlbkpDrD5MYQIDAQABo3cwdTAJBgNV\nHRMEAjAAMAsGA1UdDwQEAwIEsDAdBgNVHQ4EFgQUFZsMapgzJimzsbaBG2Tm8j5e\nAzgwHQYDVR0RBBYwFIESZGpiZXJnOTZAZ21haWwuY29tMB0GA1UdEgQWMBSBEmRq\nYmVyZzk2QGdtYWlsLmNvbTANBgkqhkiG9w0BAQsFAAOCAYEAW2tnYixXQtKxgGXq\n/3iSWG2bLwvxS4go3srO+aRXZHrFUMlJ5W0mCxl03aazxxKTsVVpZD8QZxvK91OQ\nh9zr9JBYqCLcCVbr8SkmYCi/laxIZxsNE5YI8cC8vvlLI7AMgSfPSnn/Epq1GjGY\n6L1iRcEDtanGCIvjqlCXO9+BmsnCfEVehqZkQHeYczA03tpOWb6pon2wzvMKSsKH\nks0ApVdstSLz1kzzAqem/uHdG9FyXdbTAwH1G4ZPv69sQAFAOCgAqYmdnzedsQtE\n1LQfaQrx0twO+CZJPcRLEESjq8ScQxWRRkfuh2VeR7cEU7L7KqT10mtUwrvw7APf\nDYoeCY9KyjIBjQXfbj2ke5u1hZj94Fsq9FfbEQg8ygCgwThnmkTrrKEiMSs3alYR\nORVCZpRuCPpmC8qmqxUnARDArzucjaclkxjLWvCVHeFa9UP7K3Nl9oTjJNv+7/jM\nWZs4eecIcUc4tKdHxcAJ0MO/Dkqq7hGaiHpwKY76wQ1+8xAh\n-----END CERTIFICATE-----\n".freeze]
|
13
|
-
s.date = "2020-09-
|
13
|
+
s.date = "2020-09-08"
|
14
14
|
s.description = " The sys-uname library provides an interface for gathering information\n about your current platform. The library is named after the Unix 'uname'\n command but also works on MS Windows. Available information includes\n OS name, OS version, system name and so on. Additional information is\n available for certain platforms.\n".freeze
|
15
15
|
s.email = "djberg96@gmail.com".freeze
|
16
16
|
s.extra_rdoc_files = ["CHANGES.rdoc".freeze, "MANIFEST.rdoc".freeze, "README.rdoc".freeze]
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cloudsmith-api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.52.
|
4
|
+
version: 0.52.121
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Cloudsmith Ltd
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-09-
|
11
|
+
date: 2020-09-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
@@ -2441,117 +2441,117 @@ signing_key:
|
|
2441
2441
|
specification_version: 4
|
2442
2442
|
summary: Cloudsmith API
|
2443
2443
|
test_files:
|
2444
|
-
- spec/api/
|
2444
|
+
- spec/api/metrics_api_spec.rb
|
2445
|
+
- spec/api/formats_api_spec.rb
|
2445
2446
|
- spec/api/status_api_spec.rb
|
2446
|
-
- spec/api/distros_api_spec.rb
|
2447
|
-
- spec/api/user_api_spec.rb
|
2448
|
-
- spec/api/webhooks_api_spec.rb
|
2449
2447
|
- spec/api/users_api_spec.rb
|
2450
|
-
- spec/api/badges_api_spec.rb
|
2451
|
-
- spec/api/repos_api_spec.rb
|
2452
2448
|
- spec/api/rates_api_spec.rb
|
2453
|
-
- spec/api/packages_api_spec.rb
|
2454
2449
|
- spec/api/files_api_spec.rb
|
2455
|
-
- spec/api/formats_api_spec.rb
|
2456
|
-
- spec/api/metrics_api_spec.rb
|
2457
|
-
- spec/api/orgs_api_spec.rb
|
2458
2450
|
- spec/api/namespaces_api_spec.rb
|
2459
2451
|
- spec/api/storageregions_api_spec.rb
|
2452
|
+
- spec/api/webhooks_api_spec.rb
|
2453
|
+
- spec/api/distros_api_spec.rb
|
2454
|
+
- spec/api/packages_api_spec.rb
|
2455
|
+
- spec/api/entitlements_api_spec.rb
|
2456
|
+
- spec/api/user_api_spec.rb
|
2457
|
+
- spec/api/badges_api_spec.rb
|
2458
|
+
- spec/api/orgs_api_spec.rb
|
2459
|
+
- spec/api/repos_api_spec.rb
|
2460
2460
|
- spec/api_client_spec.rb
|
2461
2461
|
- spec/configuration_spec.rb
|
2462
|
-
- spec/models/
|
2463
|
-
- spec/models/
|
2464
|
-
- spec/models/
|
2465
|
-
- spec/models/
|
2466
|
-
- spec/models/packages_upload_maven_spec.rb
|
2467
|
-
- spec/models/alpine_package_upload_spec.rb
|
2468
|
-
- spec/models/repository_webhook_spec.rb
|
2469
|
-
- spec/models/packages_validateupload_helm_spec.rb
|
2462
|
+
- spec/models/packages_upload_ruby_spec.rb
|
2463
|
+
- spec/models/packages_validateupload_rpm_spec.rb
|
2464
|
+
- spec/models/packages_validateupload_python_spec.rb
|
2465
|
+
- spec/models/format_spec.rb
|
2470
2466
|
- spec/models/resources_rate_check_spec.rb
|
2471
|
-
- spec/models/user_token_create_spec.rb
|
2472
|
-
- spec/models/packages_copy_spec.rb
|
2473
|
-
- spec/models/packages_upload_helm_spec.rb
|
2474
|
-
- spec/models/packages_upload_nuget_spec.rb
|
2475
|
-
- spec/models/status_spec.rb
|
2476
2467
|
- spec/models/packages_validateupload_conan_spec.rb
|
2477
|
-
- spec/models/
|
2478
|
-
- spec/models/
|
2479
|
-
- spec/models/
|
2480
|
-
- spec/models/
|
2481
|
-
- spec/models/
|
2468
|
+
- spec/models/packages_validateupload_alpine_spec.rb
|
2469
|
+
- spec/models/metricsownerrepopackagesusage_active_packages_spec.rb
|
2470
|
+
- spec/models/alpine_package_upload_spec.rb
|
2471
|
+
- spec/models/packages_upload_luarocks_spec.rb
|
2472
|
+
- spec/models/conan_package_upload_spec.rb
|
2473
|
+
- spec/models/webhooks_partial_update_spec.rb
|
2474
|
+
- spec/models/packages_validateupload_ruby_spec.rb
|
2475
|
+
- spec/models/status_spec.rb
|
2476
|
+
- spec/models/repos_create_spec.rb
|
2477
|
+
- spec/models/packages_move_spec.rb
|
2482
2478
|
- spec/models/webhooks_create_spec.rb
|
2483
|
-
- spec/models/
|
2479
|
+
- spec/models/packages_validateupload_raw_spec.rb
|
2480
|
+
- spec/models/packages_upload_helm_spec.rb
|
2481
|
+
- spec/models/distros_versions_spec.rb
|
2484
2482
|
- spec/models/packages_upload_alpine_spec.rb
|
2485
|
-
- spec/models/packages_upload_python_spec.rb
|
2486
|
-
- spec/models/entitlement_token_metric_spec.rb
|
2487
|
-
- spec/models/packages_validateupload_cargo_spec.rb
|
2488
|
-
- spec/models/package_file_parts_upload_spec.rb
|
2489
|
-
- spec/models/entitlements_partial_update_spec.rb
|
2490
|
-
- spec/models/raw_package_upload_spec.rb
|
2491
|
-
- spec/models/formats_distributions_spec.rb
|
2492
|
-
- spec/models/packages_validateupload_ruby_spec.rb
|
2493
|
-
- spec/models/packages_validateupload_deb_spec.rb
|
2494
|
-
- spec/models/files_validate_spec.rb
|
2495
|
-
- spec/models/packages_upload_go_spec.rb
|
2496
|
-
- spec/models/packages_validateupload_rpm_spec.rb
|
2497
2483
|
- spec/models/user_profile_spec.rb
|
2498
|
-
- spec/models/
|
2484
|
+
- spec/models/package_copy_spec.rb
|
2485
|
+
- spec/models/packages_upload_cargo_spec.rb
|
2486
|
+
- spec/models/package_move_spec.rb
|
2487
|
+
- spec/models/packages_validateupload_composer_spec.rb
|
2488
|
+
- spec/models/packages_upload_cran_spec.rb
|
2499
2489
|
- spec/models/maven_package_upload_spec.rb
|
2500
|
-
- spec/models/
|
2501
|
-
- spec/models/
|
2502
|
-
- spec/models/
|
2490
|
+
- spec/models/packages_validateupload_helm_spec.rb
|
2491
|
+
- spec/models/repository_token_refresh_spec.rb
|
2492
|
+
- spec/models/packages_validateupload_docker_spec.rb
|
2493
|
+
- spec/models/vagrant_package_upload_spec.rb
|
2494
|
+
- spec/models/package_spec.rb
|
2495
|
+
- spec/models/raw_package_upload_spec.rb
|
2503
2496
|
- spec/models/packages_validateupload_dart_spec.rb
|
2504
|
-
- spec/models/
|
2505
|
-
- spec/models/
|
2506
|
-
- spec/models/
|
2507
|
-
- spec/models/package_file_upload_spec.rb
|
2508
|
-
- spec/models/packages_upload_cran_spec.rb
|
2497
|
+
- spec/models/packages_validateupload_maven_spec.rb
|
2498
|
+
- spec/models/files_abort_spec.rb
|
2499
|
+
- spec/models/distribution_spec.rb
|
2509
2500
|
- spec/models/packages_upload_npm_spec.rb
|
2510
|
-
- spec/models/
|
2511
|
-
- spec/models/
|
2512
|
-
- spec/models/
|
2513
|
-
- spec/models/packages_validateupload_composer_spec.rb
|
2514
|
-
- spec/models/package_usage_metric_spec.rb
|
2515
|
-
- spec/models/packages_upload_luarocks_spec.rb
|
2516
|
-
- spec/models/repository_token_spec.rb
|
2517
|
-
- spec/models/packages_validateupload_cocoapods_spec.rb
|
2518
|
-
- spec/models/repos_create_spec.rb
|
2519
|
-
- spec/models/distros_versions_spec.rb
|
2501
|
+
- spec/models/repository_webhook_spec.rb
|
2502
|
+
- spec/models/user_auth_token_spec.rb
|
2503
|
+
- spec/models/packages_upload_maven_spec.rb
|
2520
2504
|
- spec/models/packages_upload_dart_spec.rb
|
2521
|
-
- spec/models/
|
2522
|
-
- spec/models/
|
2523
|
-
- spec/models/packages_upload_raw_spec.rb
|
2524
|
-
- spec/models/packages_upload_cargo_spec.rb
|
2525
|
-
- spec/models/webhooks_partial_update_spec.rb
|
2526
|
-
- spec/models/user_brief_spec.rb
|
2505
|
+
- spec/models/formats_distributions_spec.rb
|
2506
|
+
- spec/models/packagesownerrepo_files_spec.rb
|
2527
2507
|
- spec/models/packages_upload_docker_spec.rb
|
2508
|
+
- spec/models/user_token_create_spec.rb
|
2509
|
+
- spec/models/storage_region_spec.rb
|
2528
2510
|
- spec/models/packages_tag_spec.rb
|
2529
|
-
- spec/models/
|
2530
|
-
- spec/models/
|
2531
|
-
- spec/models/
|
2532
|
-
- spec/models/
|
2533
|
-
- spec/models/vagrant_package_upload_spec.rb
|
2534
|
-
- spec/models/package_move_spec.rb
|
2535
|
-
- spec/models/packages_move_spec.rb
|
2536
|
-
- spec/models/format_spec.rb
|
2511
|
+
- spec/models/packages_copy_spec.rb
|
2512
|
+
- spec/models/packages_validateupload_npm_spec.rb
|
2513
|
+
- spec/models/repository_token_spec.rb
|
2514
|
+
- spec/models/packages_upload_terraform_spec.rb
|
2537
2515
|
- spec/models/packagesownerrepo_architectures_spec.rb
|
2538
|
-
- spec/models/
|
2516
|
+
- spec/models/packages_upload_go_spec.rb
|
2517
|
+
- spec/models/packages_upload_conan_spec.rb
|
2518
|
+
- spec/models/files_complete_spec.rb
|
2519
|
+
- spec/models/package_status_spec.rb
|
2539
2520
|
- spec/models/repos_gpg_keys_spec.rb
|
2540
|
-
- spec/models/
|
2541
|
-
- spec/models/packages_upload_ruby_spec.rb
|
2521
|
+
- spec/models/packages_validateupload_terraform_spec.rb
|
2542
2522
|
- spec/models/entitlements_sync_spec.rb
|
2523
|
+
- spec/models/packages_validateupload_vagrant_spec.rb
|
2524
|
+
- spec/models/packages_upload_rpm_spec.rb
|
2525
|
+
- spec/models/packages_upload_raw_spec.rb
|
2526
|
+
- spec/models/repository_token_sync_spec.rb
|
2527
|
+
- spec/models/files_validate_spec.rb
|
2528
|
+
- spec/models/packages_upload_python_spec.rb
|
2529
|
+
- spec/models/repository_token_sync_tokens_spec.rb
|
2530
|
+
- spec/models/namespace_spec.rb
|
2531
|
+
- spec/models/packages_validateupload_cargo_spec.rb
|
2532
|
+
- spec/models/packages_upload_composer_spec.rb
|
2533
|
+
- spec/models/files_create_spec.rb
|
2543
2534
|
- spec/models/status_basic_spec.rb
|
2544
|
-
- spec/models/
|
2545
|
-
- spec/models/
|
2546
|
-
- spec/models/
|
2547
|
-
- spec/models/
|
2548
|
-
- spec/models/
|
2535
|
+
- spec/models/packages_validateupload_cran_spec.rb
|
2536
|
+
- spec/models/packages_validateupload_deb_spec.rb
|
2537
|
+
- spec/models/repository_spec.rb
|
2538
|
+
- spec/models/packages_upload_deb_spec.rb
|
2539
|
+
- spec/models/package_file_parts_upload_spec.rb
|
2540
|
+
- spec/models/entitlement_token_metric_spec.rb
|
2541
|
+
- spec/models/entitlements_refresh_spec.rb
|
2542
|
+
- spec/models/repos_partial_update_spec.rb
|
2543
|
+
- spec/models/entitlements_create_spec.rb
|
2544
|
+
- spec/models/package_file_upload_spec.rb
|
2545
|
+
- spec/models/packages_validateupload_luarocks_spec.rb
|
2546
|
+
- spec/models/packages_validateupload_cocoapods_spec.rb
|
2547
|
+
- spec/models/packages_upload_nuget_spec.rb
|
2548
|
+
- spec/models/entitlements_partial_update_spec.rb
|
2549
|
+
- spec/models/package_usage_metric_spec.rb
|
2550
|
+
- spec/models/packages_validateupload_nuget_spec.rb
|
2549
2551
|
- spec/models/packages_upload_cocoapods_spec.rb
|
2550
|
-
- spec/models/package_copy_spec.rb
|
2551
|
-
- spec/models/files_create_spec.rb
|
2552
|
-
- spec/models/packages_validateupload_maven_spec.rb
|
2553
2552
|
- spec/models/organization_spec.rb
|
2554
|
-
- spec/models/
|
2555
|
-
- spec/models/
|
2556
|
-
- spec/models/
|
2553
|
+
- spec/models/packages_validateupload_go_spec.rb
|
2554
|
+
- spec/models/packages_upload_vagrant_spec.rb
|
2555
|
+
- spec/models/user_brief_spec.rb
|
2556
|
+
- spec/models/webhooksownerrepo_templates_spec.rb
|
2557
2557
|
- spec/spec_helper.rb
|