strongmind-platform-sdk 3.11.1 → 3.11.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: 2b155de8067af9f009093efb2fbd36a4e3dfca1f626cd05a4ba76ae8c829baf0
4
- data.tar.gz: 4edc941d76e74780fe98e7ec494f2d7b800ac80c302b92329c48e484eb0d52cf
3
+ metadata.gz: 831f2dfd69a77f024bc3b1a3f53ba6dc77362e181c12cfc475414d2e0fd8396e
4
+ data.tar.gz: cbd9e4aed30f6c61b8a9879e9b98533912ddeea52353aa4b45038062c5d56c8f
5
5
  SHA512:
6
- metadata.gz: 2a78bd77b3d6543d21041224e4fe28618d9bf9c335c6a1aeff7e48840b31232a05a1dd42c8b9c3785221a7c68647b2f8acfbb5625b18f1fbbfa57fc33d8915a6
7
- data.tar.gz: ffbadacc4c3b88f4ce3f243f6f7451e25701dfc44af0294e9abb4caffc458c77f85a7b3ca719ebac44d350c99f3736d5aadcc459c322d854e9b108e65ab38e00
6
+ metadata.gz: 917471116425faa32e86310d78eb78f05ea087455bb52bd73358c4cf81a2e8f844ada26f85610180d4c210e0fbfcd94205f8d6192f40177560186d356c781ca1
7
+ data.tar.gz: 76d58488155ae1c008c46631d7f380bda237c09f3014f7ea1389d34983eb075defdb48e65365dea694c24ea093d00a5b7cd376fa48d6f5cfa5483cf2469df2a1
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- strongmind-platform-sdk (3.11.1)
4
+ strongmind-platform-sdk (3.11.2)
5
5
  aws-sdk-secretsmanager (~> 1.66)
6
6
  faraday (~> 2.5, >= 2.5.2)
7
7
  faraday-retry
@@ -10,6 +10,7 @@ PATH
10
10
  multi_json
11
11
  sentry-ruby
12
12
  strongmind-oneroster-client (~> 2.0.1)
13
+ strongmind-sidekiq-cloudwatchmetrics
13
14
  uri
14
15
 
15
16
  GEM
@@ -25,8 +26,11 @@ GEM
25
26
  public_suffix (>= 2.0.2, < 6.0)
26
27
  ast (2.4.2)
27
28
  aws-eventstream (1.3.0)
28
- aws-partitions (1.903.0)
29
- aws-sdk-core (3.191.5)
29
+ aws-partitions (1.913.0)
30
+ aws-sdk-cloudwatch (1.88.0)
31
+ aws-sdk-core (~> 3, >= 3.191.0)
32
+ aws-sigv4 (~> 1.1)
33
+ aws-sdk-core (3.191.6)
30
34
  aws-eventstream (~> 1, >= 1.3.0)
31
35
  aws-partitions (~> 1, >= 1.651.0)
32
36
  aws-sigv4 (~> 1.8)
@@ -38,6 +42,7 @@ GEM
38
42
  aws-eventstream (~> 1, >= 1.0.2)
39
43
  bigdecimal (3.1.6)
40
44
  concurrent-ruby (1.2.3)
45
+ connection_pool (2.4.1)
41
46
  crack (1.0.0)
42
47
  bigdecimal
43
48
  rexml
@@ -69,8 +74,11 @@ GEM
69
74
  parser (3.2.2.1)
70
75
  ast (~> 2.4.1)
71
76
  public_suffix (5.0.4)
77
+ rack (3.0.10)
72
78
  rainbow (3.1.1)
73
79
  rake (13.0.6)
80
+ redis-client (0.22.0)
81
+ connection_pool
74
82
  regexp_parser (2.8.0)
75
83
  rexml (3.2.5)
76
84
  rspec (3.12.0)
@@ -102,9 +110,17 @@ GEM
102
110
  ruby2_keywords (0.0.5)
103
111
  sentry-ruby (5.16.1)
104
112
  concurrent-ruby (~> 1.0, >= 1.0.2)
113
+ sidekiq (7.2.2)
114
+ concurrent-ruby (< 2)
115
+ connection_pool (>= 2.3.0)
116
+ rack (>= 2.2.4)
117
+ redis-client (>= 0.19.0)
105
118
  strongmind-oneroster-client (2.0.3)
106
119
  json (~> 2.1, >= 2.1.0)
107
120
  typhoeus (~> 1.0, >= 1.0.1)
121
+ strongmind-sidekiq-cloudwatchmetrics (2.6.1)
122
+ aws-sdk-cloudwatch (~> 1.6)
123
+ sidekiq (>= 5.0, < 8.0)
108
124
  sys-uname (1.2.3)
109
125
  ffi (~> 1.1)
110
126
  typhoeus (1.4.0)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PlatformSdk
4
- VERSION = "3.11.1"
4
+ VERSION = "3.11.2"
5
5
  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.11.1
4
+ version: 3.11.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: 2024-03-29 00:00:00.000000000 Z
11
+ date: 2024-04-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -142,6 +142,20 @@ dependencies:
142
142
  - - ">="
143
143
  - !ruby/object:Gem::Version
144
144
  version: '0'
145
+ - !ruby/object:Gem::Dependency
146
+ name: strongmind-sidekiq-cloudwatchmetrics
147
+ requirement: !ruby/object:Gem::Requirement
148
+ requirements:
149
+ - - ">="
150
+ - !ruby/object:Gem::Version
151
+ version: '0'
152
+ type: :runtime
153
+ prerelease: false
154
+ version_requirements: !ruby/object:Gem::Requirement
155
+ requirements:
156
+ - - ">="
157
+ - !ruby/object:Gem::Version
158
+ version: '0'
145
159
  description: Includes a wrapper for the swagger generated OneRoster management clients
146
160
  email:
147
161
  - horseshoes@strongmind.com