cloudsmith-api 0.49.98 → 0.49.118
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 +7 -7
- data/build.json +1 -1
- data/docs/ReposApi.md +16 -13
- data/lib/cloudsmith-api/api/repos_api.rb +28 -22
- data/lib/cloudsmith-api/version.rb +1 -1
- data/spec/api/repos_api_spec.rb +3 -2
- 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.12.2/gem_make.out +2 -2
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.3.0/gem_make.out +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.12.2/ext/ffi_c/Makefile +3 -3
- data/vendor/bundle/ruby/2.6.0/gems/json-2.3.0/ext/json/Makefile +2 -2
- data/vendor/bundle/ruby/2.6.0/gems/json-2.3.0/ext/json/ext/generator/Makefile +2 -2
- data/vendor/bundle/ruby/2.6.0/gems/json-2.3.0/ext/json/ext/parser/Makefile +2 -2
- data/vendor/bundle/ruby/2.6.0/specifications/sys-uname-1.2.1.gemspec +1 -1
- metadata +82 -82
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cb8c3c1094626ad2798069eec512957272a4b3b184afc7739eef4310af3ee8da
|
4
|
+
data.tar.gz: 3ba69c8917b30c2045ff54573dc63675e2b8f4983ee00bf95936f6ef85686b98
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 99836f46932745cfcc8d6dea6e792cf7bc071e46ce3d9f1a424d9ccebca36d08ae159eb82a3fec72fc28180a98ae25552651f74b25c4d57dc3afb4f89257786b
|
7
|
+
data.tar.gz: 8cafe41f25d3e091c8b3af59c858862140e9b19aae950b470698c067970f8fdfa38edd0e61997e7163ad47055b5985e6d996379ab42fe4abd3a21c66f4b52a5a
|
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.49.
|
10
|
+
- Package version: 0.49.118
|
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.49.
|
27
|
+
gem install ./cloudsmith-api-0.49.118.gem
|
28
28
|
```
|
29
|
-
(for development, run `gem install --dev ./cloudsmith-api-0.49.
|
29
|
+
(for development, run `gem install --dev ./cloudsmith-api-0.49.118.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.49.
|
35
|
+
gem 'cloudsmith-api', '~> 0.49.118'
|
36
36
|
|
37
37
|
### Install from Git
|
38
38
|
|
@@ -174,10 +174,10 @@ Class | Method | HTTP request | Description
|
|
174
174
|
*CloudsmithApi::RatesApi* | [**rates_limits_list**](docs/RatesApi.md#rates_limits_list) | **GET** /rates/limits/ | Endpoint to check rate limits for current user.
|
175
175
|
*CloudsmithApi::ReposApi* | [**repos_all_list**](docs/ReposApi.md#repos_all_list) | **GET** /repos/ | Get a list of all repositories associated with current user.
|
176
176
|
*CloudsmithApi::ReposApi* | [**repos_create**](docs/ReposApi.md#repos_create) | **POST** /repos/{owner}/ | Create a new repository in a given namespace.
|
177
|
-
*CloudsmithApi::ReposApi* | [**repos_delete**](docs/ReposApi.md#repos_delete) | **DELETE** /repos/{owner}/{
|
177
|
+
*CloudsmithApi::ReposApi* | [**repos_delete**](docs/ReposApi.md#repos_delete) | **DELETE** /repos/{owner}/{identifier}/ | Delete a repository in a given namespace.
|
178
178
|
*CloudsmithApi::ReposApi* | [**repos_list**](docs/ReposApi.md#repos_list) | **GET** /repos/{owner}/ | Get a list of all repositories within a namespace.
|
179
|
-
*CloudsmithApi::ReposApi* | [**repos_partial_update**](docs/ReposApi.md#repos_partial_update) | **PATCH** /repos/{owner}/{
|
180
|
-
*CloudsmithApi::ReposApi* | [**repos_read**](docs/ReposApi.md#repos_read) | **GET** /repos/{owner}/{
|
179
|
+
*CloudsmithApi::ReposApi* | [**repos_partial_update**](docs/ReposApi.md#repos_partial_update) | **PATCH** /repos/{owner}/{identifier}/ | Update details about a repository in a given namespace.
|
180
|
+
*CloudsmithApi::ReposApi* | [**repos_read**](docs/ReposApi.md#repos_read) | **GET** /repos/{owner}/{identifier}/ | Get a specific repository.
|
181
181
|
*CloudsmithApi::StatusApi* | [**status_check_basic**](docs/StatusApi.md#status_check_basic) | **GET** /status/check/basic/ | Endpoint to check basic API connectivity.
|
182
182
|
*CloudsmithApi::UserApi* | [**user_self**](docs/UserApi.md#user_self) | **GET** /user/self/ | Provide a brief for the current user (if any).
|
183
183
|
*CloudsmithApi::UserApi* | [**user_token_create**](docs/UserApi.md#user_token_create) | **POST** /user/token/ | Retrieve the API key/token for the authenticated user.
|
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.49.
|
11
|
+
"gemVersion": "0.49.118",
|
12
12
|
"hideGenerationTimestamp": true,
|
13
13
|
"moduleName": "CloudsmithApi",
|
14
14
|
"sortParamsByRequiredFlag": true
|
data/docs/ReposApi.md
CHANGED
@@ -6,10 +6,10 @@ Method | HTTP request | Description
|
|
6
6
|
------------- | ------------- | -------------
|
7
7
|
[**repos_all_list**](ReposApi.md#repos_all_list) | **GET** /repos/ | Get a list of all repositories associated with current user.
|
8
8
|
[**repos_create**](ReposApi.md#repos_create) | **POST** /repos/{owner}/ | Create a new repository in a given namespace.
|
9
|
-
[**repos_delete**](ReposApi.md#repos_delete) | **DELETE** /repos/{owner}/{
|
9
|
+
[**repos_delete**](ReposApi.md#repos_delete) | **DELETE** /repos/{owner}/{identifier}/ | Delete a repository in a given namespace.
|
10
10
|
[**repos_list**](ReposApi.md#repos_list) | **GET** /repos/{owner}/ | Get a list of all repositories within a namespace.
|
11
|
-
[**repos_partial_update**](ReposApi.md#repos_partial_update) | **PATCH** /repos/{owner}/{
|
12
|
-
[**repos_read**](ReposApi.md#repos_read) | **GET** /repos/{owner}/{
|
11
|
+
[**repos_partial_update**](ReposApi.md#repos_partial_update) | **PATCH** /repos/{owner}/{identifier}/ | Update details about a repository in a given namespace.
|
12
|
+
[**repos_read**](ReposApi.md#repos_read) | **GET** /repos/{owner}/{identifier}/ | Get a specific repository.
|
13
13
|
|
14
14
|
|
15
15
|
# **repos_all_list**
|
@@ -138,7 +138,7 @@ Name | Type | Description | Notes
|
|
138
138
|
|
139
139
|
|
140
140
|
# **repos_delete**
|
141
|
-
> repos_delete(owner,
|
141
|
+
> repos_delete(owner, identifier)
|
142
142
|
|
143
143
|
Delete a repository in a given namespace.
|
144
144
|
|
@@ -165,12 +165,12 @@ api_instance = CloudsmithApi::ReposApi.new
|
|
165
165
|
|
166
166
|
owner = "owner_example" # String |
|
167
167
|
|
168
|
-
|
168
|
+
identifier = "identifier_example" # String |
|
169
169
|
|
170
170
|
|
171
171
|
begin
|
172
172
|
#Delete a repository in a given namespace.
|
173
|
-
api_instance.repos_delete(owner,
|
173
|
+
api_instance.repos_delete(owner, identifier)
|
174
174
|
rescue CloudsmithApi::ApiError => e
|
175
175
|
puts "Exception when calling ReposApi->repos_delete: #{e}"
|
176
176
|
end
|
@@ -181,7 +181,7 @@ end
|
|
181
181
|
Name | Type | Description | Notes
|
182
182
|
------------- | ------------- | ------------- | -------------
|
183
183
|
**owner** | **String**| |
|
184
|
-
**
|
184
|
+
**identifier** | **String**| |
|
185
185
|
|
186
186
|
### Return type
|
187
187
|
|
@@ -264,7 +264,7 @@ Name | Type | Description | Notes
|
|
264
264
|
|
265
265
|
|
266
266
|
# **repos_partial_update**
|
267
|
-
> Repository repos_partial_update(owner, opts)
|
267
|
+
> Repository repos_partial_update(owner, identifier, opts)
|
268
268
|
|
269
269
|
Update details about a repository in a given namespace.
|
270
270
|
|
@@ -291,13 +291,15 @@ api_instance = CloudsmithApi::ReposApi.new
|
|
291
291
|
|
292
292
|
owner = "owner_example" # String |
|
293
293
|
|
294
|
+
identifier = "identifier_example" # String |
|
295
|
+
|
294
296
|
opts = {
|
295
297
|
data: CloudsmithApi::ReposPartialUpdate.new # ReposPartialUpdate |
|
296
298
|
}
|
297
299
|
|
298
300
|
begin
|
299
301
|
#Update details about a repository in a given namespace.
|
300
|
-
result = api_instance.repos_partial_update(owner, opts)
|
302
|
+
result = api_instance.repos_partial_update(owner, identifier, opts)
|
301
303
|
p result
|
302
304
|
rescue CloudsmithApi::ApiError => e
|
303
305
|
puts "Exception when calling ReposApi->repos_partial_update: #{e}"
|
@@ -309,6 +311,7 @@ end
|
|
309
311
|
Name | Type | Description | Notes
|
310
312
|
------------- | ------------- | ------------- | -------------
|
311
313
|
**owner** | **String**| |
|
314
|
+
**identifier** | **String**| |
|
312
315
|
**data** | [**ReposPartialUpdate**](ReposPartialUpdate.md)| | [optional]
|
313
316
|
|
314
317
|
### Return type
|
@@ -327,7 +330,7 @@ Name | Type | Description | Notes
|
|
327
330
|
|
328
331
|
|
329
332
|
# **repos_read**
|
330
|
-
> Repository repos_read(owner,
|
333
|
+
> Repository repos_read(owner, identifier)
|
331
334
|
|
332
335
|
Get a specific repository.
|
333
336
|
|
@@ -354,12 +357,12 @@ api_instance = CloudsmithApi::ReposApi.new
|
|
354
357
|
|
355
358
|
owner = "owner_example" # String |
|
356
359
|
|
357
|
-
|
360
|
+
identifier = "identifier_example" # String |
|
358
361
|
|
359
362
|
|
360
363
|
begin
|
361
364
|
#Get a specific repository.
|
362
|
-
result = api_instance.repos_read(owner,
|
365
|
+
result = api_instance.repos_read(owner, identifier)
|
363
366
|
p result
|
364
367
|
rescue CloudsmithApi::ApiError => e
|
365
368
|
puts "Exception when calling ReposApi->repos_read: #{e}"
|
@@ -371,7 +374,7 @@ end
|
|
371
374
|
Name | Type | Description | Notes
|
372
375
|
------------- | ------------- | ------------- | -------------
|
373
376
|
**owner** | **String**| |
|
374
|
-
**
|
377
|
+
**identifier** | **String**| |
|
375
378
|
|
376
379
|
### Return type
|
377
380
|
|
@@ -129,21 +129,21 @@ module CloudsmithApi
|
|
129
129
|
# Delete a repository in a given namespace.
|
130
130
|
# Delete a repository in a given namespace.
|
131
131
|
# @param owner
|
132
|
-
# @param
|
132
|
+
# @param identifier
|
133
133
|
# @param [Hash] opts the optional parameters
|
134
134
|
# @return [nil]
|
135
|
-
def repos_delete(owner,
|
136
|
-
repos_delete_with_http_info(owner,
|
135
|
+
def repos_delete(owner, identifier, opts = {})
|
136
|
+
repos_delete_with_http_info(owner, identifier, opts)
|
137
137
|
return nil
|
138
138
|
end
|
139
139
|
|
140
140
|
# Delete a repository in a given namespace.
|
141
141
|
# Delete a repository in a given namespace.
|
142
142
|
# @param owner
|
143
|
-
# @param
|
143
|
+
# @param identifier
|
144
144
|
# @param [Hash] opts the optional parameters
|
145
145
|
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
146
|
-
def repos_delete_with_http_info(owner,
|
146
|
+
def repos_delete_with_http_info(owner, identifier, opts = {})
|
147
147
|
if @api_client.config.debugging
|
148
148
|
@api_client.config.logger.debug "Calling API: ReposApi.repos_delete ..."
|
149
149
|
end
|
@@ -151,12 +151,12 @@ module CloudsmithApi
|
|
151
151
|
if @api_client.config.client_side_validation && owner.nil?
|
152
152
|
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_delete"
|
153
153
|
end
|
154
|
-
# verify the required parameter '
|
155
|
-
if @api_client.config.client_side_validation &&
|
156
|
-
fail ArgumentError, "Missing the required parameter '
|
154
|
+
# verify the required parameter 'identifier' is set
|
155
|
+
if @api_client.config.client_side_validation && identifier.nil?
|
156
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_delete"
|
157
157
|
end
|
158
158
|
# resource path
|
159
|
-
local_var_path = "/repos/{owner}/{
|
159
|
+
local_var_path = "/repos/{owner}/{identifier}/".sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
|
160
160
|
|
161
161
|
# query parameters
|
162
162
|
query_params = {}
|
@@ -242,21 +242,23 @@ module CloudsmithApi
|
|
242
242
|
# Update details about a repository in a given namespace.
|
243
243
|
# Update details about a repository in a given namespace.
|
244
244
|
# @param owner
|
245
|
+
# @param identifier
|
245
246
|
# @param [Hash] opts the optional parameters
|
246
247
|
# @option opts [ReposPartialUpdate] :data
|
247
248
|
# @return [Repository]
|
248
|
-
def repos_partial_update(owner, opts = {})
|
249
|
-
data, _status_code, _headers = repos_partial_update_with_http_info(owner, opts)
|
249
|
+
def repos_partial_update(owner, identifier, opts = {})
|
250
|
+
data, _status_code, _headers = repos_partial_update_with_http_info(owner, identifier, opts)
|
250
251
|
return data
|
251
252
|
end
|
252
253
|
|
253
254
|
# Update details about a repository in a given namespace.
|
254
255
|
# Update details about a repository in a given namespace.
|
255
256
|
# @param owner
|
257
|
+
# @param identifier
|
256
258
|
# @param [Hash] opts the optional parameters
|
257
259
|
# @option opts [ReposPartialUpdate] :data
|
258
260
|
# @return [Array<(Repository, Fixnum, Hash)>] Repository data, response status code and response headers
|
259
|
-
def repos_partial_update_with_http_info(owner, opts = {})
|
261
|
+
def repos_partial_update_with_http_info(owner, identifier, opts = {})
|
260
262
|
if @api_client.config.debugging
|
261
263
|
@api_client.config.logger.debug "Calling API: ReposApi.repos_partial_update ..."
|
262
264
|
end
|
@@ -264,8 +266,12 @@ module CloudsmithApi
|
|
264
266
|
if @api_client.config.client_side_validation && owner.nil?
|
265
267
|
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_partial_update"
|
266
268
|
end
|
269
|
+
# verify the required parameter 'identifier' is set
|
270
|
+
if @api_client.config.client_side_validation && identifier.nil?
|
271
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_partial_update"
|
272
|
+
end
|
267
273
|
# resource path
|
268
|
-
local_var_path = "/repos/{owner}/{
|
274
|
+
local_var_path = "/repos/{owner}/{identifier}/".sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
|
269
275
|
|
270
276
|
# query parameters
|
271
277
|
query_params = {}
|
@@ -297,21 +303,21 @@ module CloudsmithApi
|
|
297
303
|
# Get a specific repository.
|
298
304
|
# Get a specific repository.
|
299
305
|
# @param owner
|
300
|
-
# @param
|
306
|
+
# @param identifier
|
301
307
|
# @param [Hash] opts the optional parameters
|
302
308
|
# @return [Repository]
|
303
|
-
def repos_read(owner,
|
304
|
-
data, _status_code, _headers = repos_read_with_http_info(owner,
|
309
|
+
def repos_read(owner, identifier, opts = {})
|
310
|
+
data, _status_code, _headers = repos_read_with_http_info(owner, identifier, opts)
|
305
311
|
return data
|
306
312
|
end
|
307
313
|
|
308
314
|
# Get a specific repository.
|
309
315
|
# Get a specific repository.
|
310
316
|
# @param owner
|
311
|
-
# @param
|
317
|
+
# @param identifier
|
312
318
|
# @param [Hash] opts the optional parameters
|
313
319
|
# @return [Array<(Repository, Fixnum, Hash)>] Repository data, response status code and response headers
|
314
|
-
def repos_read_with_http_info(owner,
|
320
|
+
def repos_read_with_http_info(owner, identifier, opts = {})
|
315
321
|
if @api_client.config.debugging
|
316
322
|
@api_client.config.logger.debug "Calling API: ReposApi.repos_read ..."
|
317
323
|
end
|
@@ -319,12 +325,12 @@ module CloudsmithApi
|
|
319
325
|
if @api_client.config.client_side_validation && owner.nil?
|
320
326
|
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_read"
|
321
327
|
end
|
322
|
-
# verify the required parameter '
|
323
|
-
if @api_client.config.client_side_validation &&
|
324
|
-
fail ArgumentError, "Missing the required parameter '
|
328
|
+
# verify the required parameter 'identifier' is set
|
329
|
+
if @api_client.config.client_side_validation && identifier.nil?
|
330
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_read"
|
325
331
|
end
|
326
332
|
# resource path
|
327
|
-
local_var_path = "/repos/{owner}/{
|
333
|
+
local_var_path = "/repos/{owner}/{identifier}/".sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
|
328
334
|
|
329
335
|
# query parameters
|
330
336
|
query_params = {}
|
data/spec/api/repos_api_spec.rb
CHANGED
@@ -62,7 +62,7 @@ describe 'ReposApi' do
|
|
62
62
|
# Delete a repository in a given namespace.
|
63
63
|
# Delete a repository in a given namespace.
|
64
64
|
# @param owner
|
65
|
-
# @param
|
65
|
+
# @param identifier
|
66
66
|
# @param [Hash] opts the optional parameters
|
67
67
|
# @return [nil]
|
68
68
|
describe 'repos_delete test' do
|
@@ -89,6 +89,7 @@ describe 'ReposApi' do
|
|
89
89
|
# Update details about a repository in a given namespace.
|
90
90
|
# Update details about a repository in a given namespace.
|
91
91
|
# @param owner
|
92
|
+
# @param identifier
|
92
93
|
# @param [Hash] opts the optional parameters
|
93
94
|
# @option opts [ReposPartialUpdate] :data
|
94
95
|
# @return [Repository]
|
@@ -102,7 +103,7 @@ describe 'ReposApi' do
|
|
102
103
|
# Get a specific repository.
|
103
104
|
# Get a specific repository.
|
104
105
|
# @param owner
|
105
|
-
# @param
|
106
|
+
# @param identifier
|
106
107
|
# @param [Hash] opts the optional parameters
|
107
108
|
# @return [Repository]
|
108
109
|
describe 'repos_read test' do
|
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 ./siteconf20200403-908-5fw1dp.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.12.2/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 ./siteconf20200403-908-1udp30i.rb extconf.rb
|
3
3
|
checking for ffi_call() in -lffi... yes
|
4
4
|
checking for ffi_closure_alloc()... yes
|
5
5
|
checking for shlwapi.h... no
|
@@ -44,4 +44,4 @@ linking shared-object ffi_c.so
|
|
44
44
|
|
45
45
|
current directory: /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/ffi-1.12.2/ext/ffi_c
|
46
46
|
make "DESTDIR=" install
|
47
|
-
/usr/bin/install -c -m 0755 ffi_c.so ./.gem.
|
47
|
+
/usr/bin/install -c -m 0755 ffi_c.so ./.gem.20200403-908-3wnmsd
|
@@ -1,5 +1,5 @@
|
|
1
1
|
current directory: /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/json-2.3.0/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 ./siteconf20200403-908-1kh4tg5.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.0/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.20200403-908-3wnmsd
|
35
|
+
sitelibdir = $(DESTDIR)./.gem.20200403-908-3wnmsd
|
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)/ArrayType.h $(srcdir)/
|
144
|
+
HDRS = $(srcdir)/ArrayType.h $(srcdir)/Struct.h $(srcdir)/StructByValue.h $(srcdir)/rbffi.h $(srcdir)/Function.h $(srcdir)/Call.h $(srcdir)/LongDouble.h $(srcdir)/MemoryPointer.h $(srcdir)/compat.h $(srcdir)/MappedType.h $(srcdir)/extconf.h $(srcdir)/Thread.h $(srcdir)/MethodHandle.h $(srcdir)/DynamicLibrary.h $(srcdir)/ClosurePool.h $(srcdir)/Pointer.h $(srcdir)/LastError.h $(srcdir)/AbstractMemory.h $(srcdir)/rbffi_endian.h $(srcdir)/Types.h $(srcdir)/Platform.h $(srcdir)/Type.h
|
145
145
|
LOCAL_HDRS =
|
146
146
|
TARGET = ffi_c
|
147
147
|
TARGET_NAME = ffi_c
|
@@ -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.20200403-908-9t4yvj
|
35
|
+
sitelibdir = $(DESTDIR)./.gem.20200403-908-9t4yvj
|
36
36
|
sitedir = $(rubylibprefix)/site_ruby
|
37
37
|
rubyarchdir = $(rubylibdir)/$(arch)
|
38
38
|
rubylibdir = $(rubylibprefix)/$(ruby_version)
|
@@ -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.20200403-908-1iat2kz
|
35
|
+
sitelibdir = $(DESTDIR)./.gem.20200403-908-1iat2kz
|
36
36
|
sitedir = $(rubylibprefix)/site_ruby
|
37
37
|
rubyarchdir = $(rubylibdir)/$(arch)
|
38
38
|
rubylibdir = $(rubylibprefix)/$(ruby_version)
|
@@ -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.20200403-908-11k60u1
|
35
|
+
sitelibdir = $(DESTDIR)./.gem.20200403-908-11k60u1
|
36
36
|
sitedir = $(rubylibprefix)/site_ruby
|
37
37
|
rubyarchdir = $(rubylibdir)/$(arch)
|
38
38
|
rubylibdir = $(rubylibprefix)/$(ruby_version)
|
@@ -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-03
|
13
|
+
s.date = "2020-04-03"
|
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.49.
|
4
|
+
version: 0.49.118
|
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-03
|
11
|
+
date: 2020-04-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
@@ -2393,105 +2393,105 @@ signing_key:
|
|
2393
2393
|
specification_version: 4
|
2394
2394
|
summary: Cloudsmith API
|
2395
2395
|
test_files:
|
2396
|
-
- spec/api/
|
2397
|
-
- spec/api/packages_api_spec.rb
|
2398
|
-
- spec/api/status_api_spec.rb
|
2399
|
-
- spec/api/namespaces_api_spec.rb
|
2396
|
+
- spec/api/repos_api_spec.rb
|
2400
2397
|
- spec/api/formats_api_spec.rb
|
2401
|
-
- spec/api/user_api_spec.rb
|
2402
|
-
- spec/api/entitlements_api_spec.rb
|
2403
|
-
- spec/api/rates_api_spec.rb
|
2404
2398
|
- spec/api/users_api_spec.rb
|
2399
|
+
- spec/api/rates_api_spec.rb
|
2400
|
+
- spec/api/entitlements_api_spec.rb
|
2401
|
+
- spec/api/namespaces_api_spec.rb
|
2402
|
+
- spec/api/status_api_spec.rb
|
2403
|
+
- spec/api/badges_api_spec.rb
|
2405
2404
|
- spec/api/orgs_api_spec.rb
|
2406
|
-
- spec/api/
|
2407
|
-
- spec/api/distros_api_spec.rb
|
2405
|
+
- spec/api/files_api_spec.rb
|
2408
2406
|
- spec/api/webhooks_api_spec.rb
|
2409
|
-
- spec/api/
|
2407
|
+
- spec/api/packages_api_spec.rb
|
2408
|
+
- spec/api/distros_api_spec.rb
|
2409
|
+
- spec/api/user_api_spec.rb
|
2410
2410
|
- spec/api_client_spec.rb
|
2411
2411
|
- spec/configuration_spec.rb
|
2412
|
-
- spec/models/
|
2413
|
-
- spec/models/distribution_spec.rb
|
2414
|
-
- spec/models/package_file_parts_upload_spec.rb
|
2415
|
-
- spec/models/packages_upload_helm_spec.rb
|
2416
|
-
- spec/models/packages_upload_dart_spec.rb
|
2417
|
-
- spec/models/entitlements_partial_update_spec.rb
|
2418
|
-
- spec/models/repository_token_refresh_spec.rb
|
2419
|
-
- spec/models/package_spec.rb
|
2420
|
-
- spec/models/packages_move_spec.rb
|
2421
|
-
- spec/models/packages_resync_spec.rb
|
2422
|
-
- spec/models/packages_upload_vagrant_spec.rb
|
2423
|
-
- spec/models/packages_validateupload_npm_spec.rb
|
2424
|
-
- spec/models/repos_gpg_keys_spec.rb
|
2425
|
-
- spec/models/packages_validateupload_cargo_spec.rb
|
2426
|
-
- spec/models/packages_validateupload_go_spec.rb
|
2427
|
-
- spec/models/packages_validateupload_maven_spec.rb
|
2428
|
-
- spec/models/package_status_spec.rb
|
2429
|
-
- spec/models/organization_spec.rb
|
2430
|
-
- spec/models/user_profile_spec.rb
|
2412
|
+
- spec/models/resources_rate_check_spec.rb
|
2431
2413
|
- spec/models/packages_validateupload_alpine_spec.rb
|
2414
|
+
- spec/models/repos_gpg_keys_spec.rb
|
2415
|
+
- spec/models/packages_validateupload_rpm_spec.rb
|
2416
|
+
- spec/models/files_abort_spec.rb
|
2417
|
+
- spec/models/repository_spec.rb
|
2418
|
+
- spec/models/repository_token_spec.rb
|
2419
|
+
- spec/models/entitlements_refresh_spec.rb
|
2420
|
+
- spec/models/user_brief_spec.rb
|
2421
|
+
- spec/models/packages_validateupload_luarocks_spec.rb
|
2422
|
+
- spec/models/maven_package_upload_spec.rb
|
2423
|
+
- spec/models/packages_copy_spec.rb
|
2424
|
+
- spec/models/entitlements_sync_spec.rb
|
2425
|
+
- spec/models/package_spec.rb
|
2426
|
+
- spec/models/packages_validateupload_docker_spec.rb
|
2432
2427
|
- spec/models/files_validate_spec.rb
|
2433
|
-
- spec/models/
|
2428
|
+
- spec/models/packages_upload_cargo_spec.rb
|
2429
|
+
- spec/models/webhooks_create_spec.rb
|
2430
|
+
- spec/models/vagrant_package_upload_spec.rb
|
2431
|
+
- spec/models/packages_validateupload_vagrant_spec.rb
|
2432
|
+
- spec/models/repository_token_sync_spec.rb
|
2433
|
+
- spec/models/packagesownerrepo_architectures_spec.rb
|
2434
2434
|
- spec/models/packages_validateupload_deb_spec.rb
|
2435
|
-
- spec/models/
|
2436
|
-
- spec/models/
|
2437
|
-
- spec/models/
|
2438
|
-
- spec/models/
|
2439
|
-
- spec/models/packages_upload_ruby_spec.rb
|
2440
|
-
- spec/models/resources_rate_check_spec.rb
|
2441
|
-
- spec/models/package_copy_spec.rb
|
2442
|
-
- spec/models/formats_distributions_spec.rb
|
2435
|
+
- spec/models/packages_validateupload_composer_spec.rb
|
2436
|
+
- spec/models/files_complete_spec.rb
|
2437
|
+
- spec/models/packages_upload_cocoapods_spec.rb
|
2438
|
+
- spec/models/namespace_spec.rb
|
2443
2439
|
- spec/models/user_auth_token_spec.rb
|
2444
|
-
- spec/models/packages_copy_spec.rb
|
2445
2440
|
- spec/models/webhooks_partial_update_spec.rb
|
2446
|
-
- spec/models/
|
2447
|
-
- spec/models/
|
2448
|
-
- spec/models/
|
2449
|
-
- spec/models/
|
2450
|
-
- spec/models/packages_upload_cargo_spec.rb
|
2441
|
+
- spec/models/packages_upload_nuget_spec.rb
|
2442
|
+
- spec/models/packages_upload_maven_spec.rb
|
2443
|
+
- spec/models/webhooksownerrepo_templates_spec.rb
|
2444
|
+
- spec/models/packages_validateupload_go_spec.rb
|
2451
2445
|
- spec/models/packages_upload_composer_spec.rb
|
2452
|
-
- spec/models/
|
2453
|
-
- spec/models/
|
2446
|
+
- spec/models/packages_validateupload_python_spec.rb
|
2447
|
+
- spec/models/packages_validateupload_cargo_spec.rb
|
2448
|
+
- spec/models/packages_upload_go_spec.rb
|
2454
2449
|
- spec/models/packages_validateupload_nuget_spec.rb
|
2455
|
-
- spec/models/
|
2456
|
-
- spec/models/files_abort_spec.rb
|
2457
|
-
- spec/models/files_complete_spec.rb
|
2458
|
-
- spec/models/distros_versions_spec.rb
|
2459
|
-
- spec/models/entitlements_sync_spec.rb
|
2450
|
+
- spec/models/packages_validateupload_ruby_spec.rb
|
2460
2451
|
- spec/models/packages_validateupload_helm_spec.rb
|
2461
|
-
- spec/models/
|
2462
|
-
- spec/models/
|
2463
|
-
- spec/models/
|
2464
|
-
- spec/models/
|
2465
|
-
- spec/models/
|
2452
|
+
- spec/models/package_copy_spec.rb
|
2453
|
+
- spec/models/packages_upload_alpine_spec.rb
|
2454
|
+
- spec/models/packages_upload_docker_spec.rb
|
2455
|
+
- spec/models/packages_upload_cran_spec.rb
|
2456
|
+
- spec/models/packages_upload_npm_spec.rb
|
2457
|
+
- spec/models/packages_upload_raw_spec.rb
|
2458
|
+
- spec/models/packages_move_spec.rb
|
2459
|
+
- spec/models/status_spec.rb
|
2466
2460
|
- spec/models/files_create_spec.rb
|
2467
|
-
- spec/models/repository_token_sync_tokens_spec.rb
|
2468
|
-
- spec/models/packages_validateupload_python_spec.rb
|
2469
|
-
- spec/models/webhooksownerrepo_templates_spec.rb
|
2470
2461
|
- spec/models/package_file_upload_spec.rb
|
2471
|
-
- spec/models/
|
2472
|
-
- spec/models/entitlements_refresh_spec.rb
|
2473
|
-
- spec/models/packages_upload_cocoapods_spec.rb
|
2474
|
-
- spec/models/status_spec.rb
|
2462
|
+
- spec/models/packages_validateupload_cran_spec.rb
|
2475
2463
|
- spec/models/entitlements_create_spec.rb
|
2476
|
-
- spec/models/
|
2477
|
-
- spec/models/
|
2464
|
+
- spec/models/repos_partial_update_spec.rb
|
2465
|
+
- spec/models/packages_resync_spec.rb
|
2478
2466
|
- spec/models/packages_upload_rpm_spec.rb
|
2467
|
+
- spec/models/formats_distributions_spec.rb
|
2468
|
+
- spec/models/packagesownerrepo_files_spec.rb
|
2469
|
+
- spec/models/raw_package_upload_spec.rb
|
2470
|
+
- spec/models/repos_create_spec.rb
|
2471
|
+
- spec/models/user_profile_spec.rb
|
2472
|
+
- spec/models/packages_upload_luarocks_spec.rb
|
2479
2473
|
- spec/models/format_spec.rb
|
2480
|
-
- spec/models/
|
2481
|
-
- spec/models/
|
2474
|
+
- spec/models/packages_validateupload_raw_spec.rb
|
2475
|
+
- spec/models/distribution_spec.rb
|
2476
|
+
- spec/models/repository_webhook_spec.rb
|
2477
|
+
- spec/models/distros_versions_spec.rb
|
2478
|
+
- spec/models/repository_token_refresh_spec.rb
|
2479
|
+
- spec/models/repository_token_sync_tokens_spec.rb
|
2482
2480
|
- spec/models/packages_upload_python_spec.rb
|
2483
|
-
- spec/models/
|
2484
|
-
- spec/models/vagrant_package_upload_spec.rb
|
2485
|
-
- spec/models/raw_package_upload_spec.rb
|
2486
|
-
- spec/models/status_basic_spec.rb
|
2487
|
-
- spec/models/packages_validateupload_vagrant_spec.rb
|
2488
|
-
- spec/models/packages_validateupload_cran_spec.rb
|
2489
|
-
- spec/models/repository_token_spec.rb
|
2490
|
-
- spec/models/packages_validateupload_dart_spec.rb
|
2491
|
-
- spec/models/webhooks_create_spec.rb
|
2492
|
-
- spec/models/packages_upload_cran_spec.rb
|
2493
|
-
- spec/models/packages_upload_alpine_spec.rb
|
2494
|
-
- spec/models/packagesownerrepo_architectures_spec.rb
|
2495
|
-
- spec/models/packages_upload_npm_spec.rb
|
2481
|
+
- spec/models/packages_upload_deb_spec.rb
|
2496
2482
|
- spec/models/package_move_spec.rb
|
2483
|
+
- spec/models/package_file_parts_upload_spec.rb
|
2484
|
+
- spec/models/packages_validateupload_dart_spec.rb
|
2485
|
+
- spec/models/status_basic_spec.rb
|
2486
|
+
- spec/models/packages_validateupload_cocoapods_spec.rb
|
2487
|
+
- spec/models/packages_upload_vagrant_spec.rb
|
2488
|
+
- spec/models/entitlements_partial_update_spec.rb
|
2489
|
+
- spec/models/package_status_spec.rb
|
2490
|
+
- spec/models/user_token_create_spec.rb
|
2491
|
+
- spec/models/packages_validateupload_maven_spec.rb
|
2492
|
+
- spec/models/packages_upload_ruby_spec.rb
|
2493
|
+
- spec/models/packages_upload_dart_spec.rb
|
2494
|
+
- spec/models/organization_spec.rb
|
2495
|
+
- spec/models/packages_upload_helm_spec.rb
|
2496
|
+
- spec/models/packages_validateupload_npm_spec.rb
|
2497
2497
|
- spec/spec_helper.rb
|