strongmind-platform-sdk 3.33.1 → 3.33.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cedfb5503324f13c9b7b9ecda3cecfaacec5d077c2fc339c9374d5195cd7b05f
4
- data.tar.gz: 692e36d9effbec4c2dfd64b4447f1314768f1e76d9b8298eccfbfaa2f350f87d
3
+ metadata.gz: 16ef38b315d004dc797038066c3977c189a027ede5c9ce9b5816a7115ba98879
4
+ data.tar.gz: 2ea99aeeef3faadf552cb389b04ccc6e594e7bd97361aa4548e455bc1278aab8
5
5
  SHA512:
6
- metadata.gz: 2df771039e71183cc9e907059e539a97eea33256e1736cb0b9d2c9297f5c3fd9d73463229af854c4f27e1f5fe6c19406a5e76591bd628275786e8b99887e0928
7
- data.tar.gz: 60b398f8141aa17c1307fc060d072f4396efa1f353e6f7d5b92f254c96149e6270fc3e8ad87583b567364390e3931eeff8b827e9ee243a2653e8118fca4f9432
6
+ metadata.gz: 5efb1af7b39c87ad4ece516cadc566f997e0a30a6c8e23964978ad240eef99660859421b102368bf379f8e1dc4f7c7990ed977b56d477ff65ca6f65aced1a202
7
+ data.tar.gz: 4cdb95b27e2165a8b1a2a325714b1cfa9f67946975e0b264684946fb49a591b02cea635404d55855d9582eb8ae04c3a08e9af0e74476cfd0c9481e394be31391
@@ -3,7 +3,7 @@
3
3
  module PlatformSdk
4
4
  MAJOR = 3
5
5
  MINOR = 33
6
- PATCH = 1
6
+ PATCH = 2
7
7
 
8
8
  VERSION = "#{PlatformSdk::MAJOR}.#{PlatformSdk::MINOR}.#{PlatformSdk::PATCH}".freeze
9
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: strongmind-platform-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.33.1
4
+ version: 3.33.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Platform Team
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-08-05 00:00:00.000000000 Z
11
+ date: 2026-08-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: base64
@@ -281,8 +281,6 @@ files:
281
281
  - CHANGELOG.md
282
282
  - CODEOWNERS
283
283
  - CODE_OF_CONDUCT.md
284
- - Gemfile
285
- - Gemfile.lock
286
284
  - LICENSE.txt
287
285
  - Makefile
288
286
  - README.md
data/Gemfile DELETED
@@ -1,33 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "strongmind-oneroster-client", "~> 2.0.3"
6
-
7
- # Specify your gem's dependencies in platform_sdk-ruby-sdk.gemspec
8
- gemspec
9
-
10
- gem "faraday"
11
- gem "faraday-retry"
12
- gem "jwt", "~> 1.5", ">= 1.5.4"
13
- gem "learnosity-sdk", "~> 0.2.2"
14
- gem "multi_json"
15
- gem "rake", "~> 13.0"
16
- gem "rspec"
17
- gem "rubocop"
18
- gem "sentry-ruby"
19
- gem "webmock"
20
- gem 'activesupport', '~> 7.1', '>= 7.1.3.2'
21
-
22
- group :development, :test do
23
- gem "sqlite3", "~> 1.4"
24
- gem 'rspec-rails', '~> 6.1.0'
25
- gem 'faker'
26
- gem "factory_bot"
27
- gem 'timecop'
28
- end
29
-
30
- gem "pry", "~> 0.14.2"
31
- gem "strongmind-sidekiq-cloudwatchmetrics"
32
- gem "sidekiq"
33
- gem "aws-sdk-cloudwatch"
data/Gemfile.lock DELETED
@@ -1,438 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- strongmind-platform-sdk (3.33.0)
5
- asset_sync
6
- aws-sdk-cloudwatch
7
- aws-sdk-secretsmanager (~> 1.66)
8
- base64
9
- faraday (~> 2.5, >= 2.5.2)
10
- faraday-retry
11
- fog-aws
12
- jwt
13
- learnosity-sdk (~> 0.2.2)
14
- multi_json
15
- opentelemetry-exporter-otlp (~> 0.27)
16
- opentelemetry-sdk (~> 1.10)
17
- rails (>= 7.1)
18
- sentry-ruby
19
- sidekiq
20
- strongmind-oneroster-client (~> 2.0.1)
21
- strongmind-sidekiq-cloudwatchmetrics
22
- uri
23
-
24
- GEM
25
- remote: https://rubygems.org/
26
- specs:
27
- actioncable (7.1.3.4)
28
- actionpack (= 7.1.3.4)
29
- activesupport (= 7.1.3.4)
30
- nio4r (~> 2.0)
31
- websocket-driver (>= 0.6.1)
32
- zeitwerk (~> 2.6)
33
- actionmailbox (7.1.3.4)
34
- actionpack (= 7.1.3.4)
35
- activejob (= 7.1.3.4)
36
- activerecord (= 7.1.3.4)
37
- activestorage (= 7.1.3.4)
38
- activesupport (= 7.1.3.4)
39
- mail (>= 2.7.1)
40
- net-imap
41
- net-pop
42
- net-smtp
43
- actionmailer (7.1.3.4)
44
- actionpack (= 7.1.3.4)
45
- actionview (= 7.1.3.4)
46
- activejob (= 7.1.3.4)
47
- activesupport (= 7.1.3.4)
48
- mail (~> 2.5, >= 2.5.4)
49
- net-imap
50
- net-pop
51
- net-smtp
52
- rails-dom-testing (~> 2.2)
53
- actionpack (7.1.3.4)
54
- actionview (= 7.1.3.4)
55
- activesupport (= 7.1.3.4)
56
- nokogiri (>= 1.8.5)
57
- racc
58
- rack (>= 2.2.4)
59
- rack-session (>= 1.0.1)
60
- rack-test (>= 0.6.3)
61
- rails-dom-testing (~> 2.2)
62
- rails-html-sanitizer (~> 1.6)
63
- actiontext (7.1.3.4)
64
- actionpack (= 7.1.3.4)
65
- activerecord (= 7.1.3.4)
66
- activestorage (= 7.1.3.4)
67
- activesupport (= 7.1.3.4)
68
- globalid (>= 0.6.0)
69
- nokogiri (>= 1.8.5)
70
- actionview (7.1.3.4)
71
- activesupport (= 7.1.3.4)
72
- builder (~> 3.1)
73
- erubi (~> 1.11)
74
- rails-dom-testing (~> 2.2)
75
- rails-html-sanitizer (~> 1.6)
76
- activejob (7.1.3.4)
77
- activesupport (= 7.1.3.4)
78
- globalid (>= 0.3.6)
79
- activemodel (7.1.3.4)
80
- activesupport (= 7.1.3.4)
81
- activerecord (7.1.3.4)
82
- activemodel (= 7.1.3.4)
83
- activesupport (= 7.1.3.4)
84
- timeout (>= 0.4.0)
85
- activestorage (7.1.3.4)
86
- actionpack (= 7.1.3.4)
87
- activejob (= 7.1.3.4)
88
- activerecord (= 7.1.3.4)
89
- activesupport (= 7.1.3.4)
90
- marcel (~> 1.0)
91
- activesupport (7.1.3.4)
92
- base64
93
- bigdecimal
94
- concurrent-ruby (~> 1.0, >= 1.0.2)
95
- connection_pool (>= 2.2.5)
96
- drb
97
- i18n (>= 1.6, < 2)
98
- minitest (>= 5.1)
99
- mutex_m
100
- tzinfo (~> 2.0)
101
- addressable (2.8.7)
102
- public_suffix (>= 2.0.2, < 7.0)
103
- asset_sync (2.19.3)
104
- activemodel (>= 4.1.0)
105
- cgi
106
- fog-core
107
- mime-types (>= 2.99)
108
- unf
109
- ast (2.4.2)
110
- aws-eventstream (1.3.0)
111
- aws-partitions (1.977.0)
112
- aws-sdk-cloudwatch (1.100.0)
113
- aws-sdk-core (~> 3, >= 3.205.0)
114
- aws-sigv4 (~> 1.5)
115
- aws-sdk-core (3.206.0)
116
- aws-eventstream (~> 1, >= 1.3.0)
117
- aws-partitions (~> 1, >= 1.651.0)
118
- aws-sigv4 (~> 1.9)
119
- jmespath (~> 1, >= 1.6.1)
120
- aws-sdk-secretsmanager (1.105.0)
121
- aws-sdk-core (~> 3, >= 3.205.0)
122
- aws-sigv4 (~> 1.5)
123
- aws-sigv4 (1.10.0)
124
- aws-eventstream (~> 1, >= 1.0.2)
125
- base64 (0.2.0)
126
- bigdecimal (3.1.8)
127
- builder (3.3.0)
128
- cgi (0.5.2)
129
- coderay (1.1.3)
130
- concurrent-ruby (1.3.3)
131
- connection_pool (2.4.1)
132
- crack (1.0.0)
133
- bigdecimal
134
- rexml
135
- crass (1.0.6)
136
- date (3.5.1)
137
- diff-lcs (1.5.1)
138
- drb (2.2.1)
139
- erubi (1.13.0)
140
- ethon (0.16.0)
141
- ffi (>= 1.15.0)
142
- excon (1.6.0)
143
- logger
144
- factory_bot (6.4.6)
145
- activesupport (>= 5.0.0)
146
- faker (3.4.2)
147
- i18n (>= 1.8.11, < 2)
148
- faraday (2.10.0)
149
- faraday-net_http (>= 2.0, < 3.2)
150
- logger
151
- faraday-net_http (3.1.1)
152
- net-http
153
- faraday-retry (2.2.1)
154
- faraday (~> 2.0)
155
- ffi (1.17.0)
156
- ffi (1.17.0-arm64-darwin)
157
- ffi (1.17.0-x86_64-darwin)
158
- ffi (1.17.0-x86_64-linux-gnu)
159
- fog-aws (3.33.2)
160
- base64 (>= 0.2, < 0.4)
161
- fog-core (~> 2.6)
162
- fog-json (~> 1.1)
163
- fog-xml (~> 0.1)
164
- fog-core (2.6.0)
165
- builder
166
- excon (~> 1.0)
167
- formatador (>= 0.2, < 2.0)
168
- mime-types
169
- fog-json (1.3.0)
170
- fog-core
171
- multi_json (~> 1.10)
172
- fog-xml (0.1.5)
173
- fog-core
174
- nokogiri (>= 1.5.11, < 2.0.0)
175
- formatador (1.2.3)
176
- reline
177
- globalid (1.4.0)
178
- activesupport (>= 6.1)
179
- google-protobuf (4.33.6)
180
- bigdecimal
181
- rake (>= 13)
182
- google-protobuf (4.33.6-arm64-darwin)
183
- bigdecimal
184
- rake (>= 13)
185
- google-protobuf (4.33.6-x86_64-darwin)
186
- bigdecimal
187
- rake (>= 13)
188
- google-protobuf (4.33.6-x86_64-linux-gnu)
189
- bigdecimal
190
- rake (>= 13)
191
- googleapis-common-protos-types (1.23.0)
192
- google-protobuf (~> 4.26)
193
- hashdiff (1.1.0)
194
- i18n (1.14.5)
195
- concurrent-ruby (~> 1.0)
196
- io-console (0.7.2)
197
- irb (1.14.0)
198
- rdoc (>= 4.0.0)
199
- reline (>= 0.4.2)
200
- jmespath (1.6.2)
201
- json (2.7.2)
202
- jwt (1.5.6)
203
- language_server-protocol (3.17.0.3)
204
- learnosity-sdk (0.2.2)
205
- sys-uname (>= 1.0)
206
- logger (1.6.0)
207
- loofah (2.22.0)
208
- crass (~> 1.0.2)
209
- nokogiri (>= 1.12.0)
210
- mail (2.9.1)
211
- logger
212
- mini_mime (>= 0.1.1)
213
- net-imap
214
- net-pop
215
- net-smtp
216
- marcel (1.2.1)
217
- method_source (1.1.0)
218
- mime-types (3.7.0)
219
- logger
220
- mime-types-data (~> 3.2025, >= 3.2025.0507)
221
- mime-types-data (3.2026.0701)
222
- mini_mime (1.1.5)
223
- mini_portile2 (2.8.7)
224
- minitest (5.24.1)
225
- multi_json (1.15.0)
226
- mutex_m (0.2.0)
227
- net-http (0.4.1)
228
- uri
229
- net-imap (0.6.6)
230
- date
231
- net-protocol
232
- net-pop (0.1.2)
233
- net-protocol
234
- net-protocol (0.2.2)
235
- timeout
236
- net-smtp (0.5.1)
237
- net-protocol
238
- nio4r (2.7.5)
239
- nokogiri (1.19.4)
240
- mini_portile2 (~> 2.8.2)
241
- racc (~> 1.4)
242
- nokogiri (1.19.4-arm64-darwin)
243
- racc (~> 1.4)
244
- nokogiri (1.19.4-x86_64-darwin)
245
- racc (~> 1.4)
246
- nokogiri (1.19.4-x86_64-linux-gnu)
247
- racc (~> 1.4)
248
- opentelemetry-api (1.8.0)
249
- logger
250
- opentelemetry-common (0.23.0)
251
- opentelemetry-api (~> 1.0)
252
- opentelemetry-exporter-otlp (0.32.0)
253
- google-protobuf (>= 3.18)
254
- googleapis-common-protos-types (~> 1.3)
255
- opentelemetry-api (~> 1.1)
256
- opentelemetry-common (~> 0.20)
257
- opentelemetry-sdk (~> 1.10)
258
- opentelemetry-semantic_conventions
259
- opentelemetry-registry (0.4.0)
260
- opentelemetry-api (~> 1.1)
261
- opentelemetry-sdk (1.10.0)
262
- opentelemetry-api (~> 1.1)
263
- opentelemetry-common (~> 0.20)
264
- opentelemetry-registry (~> 0.2)
265
- opentelemetry-semantic_conventions
266
- opentelemetry-semantic_conventions (1.36.0)
267
- opentelemetry-api (~> 1.0)
268
- parallel (1.25.1)
269
- parser (3.3.4.0)
270
- ast (~> 2.4.1)
271
- racc
272
- pry (0.14.2)
273
- coderay (~> 1.1)
274
- method_source (~> 1.0)
275
- psych (5.1.2)
276
- stringio
277
- public_suffix (6.0.1)
278
- racc (1.8.1)
279
- rack (3.1.7)
280
- rack-session (2.0.0)
281
- rack (>= 3.0.0)
282
- rack-test (2.1.0)
283
- rack (>= 1.3)
284
- rackup (2.1.0)
285
- rack (>= 3)
286
- webrick (~> 1.8)
287
- rails (7.1.3.4)
288
- actioncable (= 7.1.3.4)
289
- actionmailbox (= 7.1.3.4)
290
- actionmailer (= 7.1.3.4)
291
- actionpack (= 7.1.3.4)
292
- actiontext (= 7.1.3.4)
293
- actionview (= 7.1.3.4)
294
- activejob (= 7.1.3.4)
295
- activemodel (= 7.1.3.4)
296
- activerecord (= 7.1.3.4)
297
- activestorage (= 7.1.3.4)
298
- activesupport (= 7.1.3.4)
299
- bundler (>= 1.15.0)
300
- railties (= 7.1.3.4)
301
- rails-dom-testing (2.2.0)
302
- activesupport (>= 5.0.0)
303
- minitest
304
- nokogiri (>= 1.6)
305
- rails-html-sanitizer (1.6.0)
306
- loofah (~> 2.21)
307
- nokogiri (~> 1.14)
308
- railties (7.1.3.4)
309
- actionpack (= 7.1.3.4)
310
- activesupport (= 7.1.3.4)
311
- irb
312
- rackup (>= 1.0.0)
313
- rake (>= 12.2)
314
- thor (~> 1.0, >= 1.2.2)
315
- zeitwerk (~> 2.6)
316
- rainbow (3.1.1)
317
- rake (13.2.1)
318
- rdoc (6.7.0)
319
- psych (>= 4.0.0)
320
- redis-client (0.22.2)
321
- connection_pool
322
- regexp_parser (2.9.2)
323
- reline (0.5.9)
324
- io-console (~> 0.5)
325
- rexml (3.3.2)
326
- strscan
327
- rspec (3.13.0)
328
- rspec-core (~> 3.13.0)
329
- rspec-expectations (~> 3.13.0)
330
- rspec-mocks (~> 3.13.0)
331
- rspec-core (3.13.0)
332
- rspec-support (~> 3.13.0)
333
- rspec-expectations (3.13.1)
334
- diff-lcs (>= 1.2.0, < 2.0)
335
- rspec-support (~> 3.13.0)
336
- rspec-mocks (3.13.1)
337
- diff-lcs (>= 1.2.0, < 2.0)
338
- rspec-support (~> 3.13.0)
339
- rspec-rails (6.1.3)
340
- actionpack (>= 6.1)
341
- activesupport (>= 6.1)
342
- railties (>= 6.1)
343
- rspec-core (~> 3.13)
344
- rspec-expectations (~> 3.13)
345
- rspec-mocks (~> 3.13)
346
- rspec-support (~> 3.13)
347
- rspec-support (3.13.1)
348
- rubocop (1.65.0)
349
- json (~> 2.3)
350
- language_server-protocol (>= 3.17.0)
351
- parallel (~> 1.10)
352
- parser (>= 3.3.0.2)
353
- rainbow (>= 2.2.2, < 4.0)
354
- regexp_parser (>= 2.4, < 3.0)
355
- rexml (>= 3.2.5, < 4.0)
356
- rubocop-ast (>= 1.31.1, < 2.0)
357
- ruby-progressbar (~> 1.7)
358
- unicode-display_width (>= 2.4.0, < 3.0)
359
- rubocop-ast (1.31.3)
360
- parser (>= 3.3.1.0)
361
- ruby-progressbar (1.13.0)
362
- sentry-ruby (5.18.2)
363
- bigdecimal
364
- concurrent-ruby (~> 1.0, >= 1.0.2)
365
- sidekiq (7.3.2)
366
- concurrent-ruby (< 2)
367
- connection_pool (>= 2.3.0)
368
- logger
369
- rack (>= 2.2.4)
370
- redis-client (>= 0.22.2)
371
- sqlite3 (1.7.3)
372
- mini_portile2 (~> 2.8.0)
373
- sqlite3 (1.7.3-arm64-darwin)
374
- sqlite3 (1.7.3-x86_64-darwin)
375
- sqlite3 (1.7.3-x86_64-linux)
376
- stringio (3.1.1)
377
- strongmind-oneroster-client (2.0.3)
378
- json (~> 2.1, >= 2.1.0)
379
- typhoeus (~> 1.0, >= 1.0.1)
380
- strongmind-sidekiq-cloudwatchmetrics (2.6.5)
381
- aws-sdk-cloudwatch (~> 1.6)
382
- sidekiq (>= 5.0, < 8.0)
383
- strscan (3.1.0)
384
- sys-uname (1.3.0)
385
- ffi (~> 1.1)
386
- thor (1.3.1)
387
- timecop (0.9.10)
388
- timeout (0.6.1)
389
- typhoeus (1.4.1)
390
- ethon (>= 0.9.0)
391
- tzinfo (2.0.6)
392
- concurrent-ruby (~> 1.0)
393
- unf (0.2.0)
394
- unicode-display_width (2.5.0)
395
- uri (1.1.1)
396
- webmock (3.23.1)
397
- addressable (>= 2.8.0)
398
- crack (>= 0.3.2)
399
- hashdiff (>= 0.4.0, < 2.0.0)
400
- webrick (1.8.1)
401
- websocket-driver (0.8.2)
402
- base64
403
- websocket-extensions (>= 0.1.0)
404
- websocket-extensions (0.1.5)
405
- zeitwerk (2.6.17)
406
-
407
- PLATFORMS
408
- arm64-darwin
409
- ruby
410
- x86_64-darwin-21
411
- x86_64-linux
412
-
413
- DEPENDENCIES
414
- activesupport (~> 7.1, >= 7.1.3.2)
415
- aws-sdk-cloudwatch
416
- factory_bot
417
- faker
418
- faraday
419
- faraday-retry
420
- jwt (~> 1.5, >= 1.5.4)
421
- learnosity-sdk (~> 0.2.2)
422
- multi_json
423
- pry (~> 0.14.2)
424
- rake (~> 13.0)
425
- rspec
426
- rspec-rails (~> 6.1.0)
427
- rubocop
428
- sentry-ruby
429
- sidekiq
430
- sqlite3 (~> 1.4)
431
- strongmind-oneroster-client (~> 2.0.3)
432
- strongmind-platform-sdk!
433
- strongmind-sidekiq-cloudwatchmetrics
434
- timecop
435
- webmock
436
-
437
- BUNDLED WITH
438
- 2.3.16