affixapi 1.1.102 → 1.1.103
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/openapi_client/models/address_no_non_null_request.rb +2 -2
- data/lib/openapi_client/models/address_response.rb +2 -2
- data/lib/openapi_client/version.rb +1 -1
- data/spec/models/address_no_non_null_request_spec.rb +1 -1
- data/spec/models/address_response_spec.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/byebug-11.1.3/byebug/byebug.so +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/byebug-11.1.3/gem_make.out +7 -7
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/ffi-1.16.3/ffi_c.so +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/ffi-1.16.3/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/ffi-1.16.3/mkmf.log +3 -3
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/jaro_winkler-1.5.6/gem_make.out +6 -6
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/jaro_winkler-1.5.6/jaro_winkler/jaro_winkler_ext.so +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/racc-1.7.3/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/racc-1.7.3/racc/cparse.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/byebug-11.1.3/lib/byebug/byebug.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/lib/ffi_c.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/jaro_winkler-1.5.6/lib/jaro_winkler/jaro_winkler_ext.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.7.3/lib/racc/cparse.so +0 -0
- metadata +50 -50
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6383d154bd425a48762eee902803340e13d93ae051916cd67627a8c18c4e897f
|
4
|
+
data.tar.gz: d25d1215ed99cf02c3faf362136acee67a5e20e1c567d4b716080401e4e775fb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e2aa22f9e698a94e9ec26a3984ceef0d5f8c2029f9ec297a5774da71df6a9eabd1d3657b5bf3df31f5300f3c4d0bdf5b799555ca40332081f94cb5463c38040f
|
7
|
+
data.tar.gz: 95506dd4de0120e0ad31c9757299b1c72f267d8a9469c5ec52c94f45a1a85fb341fd54b38ffc87ed631ab2400d3540cd1b3d0c05ae0221bf4b0578da42421786
|
data/Gemfile.lock
CHANGED
@@ -133,7 +133,7 @@ module OpenapiClient
|
|
133
133
|
# Check to see if the all the properties in the model are valid
|
134
134
|
# @return true if the model is valid
|
135
135
|
def valid?
|
136
|
-
country_validator = EnumAttributeValidator.new('String', ["BZ", "CA", "CR", "GT", "MX", "PA", "SV", "US", "AR", "BR", "CL", "PE", "AT", "BE", "CH", "CY", "CZ", "DE", "DK", "EE", "ES", "FI", "FR", "GB", "GR", "IE", "IM", "IS", "IT", "LI", "LT", "LU", "LV", "NL", "NO", "PL", "RO", "RU", "SE", "SK", "CN", "HK", "ID", "IL", "IN", "JP", "KR", "MO", "MY", "PH", "PS", "SG", "TH", "TR", "TW", "VN", "ZA", "AU", "NZ"])
|
136
|
+
country_validator = EnumAttributeValidator.new('String', ["BZ", "CA", "CR", "GT", "MX", "PA", "SV", "US", "AR", "BR", "CL", "PE", "AT", "BE", "CH", "CY", "CZ", "DE", "DK", "EE", "ES", "FI", "FR", "GB", "GR", "IE", "IM", "IS", "IT", "LI", "LT", "LU", "LV", "NL", "NO", "PL", "PT", "RO", "RU", "SE", "SK", "CN", "HK", "ID", "IL", "IN", "JP", "KR", "MO", "MY", "PH", "PS", "SG", "TH", "TR", "TW", "VN", "ZA", "AU", "NZ"])
|
137
137
|
return false unless country_validator.valid?(@country)
|
138
138
|
true
|
139
139
|
end
|
@@ -141,7 +141,7 @@ module OpenapiClient
|
|
141
141
|
# Custom attribute writer method checking allowed values (enum).
|
142
142
|
# @param [Object] country Object to be assigned
|
143
143
|
def country=(country)
|
144
|
-
validator = EnumAttributeValidator.new('String', ["BZ", "CA", "CR", "GT", "MX", "PA", "SV", "US", "AR", "BR", "CL", "PE", "AT", "BE", "CH", "CY", "CZ", "DE", "DK", "EE", "ES", "FI", "FR", "GB", "GR", "IE", "IM", "IS", "IT", "LI", "LT", "LU", "LV", "NL", "NO", "PL", "RO", "RU", "SE", "SK", "CN", "HK", "ID", "IL", "IN", "JP", "KR", "MO", "MY", "PH", "PS", "SG", "TH", "TR", "TW", "VN", "ZA", "AU", "NZ"])
|
144
|
+
validator = EnumAttributeValidator.new('String', ["BZ", "CA", "CR", "GT", "MX", "PA", "SV", "US", "AR", "BR", "CL", "PE", "AT", "BE", "CH", "CY", "CZ", "DE", "DK", "EE", "ES", "FI", "FR", "GB", "GR", "IE", "IM", "IS", "IT", "LI", "LT", "LU", "LV", "NL", "NO", "PL", "PT", "RO", "RU", "SE", "SK", "CN", "HK", "ID", "IL", "IN", "JP", "KR", "MO", "MY", "PH", "PS", "SG", "TH", "TR", "TW", "VN", "ZA", "AU", "NZ"])
|
145
145
|
unless validator.valid?(country)
|
146
146
|
fail ArgumentError, "invalid value for \"country\", must be one of #{validator.allowable_values}."
|
147
147
|
end
|
@@ -133,7 +133,7 @@ module OpenapiClient
|
|
133
133
|
# Check to see if the all the properties in the model are valid
|
134
134
|
# @return true if the model is valid
|
135
135
|
def valid?
|
136
|
-
country_validator = EnumAttributeValidator.new('String', ["null", "BZ", "CA", "CR", "GT", "MX", "PA", "SV", "US", "AR", "BR", "CL", "PE", "AT", "BE", "CH", "CY", "CZ", "DE", "DK", "EE", "ES", "FI", "FR", "GB", "GR", "IE", "IM", "IS", "IT", "LI", "LT", "LU", "LV", "NL", "NO", "PL", "RO", "RU", "SE", "SK", "CN", "HK", "ID", "IL", "IN", "JP", "KR", "MO", "MY", "PH", "PS", "SG", "TH", "TR", "TW", "VN", "ZA", "AU", "NZ"])
|
136
|
+
country_validator = EnumAttributeValidator.new('String', ["null", "BZ", "CA", "CR", "GT", "MX", "PA", "SV", "US", "AR", "BR", "CL", "PE", "AT", "BE", "CH", "CY", "CZ", "DE", "DK", "EE", "ES", "FI", "FR", "GB", "GR", "IE", "IM", "IS", "IT", "LI", "LT", "LU", "LV", "NL", "NO", "PL", "PT", "RO", "RU", "SE", "SK", "CN", "HK", "ID", "IL", "IN", "JP", "KR", "MO", "MY", "PH", "PS", "SG", "TH", "TR", "TW", "VN", "ZA", "AU", "NZ"])
|
137
137
|
return false unless country_validator.valid?(@country)
|
138
138
|
true
|
139
139
|
end
|
@@ -141,7 +141,7 @@ module OpenapiClient
|
|
141
141
|
# Custom attribute writer method checking allowed values (enum).
|
142
142
|
# @param [Object] country Object to be assigned
|
143
143
|
def country=(country)
|
144
|
-
validator = EnumAttributeValidator.new('String', ["null", "BZ", "CA", "CR", "GT", "MX", "PA", "SV", "US", "AR", "BR", "CL", "PE", "AT", "BE", "CH", "CY", "CZ", "DE", "DK", "EE", "ES", "FI", "FR", "GB", "GR", "IE", "IM", "IS", "IT", "LI", "LT", "LU", "LV", "NL", "NO", "PL", "RO", "RU", "SE", "SK", "CN", "HK", "ID", "IL", "IN", "JP", "KR", "MO", "MY", "PH", "PS", "SG", "TH", "TR", "TW", "VN", "ZA", "AU", "NZ"])
|
144
|
+
validator = EnumAttributeValidator.new('String', ["null", "BZ", "CA", "CR", "GT", "MX", "PA", "SV", "US", "AR", "BR", "CL", "PE", "AT", "BE", "CH", "CY", "CZ", "DE", "DK", "EE", "ES", "FI", "FR", "GB", "GR", "IE", "IM", "IS", "IT", "LI", "LT", "LU", "LV", "NL", "NO", "PL", "PT", "RO", "RU", "SE", "SK", "CN", "HK", "ID", "IL", "IN", "JP", "KR", "MO", "MY", "PH", "PS", "SG", "TH", "TR", "TW", "VN", "ZA", "AU", "NZ"])
|
145
145
|
unless validator.valid?(country)
|
146
146
|
fail ArgumentError, "invalid value for \"country\", must be one of #{validator.allowable_values}."
|
147
147
|
end
|
@@ -46,7 +46,7 @@ describe OpenapiClient::AddressNoNonNullRequest do
|
|
46
46
|
describe 'test attribute "country"' do
|
47
47
|
it 'should work' do
|
48
48
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
49
|
-
# validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["BZ", "CA", "CR", "GT", "MX", "PA", "SV", "US", "AR", "BR", "CL", "PE", "AT", "BE", "CH", "CY", "CZ", "DE", "DK", "EE", "ES", "FI", "FR", "GB", "GR", "IE", "IM", "IS", "IT", "LI", "LT", "LU", "LV", "NL", "NO", "PL", "RO", "RU", "SE", "SK", "CN", "HK", "ID", "IL", "IN", "JP", "KR", "MO", "MY", "PH", "PS", "SG", "TH", "TR", "TW", "VN", "ZA", "AU", "NZ"])
|
49
|
+
# validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["BZ", "CA", "CR", "GT", "MX", "PA", "SV", "US", "AR", "BR", "CL", "PE", "AT", "BE", "CH", "CY", "CZ", "DE", "DK", "EE", "ES", "FI", "FR", "GB", "GR", "IE", "IM", "IS", "IT", "LI", "LT", "LU", "LV", "NL", "NO", "PL", "PT", "RO", "RU", "SE", "SK", "CN", "HK", "ID", "IL", "IN", "JP", "KR", "MO", "MY", "PH", "PS", "SG", "TH", "TR", "TW", "VN", "ZA", "AU", "NZ"])
|
50
50
|
# validator.allowable_values.each do |value|
|
51
51
|
# expect { instance.country = value }.not_to raise_error
|
52
52
|
# end
|
@@ -46,7 +46,7 @@ describe OpenapiClient::AddressResponse do
|
|
46
46
|
describe 'test attribute "country"' do
|
47
47
|
it 'should work' do
|
48
48
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
49
|
-
# validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["null", "BZ", "CA", "CR", "GT", "MX", "PA", "SV", "US", "AR", "BR", "CL", "PE", "AT", "BE", "CH", "CY", "CZ", "DE", "DK", "EE", "ES", "FI", "FR", "GB", "GR", "IE", "IM", "IS", "IT", "LI", "LT", "LU", "LV", "NL", "NO", "PL", "RO", "RU", "SE", "SK", "CN", "HK", "ID", "IL", "IN", "JP", "KR", "MO", "MY", "PH", "PS", "SG", "TH", "TR", "TW", "VN", "ZA", "AU", "NZ"])
|
49
|
+
# validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["null", "BZ", "CA", "CR", "GT", "MX", "PA", "SV", "US", "AR", "BR", "CL", "PE", "AT", "BE", "CH", "CY", "CZ", "DE", "DK", "EE", "ES", "FI", "FR", "GB", "GR", "IE", "IM", "IS", "IT", "LI", "LT", "LU", "LV", "NL", "NO", "PL", "PT", "RO", "RU", "SE", "SK", "CN", "HK", "ID", "IL", "IN", "JP", "KR", "MO", "MY", "PH", "PS", "SG", "TH", "TR", "TW", "VN", "ZA", "AU", "NZ"])
|
50
50
|
# validator.allowable_values.each do |value|
|
51
51
|
# expect { instance.country = value }.not_to raise_error
|
52
52
|
# end
|
Binary file
|
@@ -3,10 +3,10 @@ current directory: /home/runner/work/ruby-sdk/ruby-sdk/vendor/bundle/ruby/3.3.0/
|
|
3
3
|
creating Makefile
|
4
4
|
|
5
5
|
current directory: /home/runner/work/ruby-sdk/ruby-sdk/vendor/bundle/ruby/3.3.0/gems/byebug-11.1.3/ext/byebug
|
6
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
6
|
+
make DESTDIR\= sitearchdir\=./.gem.20250408-1889-imvh1z sitelibdir\=./.gem.20250408-1889-imvh1z clean
|
7
7
|
|
8
8
|
current directory: /home/runner/work/ruby-sdk/ruby-sdk/vendor/bundle/ruby/3.3.0/gems/byebug-11.1.3/ext/byebug
|
9
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
9
|
+
make DESTDIR\= sitearchdir\=./.gem.20250408-1889-imvh1z sitelibdir\=./.gem.20250408-1889-imvh1z
|
10
10
|
compiling breakpoint.c
|
11
11
|
compiling byebug.c
|
12
12
|
byebug.c: In function ‘check_started’:
|
@@ -17,7 +17,7 @@ byebug.c: In function ‘Init_byebug’:
|
|
17
17
|
byebug.c:865:1: warning: old-style function definition [-Wold-style-definition]
|
18
18
|
865 | Init_byebug()
|
19
19
|
| ^~~~~~~~~~~
|
20
|
-
|
20
|
+
At top level:
|
21
21
|
cc1: note: unrecognized command-line option ‘-Wno-self-assign’ may have been intended to silence earlier diagnostics
|
22
22
|
cc1: note: unrecognized command-line option ‘-Wno-parentheses-equality’ may have been intended to silence earlier diagnostics
|
23
23
|
cc1: note: unrecognized command-line option ‘-Wno-constant-logical-operand’ may have been intended to silence earlier diagnostics
|
@@ -27,7 +27,7 @@ locker.c: In function ‘byebug_pop_from_locked’:
|
|
27
27
|
locker.c:53:1: warning: old-style function definition [-Wold-style-definition]
|
28
28
|
53 | byebug_pop_from_locked()
|
29
29
|
| ^~~~~~~~~~~~~~~~~~~~~~
|
30
|
-
|
30
|
+
At top level:
|
31
31
|
cc1: note: unrecognized command-line option ‘-Wno-self-assign’ may have been intended to silence earlier diagnostics
|
32
32
|
cc1: note: unrecognized command-line option ‘-Wno-parentheses-equality’ may have been intended to silence earlier diagnostics
|
33
33
|
cc1: note: unrecognized command-line option ‘-Wno-constant-logical-operand’ may have been intended to silence earlier diagnostics
|
@@ -35,8 +35,8 @@ compiling threads.c
|
|
35
35
|
linking shared-object byebug/byebug.so
|
36
36
|
|
37
37
|
current directory: /home/runner/work/ruby-sdk/ruby-sdk/vendor/bundle/ruby/3.3.0/gems/byebug-11.1.3/ext/byebug
|
38
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
39
|
-
/usr/bin/install -c -m 0755 byebug.so ./.gem.
|
38
|
+
make DESTDIR\= sitearchdir\=./.gem.20250408-1889-imvh1z sitelibdir\=./.gem.20250408-1889-imvh1z install
|
39
|
+
/usr/bin/install -c -m 0755 byebug.so ./.gem.20250408-1889-imvh1z/byebug
|
40
40
|
|
41
41
|
current directory: /home/runner/work/ruby-sdk/ruby-sdk/vendor/bundle/ruby/3.3.0/gems/byebug-11.1.3/ext/byebug
|
42
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
42
|
+
make DESTDIR\= sitearchdir\=./.gem.20250408-1889-imvh1z sitelibdir\=./.gem.20250408-1889-imvh1z clean
|
Binary file
|
@@ -11,10 +11,10 @@ creating extconf.h
|
|
11
11
|
creating Makefile
|
12
12
|
|
13
13
|
current directory: /home/runner/work/ruby-sdk/ruby-sdk/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c
|
14
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
14
|
+
make DESTDIR\= sitearchdir\=./.gem.20250408-1889-tt4h3x sitelibdir\=./.gem.20250408-1889-tt4h3x clean
|
15
15
|
|
16
16
|
current directory: /home/runner/work/ruby-sdk/ruby-sdk/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c
|
17
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
17
|
+
make DESTDIR\= sitearchdir\=./.gem.20250408-1889-tt4h3x sitelibdir\=./.gem.20250408-1889-tt4h3x
|
18
18
|
compiling AbstractMemory.c
|
19
19
|
compiling ArrayType.c
|
20
20
|
compiling Buffer.c
|
@@ -41,8 +41,8 @@ compiling ffi.c
|
|
41
41
|
linking shared-object ffi_c.so
|
42
42
|
|
43
43
|
current directory: /home/runner/work/ruby-sdk/ruby-sdk/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c
|
44
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
45
|
-
/usr/bin/install -c -m 0755 ffi_c.so ./.gem.
|
44
|
+
make DESTDIR\= sitearchdir\=./.gem.20250408-1889-tt4h3x sitelibdir\=./.gem.20250408-1889-tt4h3x install
|
45
|
+
/usr/bin/install -c -m 0755 ffi_c.so ./.gem.20250408-1889-tt4h3x
|
46
46
|
|
47
47
|
current directory: /home/runner/work/ruby-sdk/ruby-sdk/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c
|
48
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
48
|
+
make DESTDIR\= sitearchdir\=./.gem.20250408-1889-tt4h3x sitelibdir\=./.gem.20250408-1889-tt4h3x clean
|
@@ -72,7 +72,7 @@ conftest.c:14:57: error: ‘ffi_prep_cif_var’ undeclared (first use in this fu
|
|
72
72
|
14 | int t(void) { void ((*volatile p)()); p = (void ((*)()))ffi_prep_cif_var; return !p; }
|
73
73
|
| ^~~~~~~~~~~~~~~~
|
74
74
|
conftest.c:14:57: note: each undeclared identifier is reported only once for each function it appears in
|
75
|
-
|
75
|
+
At top level:
|
76
76
|
cc1: note: unrecognized command-line option ‘-Wno-self-assign’ may have been intended to silence earlier diagnostics
|
77
77
|
cc1: note: unrecognized command-line option ‘-Wno-parentheses-equality’ may have been intended to silence earlier diagnostics
|
78
78
|
cc1: note: unrecognized command-line option ‘-Wno-constant-logical-operand’ may have been intended to silence earlier diagnostics
|
@@ -124,7 +124,7 @@ conftest.c:14:57: error: ‘ffi_raw_call’ undeclared (first use in this functi
|
|
124
124
|
14 | int t(void) { void ((*volatile p)()); p = (void ((*)()))ffi_raw_call; return !p; }
|
125
125
|
| ^~~~~~~~~~~~
|
126
126
|
conftest.c:14:57: note: each undeclared identifier is reported only once for each function it appears in
|
127
|
-
|
127
|
+
At top level:
|
128
128
|
cc1: note: unrecognized command-line option ‘-Wno-self-assign’ may have been intended to silence earlier diagnostics
|
129
129
|
cc1: note: unrecognized command-line option ‘-Wno-parentheses-equality’ may have been intended to silence earlier diagnostics
|
130
130
|
cc1: note: unrecognized command-line option ‘-Wno-constant-logical-operand’ may have been intended to silence earlier diagnostics
|
@@ -176,7 +176,7 @@ conftest.c:14:57: error: ‘ffi_prep_raw_closure’ undeclared (first use in thi
|
|
176
176
|
14 | int t(void) { void ((*volatile p)()); p = (void ((*)()))ffi_prep_raw_closure; return !p; }
|
177
177
|
| ^~~~~~~~~~~~~~~~~~~~
|
178
178
|
conftest.c:14:57: note: each undeclared identifier is reported only once for each function it appears in
|
179
|
-
|
179
|
+
At top level:
|
180
180
|
cc1: note: unrecognized command-line option ‘-Wno-self-assign’ may have been intended to silence earlier diagnostics
|
181
181
|
cc1: note: unrecognized command-line option ‘-Wno-parentheses-equality’ may have been intended to silence earlier diagnostics
|
182
182
|
cc1: note: unrecognized command-line option ‘-Wno-constant-logical-operand’ may have been intended to silence earlier diagnostics
|
@@ -3,16 +3,16 @@ current directory: /home/runner/work/ruby-sdk/ruby-sdk/vendor/bundle/ruby/3.3.0/
|
|
3
3
|
creating Makefile
|
4
4
|
|
5
5
|
current directory: /home/runner/work/ruby-sdk/ruby-sdk/vendor/bundle/ruby/3.3.0/gems/jaro_winkler-1.5.6/ext/jaro_winkler
|
6
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
6
|
+
make DESTDIR\= sitearchdir\=./.gem.20250408-1889-bzinyt sitelibdir\=./.gem.20250408-1889-bzinyt clean
|
7
7
|
|
8
8
|
current directory: /home/runner/work/ruby-sdk/ruby-sdk/vendor/bundle/ruby/3.3.0/gems/jaro_winkler-1.5.6/ext/jaro_winkler
|
9
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
9
|
+
make DESTDIR\= sitearchdir\=./.gem.20250408-1889-bzinyt sitelibdir\=./.gem.20250408-1889-bzinyt
|
10
10
|
compiling adj_matrix.c
|
11
11
|
adj_matrix.c: In function ‘adj_matrix_default’:
|
12
12
|
adj_matrix.c:82:12: warning: old-style function definition [-Wold-style-definition]
|
13
13
|
82 | AdjMatrix *adj_matrix_default() {
|
14
14
|
| ^~~~~~~~~~~~~~~~~~
|
15
|
-
|
15
|
+
At top level:
|
16
16
|
cc1: note: unrecognized command-line option ‘-Wno-self-assign’ may have been intended to silence earlier diagnostics
|
17
17
|
cc1: note: unrecognized command-line option ‘-Wno-parentheses-equality’ may have been intended to silence earlier diagnostics
|
18
18
|
cc1: note: unrecognized command-line option ‘-Wno-constant-logical-operand’ may have been intended to silence earlier diagnostics
|
@@ -22,8 +22,8 @@ compiling jaro_winkler.c
|
|
22
22
|
linking shared-object jaro_winkler/jaro_winkler_ext.so
|
23
23
|
|
24
24
|
current directory: /home/runner/work/ruby-sdk/ruby-sdk/vendor/bundle/ruby/3.3.0/gems/jaro_winkler-1.5.6/ext/jaro_winkler
|
25
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
26
|
-
/usr/bin/install -c -m 0755 jaro_winkler_ext.so ./.gem.
|
25
|
+
make DESTDIR\= sitearchdir\=./.gem.20250408-1889-bzinyt sitelibdir\=./.gem.20250408-1889-bzinyt install
|
26
|
+
/usr/bin/install -c -m 0755 jaro_winkler_ext.so ./.gem.20250408-1889-bzinyt/jaro_winkler
|
27
27
|
|
28
28
|
current directory: /home/runner/work/ruby-sdk/ruby-sdk/vendor/bundle/ruby/3.3.0/gems/jaro_winkler-1.5.6/ext/jaro_winkler
|
29
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
29
|
+
make DESTDIR\= sitearchdir\=./.gem.20250408-1889-bzinyt sitelibdir\=./.gem.20250408-1889-bzinyt clean
|
Binary file
|
@@ -3,16 +3,16 @@ current directory: /home/runner/work/ruby-sdk/ruby-sdk/vendor/bundle/ruby/3.3.0/
|
|
3
3
|
creating Makefile
|
4
4
|
|
5
5
|
current directory: /home/runner/work/ruby-sdk/ruby-sdk/vendor/bundle/ruby/3.3.0/gems/racc-1.7.3/ext/racc/cparse
|
6
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
6
|
+
make DESTDIR\= sitearchdir\=./.gem.20250408-1889-oylclx sitelibdir\=./.gem.20250408-1889-oylclx clean
|
7
7
|
|
8
8
|
current directory: /home/runner/work/ruby-sdk/ruby-sdk/vendor/bundle/ruby/3.3.0/gems/racc-1.7.3/ext/racc/cparse
|
9
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
9
|
+
make DESTDIR\= sitearchdir\=./.gem.20250408-1889-oylclx sitelibdir\=./.gem.20250408-1889-oylclx
|
10
10
|
compiling cparse.c
|
11
11
|
linking shared-object racc/cparse.so
|
12
12
|
|
13
13
|
current directory: /home/runner/work/ruby-sdk/ruby-sdk/vendor/bundle/ruby/3.3.0/gems/racc-1.7.3/ext/racc/cparse
|
14
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
15
|
-
/usr/bin/install -c -m 0755 cparse.so ./.gem.
|
14
|
+
make DESTDIR\= sitearchdir\=./.gem.20250408-1889-oylclx sitelibdir\=./.gem.20250408-1889-oylclx install
|
15
|
+
/usr/bin/install -c -m 0755 cparse.so ./.gem.20250408-1889-oylclx/racc
|
16
16
|
|
17
17
|
current directory: /home/runner/work/ruby-sdk/ruby-sdk/vendor/bundle/ruby/3.3.0/gems/racc-1.7.3/ext/racc/cparse
|
18
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
18
|
+
make DESTDIR\= sitearchdir\=./.gem.20250408-1889-oylclx sitelibdir\=./.gem.20250408-1889-oylclx clean
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: affixapi
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.103
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OpenAPI-Generator
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-04-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
@@ -2767,7 +2767,7 @@ homepage: https://openapi-generator.tech
|
|
2767
2767
|
licenses:
|
2768
2768
|
- Unlicense
|
2769
2769
|
metadata: {}
|
2770
|
-
post_install_message:
|
2770
|
+
post_install_message:
|
2771
2771
|
rdoc_options: []
|
2772
2772
|
require_paths:
|
2773
2773
|
- lib
|
@@ -2783,68 +2783,68 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
2783
2783
|
version: '0'
|
2784
2784
|
requirements: []
|
2785
2785
|
rubygems_version: 3.5.3
|
2786
|
-
signing_key:
|
2786
|
+
signing_key:
|
2787
2787
|
specification_version: 4
|
2788
2788
|
summary: Affix API Ruby Gem
|
2789
2789
|
test_files:
|
2790
|
-
- spec/api/management_api_spec.rb
|
2791
2790
|
- spec/api/core_api_spec.rb
|
2791
|
+
- spec/api/management_api_spec.rb
|
2792
2792
|
- spec/api/class20230301_api_spec.rb
|
2793
2793
|
- spec/api/xhr_vertically_integrated_api_spec.rb
|
2794
2794
|
- spec/api_client_spec.rb
|
2795
2795
|
- spec/configuration_spec.rb
|
2796
|
-
- spec/models/
|
2797
|
-
- spec/models/
|
2798
|
-
- spec/models/
|
2799
|
-
- spec/models/
|
2800
|
-
- spec/models/
|
2801
|
-
- spec/models/message_response_spec.rb
|
2802
|
-
- spec/models/compensation_history_no_non_null_request_spec.rb
|
2796
|
+
- spec/models/currency_not_null_request_spec.rb
|
2797
|
+
- spec/models/id_and_message_response_spec.rb
|
2798
|
+
- spec/models/payslip_response_earnings_spec.rb
|
2799
|
+
- spec/models/payrun_type_response_spec.rb
|
2800
|
+
- spec/models/token_request_spec.rb
|
2803
2801
|
- spec/models/client_response_spec.rb
|
2802
|
+
- spec/models/create_employee_request_spec.rb
|
2803
|
+
- spec/models/client_request_spec.rb
|
2804
|
+
- spec/models/payslip_response_deductions_spec.rb
|
2805
|
+
- spec/models/payslip_response_reimbursements_spec.rb
|
2806
|
+
- spec/models/currency_not_null_response_spec.rb
|
2807
|
+
- spec/models/inline_response401_spec.rb
|
2808
|
+
- spec/models/introspect_response_spec.rb
|
2804
2809
|
- spec/models/payslip_response_contributions_spec.rb
|
2805
|
-
- spec/models/
|
2806
|
-
- spec/models/inline_response400_spec.rb
|
2807
|
-
- spec/models/company_response_spec.rb
|
2810
|
+
- spec/models/employment_history_no_non_null_request_spec.rb
|
2808
2811
|
- spec/models/scopes_response_spec.rb
|
2809
|
-
- spec/models/
|
2810
|
-
- spec/models/
|
2811
|
-
- spec/models/
|
2812
|
-
- spec/models/location_no_non_null_request_spec.rb
|
2813
|
-
- spec/models/payslip_response_earnings_spec.rb
|
2814
|
-
- spec/models/compensation_history_response_spec.rb
|
2815
|
-
- spec/models/timesheet_response_spec.rb
|
2816
|
-
- spec/models/inline_response401_spec.rb
|
2817
|
-
- spec/models/payslip_response_reimbursements_spec.rb
|
2818
|
-
- spec/models/employment_history_response_spec.rb
|
2819
|
-
- spec/models/payslip_response_deductions_spec.rb
|
2820
|
-
- spec/models/create_employee_request_manager_spec.rb
|
2821
|
-
- spec/models/location_response_spec.rb
|
2812
|
+
- spec/models/provider_request_spec.rb
|
2813
|
+
- spec/models/payslip_response_spec.rb
|
2814
|
+
- spec/models/time_off_entry_response_spec.rb
|
2822
2815
|
- spec/models/create_employee_request_emergency_contacts_spec.rb
|
2816
|
+
- spec/models/group_response_spec.rb
|
2817
|
+
- spec/models/location_response_spec.rb
|
2818
|
+
- spec/models/employment_history_response_spec.rb
|
2819
|
+
- spec/models/inline_response409_spec.rb
|
2820
|
+
- spec/models/policy_type_response_spec.rb
|
2823
2821
|
- spec/models/provider_response_spec.rb
|
2824
|
-
- spec/models/
|
2825
|
-
- spec/models/
|
2826
|
-
- spec/models/disconnect_response_spec.rb
|
2827
|
-
- spec/models/payrun_type_response_spec.rb
|
2828
|
-
- spec/models/payslip_response_spec.rb
|
2829
|
-
- spec/models/mode_response_spec.rb
|
2822
|
+
- spec/models/group_no_null_enum_request_spec.rb
|
2823
|
+
- spec/models/create_employee_request_manager_spec.rb
|
2830
2824
|
- spec/models/employment_status_not_null_request_spec.rb
|
2831
|
-
- spec/models/
|
2825
|
+
- spec/models/create_employee_request_dependents_spec.rb
|
2826
|
+
- spec/models/disconnect_response_spec.rb
|
2827
|
+
- spec/models/inline_response400_spec.rb
|
2828
|
+
- spec/models/employment_status_not_null_not_nullable_spec.rb
|
2829
|
+
- spec/models/message_response_spec.rb
|
2830
|
+
- spec/models/currency_response_spec.rb
|
2832
2831
|
- spec/models/payslip_response_taxes_spec.rb
|
2833
|
-
- spec/models/address_response_spec.rb
|
2834
|
-
- spec/models/introspect_response_spec.rb
|
2835
|
-
- spec/models/client_request_spec.rb
|
2836
|
-
- spec/models/create_employee_request_spec.rb
|
2837
2832
|
- spec/models/employee_response_manager_spec.rb
|
2838
|
-
- spec/models/
|
2839
|
-
- spec/models/create_employee_request_bank_account_spec.rb
|
2840
|
-
- spec/models/policy_type_response_spec.rb
|
2833
|
+
- spec/models/time_off_balance_response_spec.rb
|
2841
2834
|
- spec/models/employee_response_spec.rb
|
2842
|
-
- spec/models/
|
2843
|
-
- spec/models/
|
2844
|
-
- spec/models/inline_response409_spec.rb
|
2835
|
+
- spec/models/payrun_response_spec.rb
|
2836
|
+
- spec/models/address_no_non_null_request_spec.rb
|
2845
2837
|
- spec/models/identity_response_spec.rb
|
2846
|
-
- spec/models/
|
2847
|
-
- spec/models/
|
2848
|
-
- spec/models/
|
2849
|
-
- spec/models/
|
2838
|
+
- spec/models/employment_status_response_spec.rb
|
2839
|
+
- spec/models/compensation_history_response_spec.rb
|
2840
|
+
- spec/models/location_no_non_null_request_spec.rb
|
2841
|
+
- spec/models/token_response_spec.rb
|
2842
|
+
- spec/models/compensation_history_no_non_null_request_spec.rb
|
2843
|
+
- spec/models/company_response_spec.rb
|
2844
|
+
- spec/models/mode_response_spec.rb
|
2845
|
+
- spec/models/mode_request_spec.rb
|
2846
|
+
- spec/models/scopes_request_spec.rb
|
2847
|
+
- spec/models/create_employee_request_bank_account_spec.rb
|
2848
|
+
- spec/models/address_response_spec.rb
|
2849
|
+
- spec/models/timesheet_response_spec.rb
|
2850
2850
|
- spec/spec_helper.rb
|