cloudsmith-api 2.0.8 → 2.0.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (25) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/README.md +4 -4
  4. data/build.json +1 -1
  5. data/docs/DebPackageUploadRequest.md +1 -0
  6. data/docs/StatusBasic.md +1 -1
  7. data/lib/cloudsmith-api/models/cran_package_upload_request.rb +0 -34
  8. data/lib/cloudsmith-api/models/deb_package_upload_request.rb +13 -1
  9. data/lib/cloudsmith-api/models/status_basic.rb +1 -1
  10. data/lib/cloudsmith-api/version.rb +1 -1
  11. data/spec/models/cran_package_upload_request_spec.rb +0 -4
  12. data/spec/models/deb_package_upload_request_spec.rb +6 -0
  13. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/autotest-fsevent-0.2.21/gem_make.out +1 -1
  14. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-3.1.6/gem_make.out +2 -2
  15. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-3.1.6/mkmf.log +5 -5
  16. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.16.3/gem_make.out +2 -2
  17. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.16.3/mkmf.log +1 -1
  18. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.1/gem_make.out +1 -1
  19. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.1/mkmf.log +1 -1
  20. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.6/ext/bigdecimal/Makefile +2 -2
  21. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Makefile +2 -2
  22. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/ext/json/Makefile +2 -2
  23. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/ext/json/ext/generator/Makefile +2 -2
  24. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/ext/json/ext/parser/Makefile +2 -2
  25. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fc47b92a97dd278a12d2f6eb3ed06ed644b4f9a6ca73775748fb45b978b8a3c8
4
- data.tar.gz: 9daf861f0d708e9a4d9e793a3d62aee5f748460692c2bbc68e366a954c02cc75
3
+ metadata.gz: 828049a73eb7d303ba93f6cc49b193bf54dc5daf0d769802fd8b4231ff16818e
4
+ data.tar.gz: ef64c3a109773502db035a04755dd6cc14c09cc318c469b650eb1e50d1fdfde7
5
5
  SHA512:
6
- metadata.gz: 22bb52e7e99eb3a083a128990067d95a2f3e63f531d1c2e06c8bac2b844c2eefc81fb8145a00c325610db75d465b12949cc4d86c0f74e220647c3384a131c9df
7
- data.tar.gz: 3e6cd46fdd4ff1d775d512c098402ccb427803919bff5252061472eb36a1f3db73721f3034e2ba30fa3fdd02582b9d99deaa24b1550cd35245626e0547b4cd3e
6
+ metadata.gz: a18a76fef5b82dbd36bf0c09f8721a00694640b8bd95079768a9358e433d53ab4f396a7af27a9899ee77d833425ad57dc4f37c9ea55cf0ff395a0120969f06e1
7
+ data.tar.gz: e15b408737638bd93146c029cfc7aeb4c4fc3c75fa66c2e27d29c5cafb6223b0651359da4d9ca43cd835a9d7a45e2824bf36423db88cc85174aaf1b4100eeb6f
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cloudsmith-api (2.0.8)
4
+ cloudsmith-api (2.0.10)
5
5
  addressable (~> 2.3, >= 2.3.0)
6
6
  json (~> 2.1, >= 2.1.0)
7
7
  typhoeus (~> 1.0, >= 1.0.1)
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: 2.0.8
10
+ - Package version: 2.0.10
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-2.0.8.gem
27
+ gem install ./cloudsmith-api-2.0.10.gem
28
28
  ```
29
- (for development, run `gem install --dev ./cloudsmith-api-2.0.8.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./cloudsmith-api-2.0.10.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', '~> 2.0.8'
35
+ gem 'cloudsmith-api', '~> 2.0.10'
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": "2.0.8",
11
+ "gemVersion": "2.0.10",
12
12
  "hideGenerationTimestamp": true,
13
13
  "moduleName": "CloudsmithApi",
14
14
  "sortParamsByRequiredFlag": true
@@ -4,6 +4,7 @@
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **changes_file** | **String** | The changes archive containing the changes made to the source and debian packaging files | [optional]
7
+ **component** | **String** | The component (channel) for the package (e.g. 'main', 'unstable', etc.) | [optional] [default to 'main']
7
8
  **distribution** | **String** | The distribution to store the package for. |
8
9
  **package_file** | **String** | The primary file for the package. |
9
10
  **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]
data/docs/StatusBasic.md CHANGED
@@ -4,6 +4,6 @@
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **detail** | **String** | The message describing the state of the API. | [optional] [default to 'Cloudsmith API is operational.']
7
- **version** | **String** | The current version for the Cloudsmith service. | [optional] [default to '1.354.0']
7
+ **version** | **String** | The current version for the Cloudsmith service. | [optional] [default to '1.363.0']
8
8
 
9
9
 
@@ -29,28 +29,6 @@ class CranPackageUploadRequest
29
29
  # A comma-separated values list of tags to add to the package.
30
30
  attr_accessor :tags
31
31
 
32
- class EnumAttributeValidator
33
- attr_reader :datatype
34
- attr_reader :allowable_values
35
-
36
- def initialize(datatype, allowable_values)
37
- @allowable_values = allowable_values.map do |value|
38
- case datatype.to_s
39
- when /Integer/i
40
- value.to_i
41
- when /Float/i
42
- value.to_f
43
- else
44
- value
45
- end
46
- end
47
- end
48
-
49
- def valid?(value)
50
- !value || allowable_values.include?(value)
51
- end
52
- end
53
-
54
32
  # Attribute mapping from ruby-style variable name to JSON key.
55
33
  def self.attribute_map
56
34
  {
@@ -116,22 +94,10 @@ class CranPackageUploadRequest
116
94
  # Check to see if the all the properties in the model are valid
117
95
  # @return true if the model is valid
118
96
  def valid?
119
- architecture_validator = EnumAttributeValidator.new('String', ['arm64', 'x86_64'])
120
- return false unless architecture_validator.valid?(@architecture)
121
97
  return false if @package_file.nil?
122
98
  true
123
99
  end
124
100
 
125
- # Custom attribute writer method checking allowed values (enum).
126
- # @param [Object] architecture Object to be assigned
127
- def architecture=(architecture)
128
- validator = EnumAttributeValidator.new('String', ['arm64', 'x86_64'])
129
- unless validator.valid?(architecture)
130
- fail ArgumentError, 'invalid value for "architecture", must be one of #{validator.allowable_values}.'
131
- end
132
- @architecture = architecture
133
- end
134
-
135
101
  # Checks equality by comparing each attribute.
136
102
  # @param [Object] Object to be compared
137
103
  def ==(o)
@@ -17,6 +17,9 @@ class DebPackageUploadRequest
17
17
  # The changes archive containing the changes made to the source and debian packaging files
18
18
  attr_accessor :changes_file
19
19
 
20
+ # The component (channel) for the package (e.g. 'main', 'unstable', etc.)
21
+ attr_accessor :component
22
+
20
23
  # The distribution to store the package for.
21
24
  attr_accessor :distribution
22
25
 
@@ -36,6 +39,7 @@ class DebPackageUploadRequest
36
39
  def self.attribute_map
37
40
  {
38
41
  :'changes_file' => :'changes_file',
42
+ :'component' => :'component',
39
43
  :'distribution' => :'distribution',
40
44
  :'package_file' => :'package_file',
41
45
  :'republish' => :'republish',
@@ -48,6 +52,7 @@ class DebPackageUploadRequest
48
52
  def self.swagger_types
49
53
  {
50
54
  :'changes_file' => :'String',
55
+ :'component' => :'String',
51
56
  :'distribution' => :'String',
52
57
  :'package_file' => :'String',
53
58
  :'republish' => :'BOOLEAN',
@@ -68,6 +73,12 @@ class DebPackageUploadRequest
68
73
  self.changes_file = attributes[:'changes_file']
69
74
  end
70
75
 
76
+ if attributes.has_key?(:'component')
77
+ self.component = attributes[:'component']
78
+ else
79
+ self.component = 'main'
80
+ end
81
+
71
82
  if attributes.has_key?(:'distribution')
72
83
  self.distribution = attributes[:'distribution']
73
84
  end
@@ -118,6 +129,7 @@ class DebPackageUploadRequest
118
129
  return true if self.equal?(o)
119
130
  self.class == o.class &&
120
131
  changes_file == o.changes_file &&
132
+ component == o.component &&
121
133
  distribution == o.distribution &&
122
134
  package_file == o.package_file &&
123
135
  republish == o.republish &&
@@ -134,7 +146,7 @@ class DebPackageUploadRequest
134
146
  # Calculates hash code according to all attributes.
135
147
  # @return [Fixnum] Hash code
136
148
  def hash
137
- [changes_file, distribution, package_file, republish, sources_file, tags].hash
149
+ [changes_file, component, distribution, package_file, republish, sources_file, tags].hash
138
150
  end
139
151
 
140
152
  # Builds the object from hash
@@ -53,7 +53,7 @@ class StatusBasic
53
53
  if attributes.has_key?(:'version')
54
54
  self.version = attributes[:'version']
55
55
  else
56
- self.version = '1.354.0'
56
+ self.version = '1.363.0'
57
57
  end
58
58
  end
59
59
 
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.4.26
11
11
  =end
12
12
 
13
13
  module CloudsmithApi
14
- VERSION = '2.0.8'
14
+ VERSION = '2.0.10'
15
15
  end
@@ -35,10 +35,6 @@ describe 'CranPackageUploadRequest' do
35
35
  describe 'test attribute "architecture"' do
36
36
  it 'should work' do
37
37
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
- # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["arm64", "x86_64"])
39
- # validator.allowable_values.each do |value|
40
- # expect { @instance.architecture = value }.not_to raise_error
41
- # end
42
38
  end
43
39
  end
44
40
 
@@ -38,6 +38,12 @@ describe 'DebPackageUploadRequest' do
38
38
  end
39
39
  end
40
40
 
41
+ describe 'test attribute "component"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
41
47
  describe 'test attribute "distribution"' do
42
48
  it 'should work' do
43
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -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.21/ext/fsevent
2
- /usr/local/bin/ruby -I /usr/local/lib/ruby/site_ruby/2.6.0 -r ./siteconf20240214-893-1oplyun.rb extconf.rb
2
+ /usr/local/bin/ruby -I /usr/local/lib/ruby/site_ruby/2.6.0 -r ./siteconf20240223-891-1d4cy92.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.21/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/bigdecimal-3.1.6/ext/bigdecimal
2
- /usr/local/bin/ruby -I /usr/local/lib/ruby/site_ruby/2.6.0 -r ./siteconf20240214-893-i5k20u.rb extconf.rb
2
+ /usr/local/bin/ruby -I /usr/local/lib/ruby/site_ruby/2.6.0 -r ./siteconf20240223-891-1m5ykz7.rb extconf.rb
3
3
  checking for __builtin_clz()... yes
4
4
  checking for __builtin_clzl()... yes
5
5
  checking for __builtin_clzll()... yes
@@ -154,4 +154,4 @@ linking shared-object bigdecimal.so
154
154
 
155
155
  current directory: /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.6/ext/bigdecimal
156
156
  make DESTDIR\= install
157
- /usr/bin/install -c -m 0755 bigdecimal.so ./.gem.20240214-893-1bt8ytw
157
+ /usr/bin/install -c -m 0755 bigdecimal.so ./.gem.20240223-891-m48brs
@@ -111,7 +111,7 @@ checked program was:
111
111
  have_func: checking for _lzcnt_u32() in x86intrin.h... -------------------- no
112
112
 
113
113
  "gcc -o conftest -I/usr/local/include/ruby-2.6.0/x86_64-linux -I/usr/local/include/ruby-2.6.0/ruby/backward -I/usr/local/include/ruby-2.6.0 -I. -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -fPIC conftest.c -L. -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby -lm -lc"
114
- /usr/bin/ld: /tmp/ccLAnLSJ.o: in function `t':
114
+ /usr/bin/ld: /tmp/ccBTLIYH.o: in function `t':
115
115
  /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.6/ext/bigdecimal/conftest.c:16: undefined reference to `_lzcnt_u32'
116
116
  collect2: error: ld returned 1 exit status
117
117
  checked program was:
@@ -173,7 +173,7 @@ checked program was:
173
173
  have_func: checking for _lzcnt_u64() in x86intrin.h... -------------------- no
174
174
 
175
175
  "gcc -o conftest -I/usr/local/include/ruby-2.6.0/x86_64-linux -I/usr/local/include/ruby-2.6.0/ruby/backward -I/usr/local/include/ruby-2.6.0 -I. -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -fPIC conftest.c -L. -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby -lm -lc"
176
- /usr/bin/ld: /tmp/ccQuYSkw.o: in function `t':
176
+ /usr/bin/ld: /tmp/ccUxNfJi.o: in function `t':
177
177
  /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.6/ext/bigdecimal/conftest.c:16: undefined reference to `_lzcnt_u64'
178
178
  collect2: error: ld returned 1 exit status
179
179
  checked program was:
@@ -577,7 +577,7 @@ checked program was:
577
577
  /* end */
578
578
 
579
579
  "gcc -o conftest -I/usr/local/include/ruby-2.6.0/x86_64-linux -I/usr/local/include/ruby-2.6.0/ruby/backward -I/usr/local/include/ruby-2.6.0 -I. -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -fPIC conftest.c -L. -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby -lm -lc"
580
- /usr/bin/ld: /tmp/cc6PLZwH.o: in function `t':
580
+ /usr/bin/ld: /tmp/ccLeHL5n.o: in function `t':
581
581
  /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.6/ext/bigdecimal/conftest.c:17: undefined reference to `__builtin_isfinite'
582
582
  collect2: error: ld returned 1 exit status
583
583
  checked program was:
@@ -785,7 +785,7 @@ checked program was:
785
785
  /* end */
786
786
 
787
787
  "gcc -o conftest -I/usr/local/include/ruby-2.6.0/x86_64-linux -I/usr/local/include/ruby-2.6.0/ruby/backward -I/usr/local/include/ruby-2.6.0 -I. -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -fPIC conftest.c -L. -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby -lm -lc"
788
- /usr/bin/ld: /tmp/ccmmRFVF.o: in function `t':
788
+ /usr/bin/ld: /tmp/ccdS1KmO.o: in function `t':
789
789
  /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.6/ext/bigdecimal/conftest.c:17: undefined reference to `rb_opts_exception_p'
790
790
  collect2: error: ld returned 1 exit status
791
791
  checked program was:
@@ -844,7 +844,7 @@ checked program was:
844
844
  /* end */
845
845
 
846
846
  "gcc -o conftest -I/usr/local/include/ruby-2.6.0/x86_64-linux -I/usr/local/include/ruby-2.6.0/ruby/backward -I/usr/local/include/ruby-2.6.0 -I. -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -fPIC conftest.c -L. -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby -lm -lc"
847
- /usr/bin/ld: /tmp/ccnYeGcv.o: in function `t':
847
+ /usr/bin/ld: /tmp/ccWqfovH.o: in function `t':
848
848
  /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.6/ext/bigdecimal/conftest.c:17: undefined reference to `rb_category_warn'
849
849
  collect2: error: ld returned 1 exit status
850
850
  checked program was:
@@ -1,5 +1,5 @@
1
1
  current directory: /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c
2
- /usr/local/bin/ruby -I /usr/local/lib/ruby/site_ruby/2.6.0 -r ./siteconf20240214-893-1ipsoh6.rb extconf.rb
2
+ /usr/local/bin/ruby -I /usr/local/lib/ruby/site_ruby/2.6.0 -r ./siteconf20240223-891-1u2ca2y.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
@@ -41,4 +41,4 @@ linking shared-object ffi_c.so
41
41
 
42
42
  current directory: /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c
43
43
  make DESTDIR\= install
44
- /usr/bin/install -c -m 0755 ffi_c.so ./.gem.20240214-893-1pkiz2k
44
+ /usr/bin/install -c -m 0755 ffi_c.so ./.gem.20240223-891-1r3uyrh
@@ -247,7 +247,7 @@ checked program was:
247
247
  /* end */
248
248
 
249
249
  "gcc -o conftest -I/usr/local/include/ruby-2.6.0/x86_64-linux -I/usr/local/include/ruby-2.6.0/ruby/backward -I/usr/local/include/ruby-2.6.0 -I. -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -fPIC conftest.c -L. -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -lffi -lffi -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby -lffi -lffi -lm -lc"
250
- /usr/bin/ld: /tmp/cc544RBH.o: in function `t':
250
+ /usr/bin/ld: /tmp/ccRoRfwD.o: in function `t':
251
251
  /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/conftest.c:15: undefined reference to `rb_gc_mark_movable'
252
252
  collect2: error: ld returned 1 exit status
253
253
  checked program was:
@@ -1,5 +1,5 @@
1
1
  current directory: /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/ext/json
2
- /usr/local/bin/ruby -I /usr/local/lib/ruby/site_ruby/2.6.0 -r ./siteconf20240214-893-1yym9h2.rb extconf.rb
2
+ /usr/local/bin/ruby -I /usr/local/lib/ruby/site_ruby/2.6.0 -r ./siteconf20240223-891-1xxrk2z.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.7.1/ext/json
@@ -100,7 +100,7 @@ checked program was:
100
100
  /* end */
101
101
 
102
102
  "gcc -o conftest -I/usr/local/include/ruby-2.6.0/x86_64-linux -I/usr/local/include/ruby-2.6.0/ruby/backward -I/usr/local/include/ruby-2.6.0 -I. -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -fPIC conftest.c -L. -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby -lm -lc"
103
- /usr/bin/ld: /tmp/ccrAyM6o.o: in function `t':
103
+ /usr/bin/ld: /tmp/ccXvu8s1.o: in function `t':
104
104
  /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/ext/json/ext/parser/conftest.c:17: undefined reference to `rb_enc_interned_str'
105
105
  collect2: error: ld returned 1 exit status
106
106
  checked program was:
@@ -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.20240214-893-1bt8ytw
35
- sitelibdir = $(DESTDIR)./.gem.20240214-893-1bt8ytw
34
+ sitearchdir = $(DESTDIR)./.gem.20240223-891-m48brs
35
+ sitelibdir = $(DESTDIR)./.gem.20240223-891-m48brs
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.20240214-893-1pkiz2k
35
- sitelibdir = $(DESTDIR)./.gem.20240214-893-1pkiz2k
34
+ sitearchdir = $(DESTDIR)./.gem.20240223-891-1r3uyrh
35
+ sitelibdir = $(DESTDIR)./.gem.20240223-891-1r3uyrh
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.20240214-893-178gnsu
35
- sitelibdir = $(DESTDIR)./.gem.20240214-893-178gnsu
34
+ sitearchdir = $(DESTDIR)./.gem.20240223-891-819kip
35
+ sitelibdir = $(DESTDIR)./.gem.20240223-891-819kip
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.20240214-893-vq4ayj
35
- sitelibdir = $(DESTDIR)./.gem.20240214-893-vq4ayj
34
+ sitearchdir = $(DESTDIR)./.gem.20240223-891-1cyiwm
35
+ sitelibdir = $(DESTDIR)./.gem.20240223-891-1cyiwm
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.20240214-893-8vlxhg
35
- sitelibdir = $(DESTDIR)./.gem.20240214-893-8vlxhg
34
+ sitearchdir = $(DESTDIR)./.gem.20240223-891-15jkeh4
35
+ sitelibdir = $(DESTDIR)./.gem.20240223-891-15jkeh4
36
36
  sitedir = $(rubylibprefix)/site_ruby
37
37
  rubyarchdir = $(rubylibdir)/$(arch)
38
38
  rubylibdir = $(rubylibprefix)/$(ruby_version)
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: 2.0.8
4
+ version: 2.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cloudsmith Ltd
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-14 00:00:00.000000000 Z
11
+ date: 2024-02-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus