affixapi 1.1.65 → 1.1.66

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/docs/TimeOffBalanceResponse.md +2 -2
  4. data/docs/TimeOffEntryResponse.md +2 -0
  5. data/docs/TimesheetResponse.md +2 -0
  6. data/lib/openapi_client/models/time_off_balance_response.rb +10 -10
  7. data/lib/openapi_client/models/time_off_entry_response.rb +16 -1
  8. data/lib/openapi_client/models/timesheet_response.rb +16 -1
  9. data/lib/openapi_client/version.rb +1 -1
  10. data/spec/models/time_off_balance_response_spec.rb +1 -1
  11. data/spec/models/time_off_entry_response_spec.rb +6 -0
  12. data/spec/models/timesheet_response_spec.rb +6 -0
  13. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/byebug-11.1.3/byebug/byebug.so +0 -0
  14. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/byebug-11.1.3/gem_make.out +5 -5
  15. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/ffi-1.16.3/ffi_c.so +0 -0
  16. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/ffi-1.16.3/gem_make.out +5 -5
  17. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/jaro_winkler-1.5.6/gem_make.out +5 -5
  18. 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
  19. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/racc-1.7.3/gem_make.out +5 -5
  20. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/racc-1.7.3/racc/cparse.so +0 -0
  21. data/vendor/bundle/ruby/3.3.0/gems/byebug-11.1.3/lib/byebug/byebug.so +0 -0
  22. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/lib/ffi_c.so +0 -0
  23. data/vendor/bundle/ruby/3.3.0/gems/jaro_winkler-1.5.6/lib/jaro_winkler/jaro_winkler_ext.so +0 -0
  24. data/vendor/bundle/ruby/3.3.0/gems/racc-1.7.3/lib/racc/cparse.so +0 -0
  25. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 79d68d88b31abe72c2017873e80c9278c8e86391412ca32fbe05b3db371206f7
4
- data.tar.gz: aca4f98580f53af9ac06c573fe12fce3a4e0bfa46188f9527356cde3e6834af8
3
+ metadata.gz: c208a8a5506ba3c87b090dffae114cb81df8b593e8451a97fae61ab5b2e4678c
4
+ data.tar.gz: d60616759249ced6ba3319e192eaf11643c11645b597114973b4ebffb6dec35c
5
5
  SHA512:
6
- metadata.gz: 631742599105277b878b1756546de35c36bbb3d26198d3ae278ab89684d3755398354ae1849e505ab17a6dca824bfcef5805cb05aea943e819328335d8a447af
7
- data.tar.gz: 287aad72d4053d34d04bb8737f316584da06163ee94ae52a27e8b9a30d91156b2045cb7b0eb17fb80496ad5f0cb7db497dd4dac07a11a1cc8fe2af1e252bfcd8
6
+ metadata.gz: fea7a25c1d9429a655c9cd9633aac4c63a7305ce027b957ca4ce90abe638f94e89c30ead15dcb4c20f6eb4f357614daa39de2ad6cd3f8fff7f0ed24cd2f4035b
7
+ data.tar.gz: 6014bffb298c7946b96d67adaeef7407ce24194ae1a2ab312db4d4d40377d657b7a564e70fcf30f96308c1063d72159040b1e6397792823b3d126aa3ab547e10
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- affixapi (1.1.65)
4
+ affixapi (1.1.66)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
@@ -5,7 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **employee_id** | **String** | The Affix-assigned id of the individual | |
8
- | **remote_id** | **String** | the remote system-assigned id of the individual | |
8
+ | **remote_employee_id** | **String** | the remote system-assigned id of the individual | |
9
9
  | **balance** | **Float** | | |
10
10
  | **used** | **Float** | | |
11
11
  | **policy_name** | **String** | The name of the policy, as assigned by the remote system | |
@@ -20,7 +20,7 @@ require 'openapi_client'
20
20
 
21
21
  instance = OpenapiClient::TimeOffBalanceResponse.new(
22
22
  employee_id: cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw,
23
- remote_id: 19202938,
23
+ remote_employee_id: 19202938,
24
24
  balance: 24.5,
25
25
  used: 12,
26
26
  policy_name: Comp/In Lieu Time,
@@ -7,6 +7,7 @@
7
7
  | **id** | **String** | The Affix-assigned id of the time off entry | |
8
8
  | **remote_id** | **String** | the remote system-assigned id of the time off entry | |
9
9
  | **employee_id** | **String** | the Affix-assigned id of the individual | |
10
+ | **remote_employee_id** | **String** | the remote system-assigned id of the individual | |
10
11
  | **start_date** | **Date** | | |
11
12
  | **end_date** | **Date** | | |
12
13
  | **amount** | **Float** | | |
@@ -26,6 +27,7 @@ instance = OpenapiClient::TimeOffEntryResponse.new(
26
27
  id: cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw,
27
28
  remote_id: 19202938,
28
29
  employee_id: cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw,
30
+ remote_employee_id: 19202938,
29
31
  start_date: Sun Oct 11 00:00:00 UTC 2020,
30
32
  end_date: Wed Oct 14 00:00:00 UTC 2020,
31
33
  amount: 3,
@@ -7,6 +7,7 @@
7
7
  | **id** | **String** | The Affix-assigned id of the time off entry | |
8
8
  | **remote_id** | **String** | the remote system-assigned id of the time off entry | |
9
9
  | **employee_id** | **String** | the Affix-assigned id of the individual | |
10
+ | **remote_employee_id** | **String** | the remote system-assigned id of the individual | |
10
11
  | **start_time** | **Time** | | |
11
12
  | **end_time** | **Time** | | |
12
13
  | **hours_worked** | **Float** | | |
@@ -22,6 +23,7 @@ instance = OpenapiClient::TimesheetResponse.new(
22
23
  id: cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw,
23
24
  remote_id: 19202938,
24
25
  employee_id: cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw,
26
+ remote_employee_id: 19202938,
25
27
  start_time: 2020-10-11T08:00Z,
26
28
  end_time: 2020-10-11T17:00Z,
27
29
  hours_worked: 8,
@@ -19,7 +19,7 @@ module OpenapiClient
19
19
  attr_accessor :employee_id
20
20
 
21
21
  # the remote system-assigned id of the individual
22
- attr_accessor :remote_id
22
+ attr_accessor :remote_employee_id
23
23
 
24
24
  attr_accessor :balance
25
25
 
@@ -60,7 +60,7 @@ module OpenapiClient
60
60
  def self.attribute_map
61
61
  {
62
62
  :'employee_id' => :'employee_id',
63
- :'remote_id' => :'remote_id',
63
+ :'remote_employee_id' => :'remote_employee_id',
64
64
  :'balance' => :'balance',
65
65
  :'used' => :'used',
66
66
  :'policy_name' => :'policy_name',
@@ -79,7 +79,7 @@ module OpenapiClient
79
79
  def self.openapi_types
80
80
  {
81
81
  :'employee_id' => :'String',
82
- :'remote_id' => :'String',
82
+ :'remote_employee_id' => :'String',
83
83
  :'balance' => :'Float',
84
84
  :'used' => :'Float',
85
85
  :'policy_name' => :'String',
@@ -120,8 +120,8 @@ module OpenapiClient
120
120
  self.employee_id = attributes[:'employee_id']
121
121
  end
122
122
 
123
- if attributes.key?(:'remote_id')
124
- self.remote_id = attributes[:'remote_id']
123
+ if attributes.key?(:'remote_employee_id')
124
+ self.remote_employee_id = attributes[:'remote_employee_id']
125
125
  end
126
126
 
127
127
  if attributes.key?(:'balance')
@@ -157,8 +157,8 @@ module OpenapiClient
157
157
  invalid_properties.push('invalid value for "employee_id", employee_id cannot be nil.')
158
158
  end
159
159
 
160
- if @remote_id.nil?
161
- invalid_properties.push('invalid value for "remote_id", remote_id cannot be nil.')
160
+ if @remote_employee_id.nil?
161
+ invalid_properties.push('invalid value for "remote_employee_id", remote_employee_id cannot be nil.')
162
162
  end
163
163
 
164
164
  invalid_properties
@@ -168,7 +168,7 @@ module OpenapiClient
168
168
  # @return true if the model is valid
169
169
  def valid?
170
170
  return false if @employee_id.nil?
171
- return false if @remote_id.nil?
171
+ return false if @remote_employee_id.nil?
172
172
  policy_type_validator = EnumAttributeValidator.new('String', ["null", "vacation", "sick", "personal", "jury_duty", "volunteer", "bereavement"])
173
173
  return false unless policy_type_validator.valid?(@policy_type)
174
174
  true
@@ -190,7 +190,7 @@ module OpenapiClient
190
190
  return true if self.equal?(o)
191
191
  self.class == o.class &&
192
192
  employee_id == o.employee_id &&
193
- remote_id == o.remote_id &&
193
+ remote_employee_id == o.remote_employee_id &&
194
194
  balance == o.balance &&
195
195
  used == o.used &&
196
196
  policy_name == o.policy_name &&
@@ -208,7 +208,7 @@ module OpenapiClient
208
208
  # Calculates hash code according to all attributes.
209
209
  # @return [Integer] Hash code
210
210
  def hash
211
- [employee_id, remote_id, balance, used, policy_name, policy_type, remote_created_at, remote_modified_at].hash
211
+ [employee_id, remote_employee_id, balance, used, policy_name, policy_type, remote_created_at, remote_modified_at].hash
212
212
  end
213
213
 
214
214
  # Builds the object from hash
@@ -24,6 +24,9 @@ module OpenapiClient
24
24
  # the Affix-assigned id of the individual
25
25
  attr_accessor :employee_id
26
26
 
27
+ # the remote system-assigned id of the individual
28
+ attr_accessor :remote_employee_id
29
+
27
30
  attr_accessor :start_date
28
31
 
29
32
  attr_accessor :end_date
@@ -70,6 +73,7 @@ module OpenapiClient
70
73
  :'id' => :'id',
71
74
  :'remote_id' => :'remote_id',
72
75
  :'employee_id' => :'employee_id',
76
+ :'remote_employee_id' => :'remote_employee_id',
73
77
  :'start_date' => :'start_date',
74
78
  :'end_date' => :'end_date',
75
79
  :'amount' => :'amount',
@@ -93,6 +97,7 @@ module OpenapiClient
93
97
  :'id' => :'String',
94
98
  :'remote_id' => :'String',
95
99
  :'employee_id' => :'String',
100
+ :'remote_employee_id' => :'String',
96
101
  :'start_date' => :'Date',
97
102
  :'end_date' => :'Date',
98
103
  :'amount' => :'Float',
@@ -145,6 +150,10 @@ module OpenapiClient
145
150
  self.employee_id = attributes[:'employee_id']
146
151
  end
147
152
 
153
+ if attributes.key?(:'remote_employee_id')
154
+ self.remote_employee_id = attributes[:'remote_employee_id']
155
+ end
156
+
148
157
  if attributes.key?(:'start_date')
149
158
  self.start_date = attributes[:'start_date']
150
159
  end
@@ -198,6 +207,10 @@ module OpenapiClient
198
207
  invalid_properties.push('invalid value for "employee_id", employee_id cannot be nil.')
199
208
  end
200
209
 
210
+ if @remote_employee_id.nil?
211
+ invalid_properties.push('invalid value for "remote_employee_id", remote_employee_id cannot be nil.')
212
+ end
213
+
201
214
  if @amount.nil?
202
215
  invalid_properties.push('invalid value for "amount", amount cannot be nil.')
203
216
  end
@@ -215,6 +228,7 @@ module OpenapiClient
215
228
  return false if @id.nil?
216
229
  return false if @remote_id.nil?
217
230
  return false if @employee_id.nil?
231
+ return false if @remote_employee_id.nil?
218
232
  return false if @amount.nil?
219
233
  return false if @unit.nil?
220
234
  unit_validator = EnumAttributeValidator.new('String', ["null", "hours", "days", "months"])
@@ -262,6 +276,7 @@ module OpenapiClient
262
276
  id == o.id &&
263
277
  remote_id == o.remote_id &&
264
278
  employee_id == o.employee_id &&
279
+ remote_employee_id == o.remote_employee_id &&
265
280
  start_date == o.start_date &&
266
281
  end_date == o.end_date &&
267
282
  amount == o.amount &&
@@ -282,7 +297,7 @@ module OpenapiClient
282
297
  # Calculates hash code according to all attributes.
283
298
  # @return [Integer] Hash code
284
299
  def hash
285
- [id, remote_id, employee_id, start_date, end_date, amount, unit, status, employee_note, request_type, remote_created_at, remote_modified_at].hash
300
+ [id, remote_id, employee_id, remote_employee_id, start_date, end_date, amount, unit, status, employee_note, request_type, remote_created_at, remote_modified_at].hash
286
301
  end
287
302
 
288
303
  # Builds the object from hash
@@ -24,6 +24,9 @@ module OpenapiClient
24
24
  # the Affix-assigned id of the individual
25
25
  attr_accessor :employee_id
26
26
 
27
+ # the remote system-assigned id of the individual
28
+ attr_accessor :remote_employee_id
29
+
27
30
  attr_accessor :start_time
28
31
 
29
32
  attr_accessor :end_time
@@ -40,6 +43,7 @@ module OpenapiClient
40
43
  :'id' => :'id',
41
44
  :'remote_id' => :'remote_id',
42
45
  :'employee_id' => :'employee_id',
46
+ :'remote_employee_id' => :'remote_employee_id',
43
47
  :'start_time' => :'start_time',
44
48
  :'end_time' => :'end_time',
45
49
  :'hours_worked' => :'hours_worked',
@@ -59,6 +63,7 @@ module OpenapiClient
59
63
  :'id' => :'String',
60
64
  :'remote_id' => :'String',
61
65
  :'employee_id' => :'String',
66
+ :'remote_employee_id' => :'String',
62
67
  :'start_time' => :'Time',
63
68
  :'end_time' => :'Time',
64
69
  :'hours_worked' => :'Float',
@@ -104,6 +109,10 @@ module OpenapiClient
104
109
  self.employee_id = attributes[:'employee_id']
105
110
  end
106
111
 
112
+ if attributes.key?(:'remote_employee_id')
113
+ self.remote_employee_id = attributes[:'remote_employee_id']
114
+ end
115
+
107
116
  if attributes.key?(:'start_time')
108
117
  self.start_time = attributes[:'start_time']
109
118
  end
@@ -141,6 +150,10 @@ module OpenapiClient
141
150
  invalid_properties.push('invalid value for "employee_id", employee_id cannot be nil.')
142
151
  end
143
152
 
153
+ if @remote_employee_id.nil?
154
+ invalid_properties.push('invalid value for "remote_employee_id", remote_employee_id cannot be nil.')
155
+ end
156
+
144
157
  if @hours_worked.nil?
145
158
  invalid_properties.push('invalid value for "hours_worked", hours_worked cannot be nil.')
146
159
  end
@@ -154,6 +167,7 @@ module OpenapiClient
154
167
  return false if @id.nil?
155
168
  return false if @remote_id.nil?
156
169
  return false if @employee_id.nil?
170
+ return false if @remote_employee_id.nil?
157
171
  return false if @hours_worked.nil?
158
172
  true
159
173
  end
@@ -176,6 +190,7 @@ module OpenapiClient
176
190
  id == o.id &&
177
191
  remote_id == o.remote_id &&
178
192
  employee_id == o.employee_id &&
193
+ remote_employee_id == o.remote_employee_id &&
179
194
  start_time == o.start_time &&
180
195
  end_time == o.end_time &&
181
196
  hours_worked == o.hours_worked &&
@@ -192,7 +207,7 @@ module OpenapiClient
192
207
  # Calculates hash code according to all attributes.
193
208
  # @return [Integer] Hash code
194
209
  def hash
195
- [id, remote_id, employee_id, start_time, end_time, hours_worked, remote_created_at, remote_modified_at].hash
210
+ [id, remote_id, employee_id, remote_employee_id, start_time, end_time, hours_worked, remote_created_at, remote_modified_at].hash
196
211
  end
197
212
 
198
213
  # Builds the object from hash
@@ -11,5 +11,5 @@ OpenAPI Generator version: 5.1.1
11
11
  =end
12
12
 
13
13
  module OpenapiClient
14
- VERSION = '1.1.65'
14
+ VERSION = '1.1.66'
15
15
  end
@@ -31,7 +31,7 @@ describe OpenapiClient::TimeOffBalanceResponse do
31
31
  end
32
32
  end
33
33
 
34
- describe 'test attribute "remote_id"' do
34
+ describe 'test attribute "remote_employee_id"' do
35
35
  it 'should work' do
36
36
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
37
37
  end
@@ -43,6 +43,12 @@ describe OpenapiClient::TimeOffEntryResponse do
43
43
  end
44
44
  end
45
45
 
46
+ describe 'test attribute "remote_employee_id"' do
47
+ it 'should work' do
48
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
49
+ end
50
+ end
51
+
46
52
  describe 'test attribute "start_date"' do
47
53
  it 'should work' do
48
54
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -43,6 +43,12 @@ describe OpenapiClient::TimesheetResponse do
43
43
  end
44
44
  end
45
45
 
46
+ describe 'test attribute "remote_employee_id"' do
47
+ it 'should work' do
48
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
49
+ end
50
+ end
51
+
46
52
  describe 'test attribute "start_time"' do
47
53
  it 'should work' do
48
54
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -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.20240308-2005-8uz7rp sitelibdir\=./.gem.20240308-2005-8uz7rp clean
6
+ make DESTDIR\= sitearchdir\=./.gem.20240506-1776-4rq35 sitelibdir\=./.gem.20240506-1776-4rq35 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.20240308-2005-8uz7rp sitelibdir\=./.gem.20240308-2005-8uz7rp
9
+ make DESTDIR\= sitearchdir\=./.gem.20240506-1776-4rq35 sitelibdir\=./.gem.20240506-1776-4rq35
10
10
  compiling breakpoint.c
11
11
  compiling byebug.c
12
12
  byebug.c: In function ‘check_started’:
@@ -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.20240308-2005-8uz7rp sitelibdir\=./.gem.20240308-2005-8uz7rp install
39
- /usr/bin/install -c -m 0755 byebug.so ./.gem.20240308-2005-8uz7rp/byebug
38
+ make DESTDIR\= sitearchdir\=./.gem.20240506-1776-4rq35 sitelibdir\=./.gem.20240506-1776-4rq35 install
39
+ /usr/bin/install -c -m 0755 byebug.so ./.gem.20240506-1776-4rq35/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.20240308-2005-8uz7rp sitelibdir\=./.gem.20240308-2005-8uz7rp clean
42
+ make DESTDIR\= sitearchdir\=./.gem.20240506-1776-4rq35 sitelibdir\=./.gem.20240506-1776-4rq35 clean
@@ -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.20240308-2005-ovl78v sitelibdir\=./.gem.20240308-2005-ovl78v clean
14
+ make DESTDIR\= sitearchdir\=./.gem.20240506-1776-633lbd sitelibdir\=./.gem.20240506-1776-633lbd 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.20240308-2005-ovl78v sitelibdir\=./.gem.20240308-2005-ovl78v
17
+ make DESTDIR\= sitearchdir\=./.gem.20240506-1776-633lbd sitelibdir\=./.gem.20240506-1776-633lbd
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.20240308-2005-ovl78v sitelibdir\=./.gem.20240308-2005-ovl78v install
45
- /usr/bin/install -c -m 0755 ffi_c.so ./.gem.20240308-2005-ovl78v
44
+ make DESTDIR\= sitearchdir\=./.gem.20240506-1776-633lbd sitelibdir\=./.gem.20240506-1776-633lbd install
45
+ /usr/bin/install -c -m 0755 ffi_c.so ./.gem.20240506-1776-633lbd
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.20240308-2005-ovl78v sitelibdir\=./.gem.20240308-2005-ovl78v clean
48
+ make DESTDIR\= sitearchdir\=./.gem.20240506-1776-633lbd sitelibdir\=./.gem.20240506-1776-633lbd clean
@@ -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/jaro_winkler-1.5.6/ext/jaro_winkler
6
- make DESTDIR\= sitearchdir\=./.gem.20240308-2005-gzvtyr sitelibdir\=./.gem.20240308-2005-gzvtyr clean
6
+ make DESTDIR\= sitearchdir\=./.gem.20240506-1776-1704v5 sitelibdir\=./.gem.20240506-1776-1704v5 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.20240308-2005-gzvtyr sitelibdir\=./.gem.20240308-2005-gzvtyr
9
+ make DESTDIR\= sitearchdir\=./.gem.20240506-1776-1704v5 sitelibdir\=./.gem.20240506-1776-1704v5
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]
@@ -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.20240308-2005-gzvtyr sitelibdir\=./.gem.20240308-2005-gzvtyr install
26
- /usr/bin/install -c -m 0755 jaro_winkler_ext.so ./.gem.20240308-2005-gzvtyr/jaro_winkler
25
+ make DESTDIR\= sitearchdir\=./.gem.20240506-1776-1704v5 sitelibdir\=./.gem.20240506-1776-1704v5 install
26
+ /usr/bin/install -c -m 0755 jaro_winkler_ext.so ./.gem.20240506-1776-1704v5/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.20240308-2005-gzvtyr sitelibdir\=./.gem.20240308-2005-gzvtyr clean
29
+ make DESTDIR\= sitearchdir\=./.gem.20240506-1776-1704v5 sitelibdir\=./.gem.20240506-1776-1704v5 clean
@@ -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.20240308-2005-3jfraw sitelibdir\=./.gem.20240308-2005-3jfraw clean
6
+ make DESTDIR\= sitearchdir\=./.gem.20240506-1776-g93q70 sitelibdir\=./.gem.20240506-1776-g93q70 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.20240308-2005-3jfraw sitelibdir\=./.gem.20240308-2005-3jfraw
9
+ make DESTDIR\= sitearchdir\=./.gem.20240506-1776-g93q70 sitelibdir\=./.gem.20240506-1776-g93q70
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.20240308-2005-3jfraw sitelibdir\=./.gem.20240308-2005-3jfraw install
15
- /usr/bin/install -c -m 0755 cparse.so ./.gem.20240308-2005-3jfraw/racc
14
+ make DESTDIR\= sitearchdir\=./.gem.20240506-1776-g93q70 sitelibdir\=./.gem.20240506-1776-g93q70 install
15
+ /usr/bin/install -c -m 0755 cparse.so ./.gem.20240506-1776-g93q70/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.20240308-2005-3jfraw sitelibdir\=./.gem.20240308-2005-3jfraw clean
18
+ make DESTDIR\= sitearchdir\=./.gem.20240506-1776-g93q70 sitelibdir\=./.gem.20240506-1776-g93q70 clean
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.65
4
+ version: 1.1.66
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-04-26 00:00:00.000000000 Z
11
+ date: 2024-05-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus