cloudsmith-api 0.51.37 → 0.51.38
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/PackagesUploadConan.md +2 -0
- data/docs/PackagesValidateuploadConan.md +2 -0
- data/lib/cloudsmith-api/models/packages_upload_conan.rb +24 -4
- data/lib/cloudsmith-api/models/packages_validateupload_conan.rb +24 -4
- data/lib/cloudsmith-api/version.rb +1 -1
- data/spec/models/packages_upload_conan_spec.rb +12 -0
- data/spec/models/packages_validateupload_conan_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.0/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 +84 -84
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 610e35b46ce3d046343e5eb9d794b16b43d0cb4d00ac0c4dd5250828acbc251c
|
4
|
+
data.tar.gz: 4dcef476f34c8c420f7c5fabaa2c164c73a34e5c3a58e575c2547224fc230269
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1ef2f89665f3a54724e7497781320823b4899f9ebbe0a898d42b24dae0a2d9eb080ff974e3e0fc06c39b193a3729c55e45c0d16a58c11965fea071d3534788d8
|
7
|
+
data.tar.gz: 9dfbed852425ae4af3f029b690793c53f3229f10fc55945bb7d4274f0423f1651433638728736daa03a5a5a9ded0f7a91a4fff491549f34af32cdfdc1280f304
|
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.51.
|
10
|
+
- Package version: 0.51.38
|
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.51.
|
27
|
+
gem install ./cloudsmith-api-0.51.38.gem
|
28
28
|
```
|
29
|
-
(for development, run `gem install --dev ./cloudsmith-api-0.51.
|
29
|
+
(for development, run `gem install --dev ./cloudsmith-api-0.51.38.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.51.
|
35
|
+
gem 'cloudsmith-api', '~> 0.51.38'
|
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.51.
|
11
|
+
"gemVersion": "0.51.38",
|
12
12
|
"hideGenerationTimestamp": true,
|
13
13
|
"moduleName": "CloudsmithApi",
|
14
14
|
"sortParamsByRequiredFlag": true
|
data/docs/PackagesUploadConan.md
CHANGED
@@ -8,7 +8,9 @@ Name | Type | Description | Notes
|
|
8
8
|
**info_file** | **String** | The info file is an python file containing the package metadata. |
|
9
9
|
**manifest_file** | **String** | The info file is an python file containing the package metadata. |
|
10
10
|
**metadata_file** | **String** | The conan file is an python file containing the package metadata. |
|
11
|
+
**name** | **String** | The name of this package. | [optional]
|
11
12
|
**package_file** | **String** | The primary file for the package. |
|
12
13
|
**republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
|
14
|
+
**version** | **String** | The raw version for this package. | [optional]
|
13
15
|
|
14
16
|
|
@@ -8,7 +8,9 @@ Name | Type | Description | Notes
|
|
8
8
|
**info_file** | **String** | The info file is an python file containing the package metadata. |
|
9
9
|
**manifest_file** | **String** | The info file is an python file containing the package metadata. |
|
10
10
|
**metadata_file** | **String** | The conan file is an python file containing the package metadata. |
|
11
|
+
**name** | **String** | The name of this package. | [optional]
|
11
12
|
**package_file** | **String** | The primary file for the package. |
|
12
13
|
**republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
|
14
|
+
**version** | **String** | The raw version for this package. | [optional]
|
13
15
|
|
14
16
|
|
@@ -30,12 +30,18 @@ module CloudsmithApi
|
|
30
30
|
# The conan file is an python file containing the package metadata.
|
31
31
|
attr_accessor :metadata_file
|
32
32
|
|
33
|
+
# The name of this package.
|
34
|
+
attr_accessor :name
|
35
|
+
|
33
36
|
# The primary file for the package.
|
34
37
|
attr_accessor :package_file
|
35
38
|
|
36
39
|
# If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate.
|
37
40
|
attr_accessor :republish
|
38
41
|
|
42
|
+
# The raw version for this package.
|
43
|
+
attr_accessor :version
|
44
|
+
|
39
45
|
|
40
46
|
# Attribute mapping from ruby-style variable name to JSON key.
|
41
47
|
def self.attribute_map
|
@@ -45,8 +51,10 @@ module CloudsmithApi
|
|
45
51
|
:'info_file' => :'info_file',
|
46
52
|
:'manifest_file' => :'manifest_file',
|
47
53
|
:'metadata_file' => :'metadata_file',
|
54
|
+
:'name' => :'name',
|
48
55
|
:'package_file' => :'package_file',
|
49
|
-
:'republish' => :'republish'
|
56
|
+
:'republish' => :'republish',
|
57
|
+
:'version' => :'version'
|
50
58
|
}
|
51
59
|
end
|
52
60
|
|
@@ -58,8 +66,10 @@ module CloudsmithApi
|
|
58
66
|
:'info_file' => :'String',
|
59
67
|
:'manifest_file' => :'String',
|
60
68
|
:'metadata_file' => :'String',
|
69
|
+
:'name' => :'String',
|
61
70
|
:'package_file' => :'String',
|
62
|
-
:'republish' => :'BOOLEAN'
|
71
|
+
:'republish' => :'BOOLEAN',
|
72
|
+
:'version' => :'String'
|
63
73
|
}
|
64
74
|
end
|
65
75
|
|
@@ -91,6 +101,10 @@ module CloudsmithApi
|
|
91
101
|
self.metadata_file = attributes[:'metadata_file']
|
92
102
|
end
|
93
103
|
|
104
|
+
if attributes.has_key?(:'name')
|
105
|
+
self.name = attributes[:'name']
|
106
|
+
end
|
107
|
+
|
94
108
|
if attributes.has_key?(:'package_file')
|
95
109
|
self.package_file = attributes[:'package_file']
|
96
110
|
end
|
@@ -99,6 +113,10 @@ module CloudsmithApi
|
|
99
113
|
self.republish = attributes[:'republish']
|
100
114
|
end
|
101
115
|
|
116
|
+
if attributes.has_key?(:'version')
|
117
|
+
self.version = attributes[:'version']
|
118
|
+
end
|
119
|
+
|
102
120
|
end
|
103
121
|
|
104
122
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -144,8 +162,10 @@ module CloudsmithApi
|
|
144
162
|
info_file == o.info_file &&
|
145
163
|
manifest_file == o.manifest_file &&
|
146
164
|
metadata_file == o.metadata_file &&
|
165
|
+
name == o.name &&
|
147
166
|
package_file == o.package_file &&
|
148
|
-
republish == o.republish
|
167
|
+
republish == o.republish &&
|
168
|
+
version == o.version
|
149
169
|
end
|
150
170
|
|
151
171
|
# @see the `==` method
|
@@ -157,7 +177,7 @@ module CloudsmithApi
|
|
157
177
|
# Calculates hash code according to all attributes.
|
158
178
|
# @return [Fixnum] Hash code
|
159
179
|
def hash
|
160
|
-
[conan_channel, conan_prefix, info_file, manifest_file, metadata_file, package_file, republish].hash
|
180
|
+
[conan_channel, conan_prefix, info_file, manifest_file, metadata_file, name, package_file, republish, version].hash
|
161
181
|
end
|
162
182
|
|
163
183
|
# Builds the object from hash
|
@@ -30,12 +30,18 @@ module CloudsmithApi
|
|
30
30
|
# The conan file is an python file containing the package metadata.
|
31
31
|
attr_accessor :metadata_file
|
32
32
|
|
33
|
+
# The name of this package.
|
34
|
+
attr_accessor :name
|
35
|
+
|
33
36
|
# The primary file for the package.
|
34
37
|
attr_accessor :package_file
|
35
38
|
|
36
39
|
# If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate.
|
37
40
|
attr_accessor :republish
|
38
41
|
|
42
|
+
# The raw version for this package.
|
43
|
+
attr_accessor :version
|
44
|
+
|
39
45
|
|
40
46
|
# Attribute mapping from ruby-style variable name to JSON key.
|
41
47
|
def self.attribute_map
|
@@ -45,8 +51,10 @@ module CloudsmithApi
|
|
45
51
|
:'info_file' => :'info_file',
|
46
52
|
:'manifest_file' => :'manifest_file',
|
47
53
|
:'metadata_file' => :'metadata_file',
|
54
|
+
:'name' => :'name',
|
48
55
|
:'package_file' => :'package_file',
|
49
|
-
:'republish' => :'republish'
|
56
|
+
:'republish' => :'republish',
|
57
|
+
:'version' => :'version'
|
50
58
|
}
|
51
59
|
end
|
52
60
|
|
@@ -58,8 +66,10 @@ module CloudsmithApi
|
|
58
66
|
:'info_file' => :'String',
|
59
67
|
:'manifest_file' => :'String',
|
60
68
|
:'metadata_file' => :'String',
|
69
|
+
:'name' => :'String',
|
61
70
|
:'package_file' => :'String',
|
62
|
-
:'republish' => :'BOOLEAN'
|
71
|
+
:'republish' => :'BOOLEAN',
|
72
|
+
:'version' => :'String'
|
63
73
|
}
|
64
74
|
end
|
65
75
|
|
@@ -91,6 +101,10 @@ module CloudsmithApi
|
|
91
101
|
self.metadata_file = attributes[:'metadata_file']
|
92
102
|
end
|
93
103
|
|
104
|
+
if attributes.has_key?(:'name')
|
105
|
+
self.name = attributes[:'name']
|
106
|
+
end
|
107
|
+
|
94
108
|
if attributes.has_key?(:'package_file')
|
95
109
|
self.package_file = attributes[:'package_file']
|
96
110
|
end
|
@@ -99,6 +113,10 @@ module CloudsmithApi
|
|
99
113
|
self.republish = attributes[:'republish']
|
100
114
|
end
|
101
115
|
|
116
|
+
if attributes.has_key?(:'version')
|
117
|
+
self.version = attributes[:'version']
|
118
|
+
end
|
119
|
+
|
102
120
|
end
|
103
121
|
|
104
122
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -144,8 +162,10 @@ module CloudsmithApi
|
|
144
162
|
info_file == o.info_file &&
|
145
163
|
manifest_file == o.manifest_file &&
|
146
164
|
metadata_file == o.metadata_file &&
|
165
|
+
name == o.name &&
|
147
166
|
package_file == o.package_file &&
|
148
|
-
republish == o.republish
|
167
|
+
republish == o.republish &&
|
168
|
+
version == o.version
|
149
169
|
end
|
150
170
|
|
151
171
|
# @see the `==` method
|
@@ -157,7 +177,7 @@ module CloudsmithApi
|
|
157
177
|
# Calculates hash code according to all attributes.
|
158
178
|
# @return [Fixnum] Hash code
|
159
179
|
def hash
|
160
|
-
[conan_channel, conan_prefix, info_file, manifest_file, metadata_file, package_file, republish].hash
|
180
|
+
[conan_channel, conan_prefix, info_file, manifest_file, metadata_file, name, package_file, republish, version].hash
|
161
181
|
end
|
162
182
|
|
163
183
|
# Builds the object from hash
|
@@ -62,6 +62,12 @@ describe 'PackagesUploadConan' do
|
|
62
62
|
end
|
63
63
|
end
|
64
64
|
|
65
|
+
describe 'test attribute "name"' 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
|
+
|
65
71
|
describe 'test attribute "package_file"' do
|
66
72
|
it 'should work' do
|
67
73
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -74,5 +80,11 @@ describe 'PackagesUploadConan' do
|
|
74
80
|
end
|
75
81
|
end
|
76
82
|
|
83
|
+
describe 'test attribute "version"' do
|
84
|
+
it 'should work' do
|
85
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
86
|
+
end
|
87
|
+
end
|
88
|
+
|
77
89
|
end
|
78
90
|
|
@@ -62,6 +62,12 @@ describe 'PackagesValidateuploadConan' do
|
|
62
62
|
end
|
63
63
|
end
|
64
64
|
|
65
|
+
describe 'test attribute "name"' 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
|
+
|
65
71
|
describe 'test attribute "package_file"' do
|
66
72
|
it 'should work' do
|
67
73
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -74,5 +80,11 @@ describe 'PackagesValidateuploadConan' do
|
|
74
80
|
end
|
75
81
|
end
|
76
82
|
|
83
|
+
describe 'test attribute "version"' do
|
84
|
+
it 'should work' do
|
85
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
86
|
+
end
|
87
|
+
end
|
88
|
+
|
77
89
|
end
|
78
90
|
|
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 ./siteconf20200611-912-1k2x8i7.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 ./siteconf20200611-912-3ri1ik.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.20200611-912-1e2mjkv
|
@@ -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 ./siteconf20200611-912-iptvq7.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.20200611-912-1e2mjkv
|
35
|
+
sitelibdir = $(DESTDIR)./.gem.20200611-912-1e2mjkv
|
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)/Thread.h $(srcdir)/AbstractMemory.h $(srcdir)/Function.h $(srcdir)/rbffi_endian.h $(srcdir)/MethodHandle.h $(srcdir)/LastError.h $(srcdir)/rbffi.h $(srcdir)/ClosurePool.h $(srcdir)/extconf.h $(srcdir)/Platform.h $(srcdir)/MappedType.h $(srcdir)/compat.h $(srcdir)/ArrayType.h $(srcdir)/LongDouble.h $(srcdir)/MemoryPointer.h $(srcdir)/Struct.h $(srcdir)/Call.h $(srcdir)/Types.h $(srcdir)/StructByValue.h $(srcdir)/DynamicLibrary.h $(srcdir)/Pointer.h $(srcdir)/Type.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-06-
|
13
|
+
s.date = "2020-06-11"
|
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.51.
|
4
|
+
version: 0.51.38
|
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-06-
|
11
|
+
date: 2020-06-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
@@ -2413,110 +2413,110 @@ signing_key:
|
|
2413
2413
|
specification_version: 4
|
2414
2414
|
summary: Cloudsmith API
|
2415
2415
|
test_files:
|
2416
|
-
- spec/api/orgs_api_spec.rb
|
2417
|
-
- spec/api/distros_api_spec.rb
|
2418
|
-
- spec/api/formats_api_spec.rb
|
2419
|
-
- spec/api/users_api_spec.rb
|
2420
2416
|
- spec/api/repos_api_spec.rb
|
2421
|
-
- spec/api/entitlements_api_spec.rb
|
2422
|
-
- spec/api/status_api_spec.rb
|
2423
|
-
- spec/api/webhooks_api_spec.rb
|
2424
|
-
- spec/api/packages_api_spec.rb
|
2425
|
-
- spec/api/namespaces_api_spec.rb
|
2426
|
-
- spec/api/badges_api_spec.rb
|
2427
2417
|
- spec/api/files_api_spec.rb
|
2418
|
+
- spec/api/status_api_spec.rb
|
2428
2419
|
- spec/api/user_api_spec.rb
|
2420
|
+
- spec/api/namespaces_api_spec.rb
|
2429
2421
|
- spec/api/rates_api_spec.rb
|
2422
|
+
- spec/api/webhooks_api_spec.rb
|
2423
|
+
- spec/api/formats_api_spec.rb
|
2424
|
+
- spec/api/orgs_api_spec.rb
|
2425
|
+
- spec/api/entitlements_api_spec.rb
|
2426
|
+
- spec/api/distros_api_spec.rb
|
2427
|
+
- spec/api/users_api_spec.rb
|
2428
|
+
- spec/api/badges_api_spec.rb
|
2429
|
+
- spec/api/packages_api_spec.rb
|
2430
2430
|
- spec/api_client_spec.rb
|
2431
2431
|
- spec/configuration_spec.rb
|
2432
|
+
- spec/models/packages_upload_rpm_spec.rb
|
2432
2433
|
- spec/models/packages_upload_deb_spec.rb
|
2433
|
-
- spec/models/
|
2434
|
-
- spec/models/
|
2435
|
-
- spec/models/
|
2436
|
-
- spec/models/
|
2437
|
-
- spec/models/
|
2438
|
-
- spec/models/
|
2439
|
-
- spec/models/
|
2440
|
-
- spec/models/
|
2441
|
-
- spec/models/
|
2442
|
-
- spec/models/
|
2443
|
-
- spec/models/
|
2444
|
-
- spec/models/
|
2445
|
-
- spec/models/raw_package_upload_spec.rb
|
2446
|
-
- spec/models/package_move_spec.rb
|
2434
|
+
- spec/models/conan_package_upload_spec.rb
|
2435
|
+
- spec/models/repos_gpg_keys_spec.rb
|
2436
|
+
- spec/models/repository_webhook_spec.rb
|
2437
|
+
- spec/models/packages_validateupload_composer_spec.rb
|
2438
|
+
- spec/models/files_complete_spec.rb
|
2439
|
+
- spec/models/packagesownerrepo_files_spec.rb
|
2440
|
+
- spec/models/webhooksownerrepo_templates_spec.rb
|
2441
|
+
- spec/models/packages_upload_terraform_spec.rb
|
2442
|
+
- spec/models/status_basic_spec.rb
|
2443
|
+
- spec/models/user_profile_spec.rb
|
2444
|
+
- spec/models/packages_upload_cran_spec.rb
|
2445
|
+
- spec/models/webhooks_partial_update_spec.rb
|
2447
2446
|
- spec/models/repository_token_sync_spec.rb
|
2447
|
+
- spec/models/packages_upload_maven_spec.rb
|
2448
2448
|
- spec/models/packages_upload_docker_spec.rb
|
2449
|
-
- spec/models/
|
2450
|
-
- spec/models/
|
2451
|
-
- spec/models/
|
2452
|
-
- spec/models/
|
2453
|
-
- spec/models/
|
2454
|
-
- spec/models/
|
2455
|
-
- spec/models/packages_validateupload_npm_spec.rb
|
2456
|
-
- spec/models/package_file_parts_upload_spec.rb
|
2457
|
-
- spec/models/resources_rate_check_spec.rb
|
2449
|
+
- spec/models/packages_upload_cocoapods_spec.rb
|
2450
|
+
- spec/models/repository_spec.rb
|
2451
|
+
- spec/models/packages_validateupload_terraform_spec.rb
|
2452
|
+
- spec/models/packages_validateupload_docker_spec.rb
|
2453
|
+
- spec/models/packagesownerrepo_architectures_spec.rb
|
2454
|
+
- spec/models/packages_validateupload_cargo_spec.rb
|
2458
2455
|
- spec/models/repository_token_sync_tokens_spec.rb
|
2459
|
-
- spec/models/webhooksownerrepo_templates_spec.rb
|
2460
2456
|
- spec/models/packages_validateupload_luarocks_spec.rb
|
2461
|
-
- spec/models/
|
2457
|
+
- spec/models/namespace_spec.rb
|
2458
|
+
- spec/models/packages_upload_vagrant_spec.rb
|
2462
2459
|
- spec/models/package_file_upload_spec.rb
|
2463
|
-
- spec/models/repository_webhook_spec.rb
|
2464
|
-
- spec/models/packages_validateupload_docker_spec.rb
|
2465
|
-
- spec/models/package_spec.rb
|
2466
|
-
- spec/models/distros_versions_spec.rb
|
2467
|
-
- spec/models/packages_validateupload_terraform_spec.rb
|
2468
|
-
- spec/models/packages_validateupload_deb_spec.rb
|
2469
|
-
- spec/models/repos_partial_update_spec.rb
|
2470
|
-
- spec/models/packages_upload_conan_spec.rb
|
2471
|
-
- spec/models/conan_package_upload_spec.rb
|
2472
|
-
- spec/models/entitlements_refresh_spec.rb
|
2473
|
-
- spec/models/package_status_spec.rb
|
2474
|
-
- spec/models/packages_upload_python_spec.rb
|
2475
2460
|
- spec/models/formats_distributions_spec.rb
|
2476
|
-
- spec/models/
|
2477
|
-
- spec/models/repository_token_refresh_spec.rb
|
2478
|
-
- spec/models/repos_gpg_keys_spec.rb
|
2479
|
-
- spec/models/files_complete_spec.rb
|
2480
|
-
- spec/models/packages_validateupload_vagrant_spec.rb
|
2481
|
-
- spec/models/repos_create_spec.rb
|
2482
|
-
- spec/models/packages_validateupload_cocoapods_spec.rb
|
2483
|
-
- spec/models/packages_validateupload_alpine_spec.rb
|
2484
|
-
- spec/models/packages_validateupload_go_spec.rb
|
2461
|
+
- spec/models/packages_upload_helm_spec.rb
|
2485
2462
|
- spec/models/packages_validateupload_dart_spec.rb
|
2486
|
-
- spec/models/
|
2487
|
-
- spec/models/packages_upload_npm_spec.rb
|
2488
|
-
- spec/models/packages_upload_rpm_spec.rb
|
2489
|
-
- spec/models/packages_copy_spec.rb
|
2490
|
-
- spec/models/packages_validateupload_conan_spec.rb
|
2491
|
-
- spec/models/packages_validateupload_composer_spec.rb
|
2492
|
-
- spec/models/user_token_create_spec.rb
|
2493
|
-
- spec/models/package_copy_spec.rb
|
2463
|
+
- spec/models/webhooks_create_spec.rb
|
2494
2464
|
- spec/models/files_validate_spec.rb
|
2495
|
-
- spec/models/packages_upload_composer_spec.rb
|
2496
2465
|
- spec/models/user_brief_spec.rb
|
2497
|
-
- spec/models/repository_token_spec.rb
|
2498
|
-
- spec/models/packages_upload_ruby_spec.rb
|
2499
|
-
- spec/models/packages_upload_raw_spec.rb
|
2500
|
-
- spec/models/user_profile_spec.rb
|
2501
|
-
- spec/models/packages_upload_cran_spec.rb
|
2502
|
-
- spec/models/packages_upload_luarocks_spec.rb
|
2503
|
-
- spec/models/packages_upload_cargo_spec.rb
|
2504
|
-
- spec/models/packagesownerrepo_files_spec.rb
|
2505
|
-
- spec/models/packages_validateupload_raw_spec.rb
|
2506
|
-
- spec/models/webhooks_partial_update_spec.rb
|
2507
|
-
- spec/models/packages_validateupload_maven_spec.rb
|
2508
2466
|
- spec/models/packages_validateupload_cran_spec.rb
|
2509
|
-
- spec/models/
|
2467
|
+
- spec/models/packages_upload_raw_spec.rb
|
2468
|
+
- spec/models/packages_validateupload_cocoapods_spec.rb
|
2469
|
+
- spec/models/distribution_spec.rb
|
2470
|
+
- spec/models/entitlements_partial_update_spec.rb
|
2510
2471
|
- spec/models/packages_upload_dart_spec.rb
|
2472
|
+
- spec/models/entitlements_create_spec.rb
|
2473
|
+
- spec/models/raw_package_upload_spec.rb
|
2474
|
+
- spec/models/organization_spec.rb
|
2475
|
+
- spec/models/repos_partial_update_spec.rb
|
2511
2476
|
- spec/models/packages_validateupload_helm_spec.rb
|
2512
2477
|
- spec/models/packages_validateupload_nuget_spec.rb
|
2513
|
-
- spec/models/
|
2514
|
-
- spec/models/
|
2515
|
-
- spec/models/
|
2478
|
+
- spec/models/package_status_spec.rb
|
2479
|
+
- spec/models/format_spec.rb
|
2480
|
+
- spec/models/distros_versions_spec.rb
|
2481
|
+
- spec/models/repository_token_spec.rb
|
2516
2482
|
- spec/models/packages_validateupload_ruby_spec.rb
|
2517
|
-
- spec/models/
|
2483
|
+
- spec/models/packages_validateupload_vagrant_spec.rb
|
2484
|
+
- spec/models/packages_upload_ruby_spec.rb
|
2485
|
+
- spec/models/package_move_spec.rb
|
2486
|
+
- spec/models/packages_resync_spec.rb
|
2487
|
+
- spec/models/status_spec.rb
|
2488
|
+
- spec/models/repos_create_spec.rb
|
2489
|
+
- spec/models/repository_token_refresh_spec.rb
|
2490
|
+
- spec/models/package_copy_spec.rb
|
2491
|
+
- spec/models/packages_upload_alpine_spec.rb
|
2518
2492
|
- spec/models/user_auth_token_spec.rb
|
2519
|
-
- spec/models/
|
2493
|
+
- spec/models/packages_upload_nuget_spec.rb
|
2494
|
+
- spec/models/package_spec.rb
|
2495
|
+
- spec/models/packages_validateupload_npm_spec.rb
|
2496
|
+
- spec/models/packages_validateupload_deb_spec.rb
|
2497
|
+
- spec/models/resources_rate_check_spec.rb
|
2498
|
+
- spec/models/packages_copy_spec.rb
|
2499
|
+
- spec/models/packages_validateupload_maven_spec.rb
|
2500
|
+
- spec/models/packages_upload_conan_spec.rb
|
2501
|
+
- spec/models/maven_package_upload_spec.rb
|
2502
|
+
- spec/models/packages_validateupload_raw_spec.rb
|
2503
|
+
- spec/models/entitlements_refresh_spec.rb
|
2504
|
+
- spec/models/packages_upload_python_spec.rb
|
2505
|
+
- spec/models/packages_validateupload_rpm_spec.rb
|
2506
|
+
- spec/models/packages_upload_composer_spec.rb
|
2507
|
+
- spec/models/packages_validateupload_go_spec.rb
|
2508
|
+
- spec/models/files_abort_spec.rb
|
2509
|
+
- spec/models/packages_upload_npm_spec.rb
|
2510
|
+
- spec/models/user_token_create_spec.rb
|
2511
|
+
- spec/models/files_create_spec.rb
|
2512
|
+
- spec/models/packages_upload_go_spec.rb
|
2513
|
+
- spec/models/package_file_parts_upload_spec.rb
|
2514
|
+
- spec/models/packages_validateupload_alpine_spec.rb
|
2520
2515
|
- spec/models/packages_validateupload_python_spec.rb
|
2516
|
+
- spec/models/vagrant_package_upload_spec.rb
|
2517
|
+
- spec/models/packages_move_spec.rb
|
2521
2518
|
- spec/models/entitlements_sync_spec.rb
|
2519
|
+
- spec/models/packages_upload_cargo_spec.rb
|
2520
|
+
- spec/models/packages_upload_luarocks_spec.rb
|
2521
|
+
- spec/models/packages_validateupload_conan_spec.rb
|
2522
2522
|
- spec/spec_helper.rb
|