strongmind-platform-sdk 3.21.8 → 3.22.0

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: 6ea16295201d3d7b2f21c39873cb1a3840b38f3706adc0073cfb4bf53fbbd91c
4
- data.tar.gz: e7180f82b6cee6959bc7b58ab12d7a184ed459ac035be240fa8e3f4c8272b714
3
+ metadata.gz: 9e9ff73eda1f649e1c8e4eb15dd2da01e809a7f588e1d54446b5bd3aec13f673
4
+ data.tar.gz: 12c1e3c02c3ef63dd771c26c51a32b4f6bf28300209a8297f63f4e014f704f12
5
5
  SHA512:
6
- metadata.gz: 8ac5f6f5fcdf059b1bf308ef82cc028c10fb48684fcc1cbf5c185e9fe2300f930d3e61d38fe648b3270ff8f82af7d3f4377bc54fbc1b1c25ae81d8fea26211cb
7
- data.tar.gz: f4b868b1c92558a16c4ae7b730b4764cdf62c32f3eacb12cf77a1e168b346ec5da6551db7434d98c98b905993ec825f609f62bf97d41bf70c039e4cab3a3c26c
6
+ metadata.gz: 38f5e2509b68cb49747ac4b908d7c0c3a239f865e12924aa84fc384d4456e0e9a74d91a691ff66a23fd32d1a221181c7fc8f5676fe7daeca539d8bb2bae706e2
7
+ data.tar.gz: a8a0e3b031916c8b70dc058c748877f57b954006fbe568b08c8276d9d55a86c32cd9882e075c58aabf4662e06f8862465afd187eb88ed35dcd4463323f2036cd
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- strongmind-platform-sdk (3.21.0)
4
+ strongmind-platform-sdk (3.22.0)
5
5
  asset_sync
6
6
  aws-sdk-cloudwatch
7
7
  aws-sdk-secretsmanager (~> 1.66)
@@ -128,13 +128,13 @@ GEM
128
128
  bigdecimal
129
129
  rexml
130
130
  crass (1.0.6)
131
- date (3.3.4)
131
+ date (3.4.0)
132
132
  diff-lcs (1.5.1)
133
133
  drb (2.2.1)
134
134
  erubi (1.13.0)
135
135
  ethon (0.16.0)
136
136
  ffi (>= 1.15.0)
137
- excon (0.111.0)
137
+ excon (1.2.1)
138
138
  factory_bot (6.4.6)
139
139
  activesupport (>= 5.0.0)
140
140
  faker (3.4.2)
@@ -149,14 +149,14 @@ GEM
149
149
  ffi (1.17.0)
150
150
  ffi (1.17.0-x86_64-darwin)
151
151
  ffi (1.17.0-x86_64-linux-gnu)
152
- fog-aws (3.27.0)
152
+ fog-aws (3.29.0)
153
153
  base64 (~> 0.2.0)
154
- fog-core (~> 2.1)
154
+ fog-core (~> 2.6)
155
155
  fog-json (~> 1.1)
156
156
  fog-xml (~> 0.1)
157
- fog-core (2.5.0)
157
+ fog-core (2.6.0)
158
158
  builder
159
- excon (~> 0.71)
159
+ excon (~> 1.0)
160
160
  formatador (>= 0.2, < 2.0)
161
161
  mime-types
162
162
  fog-json (1.2.0)
@@ -192,9 +192,10 @@ GEM
192
192
  net-smtp
193
193
  marcel (1.0.4)
194
194
  method_source (1.1.0)
195
- mime-types (3.5.2)
195
+ mime-types (3.6.0)
196
+ logger
196
197
  mime-types-data (~> 3.2015)
197
- mime-types-data (3.2024.0903)
198
+ mime-types-data (3.2024.1105)
198
199
  mini_mime (1.1.5)
199
200
  mini_portile2 (2.8.7)
200
201
  minitest (5.24.1)
@@ -202,7 +203,7 @@ GEM
202
203
  mutex_m (0.2.0)
203
204
  net-http (0.4.1)
204
205
  uri
205
- net-imap (0.4.16)
206
+ net-imap (0.5.1)
206
207
  date
207
208
  net-protocol
208
209
  net-pop (0.1.2)
@@ -211,7 +212,7 @@ GEM
211
212
  timeout
212
213
  net-smtp (0.5.0)
213
214
  net-protocol
214
- nio4r (2.7.3)
215
+ nio4r (2.7.4)
215
216
  nokogiri (1.16.7)
216
217
  mini_portile2 (~> 2.8.2)
217
218
  racc (~> 1.4)
@@ -338,7 +339,7 @@ GEM
338
339
  ffi (~> 1.1)
339
340
  thor (1.3.1)
340
341
  timecop (0.9.10)
341
- timeout (0.4.1)
342
+ timeout (0.4.2)
342
343
  typhoeus (1.4.1)
343
344
  ethon (>= 0.9.0)
344
345
  tzinfo (2.0.6)
@@ -59,7 +59,7 @@ module PlatformSdk
59
59
  def create_pair(payload)
60
60
  raise StandardError, "Payload can not be empty." if payload.empty?
61
61
 
62
- path = "api/v1/pairs"
62
+ path = "api/v1/pairs/"
63
63
  post(path, payload)
64
64
  end
65
65
 
@@ -2,8 +2,8 @@
2
2
 
3
3
  module PlatformSdk
4
4
  MAJOR = 3
5
- MINOR = 21
6
- PATCH = 8
5
+ MINOR = 22
6
+ PATCH = 0
7
7
 
8
8
  VERSION = "#{PlatformSdk::MAJOR}.#{PlatformSdk::MINOR}.#{PlatformSdk::PATCH}"
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: strongmind-platform-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.21.8
4
+ version: 3.22.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Platform Team