strongmind-platform-sdk 3.19.21 → 3.19.22

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: 2783ad4403e3e318e6c6e59b93d6323f8be166518656e519af8db45fb7f0532e
4
- data.tar.gz: 76a2e219819f2fcabfa9315d8720665396acb9a8f2d6b14796f05a4412a7e625
3
+ metadata.gz: 598e51e44d4a42d351607221c30ae82326a710d803ef0b5f96fd3dcad9ab5972
4
+ data.tar.gz: 188bdb251dc6db230d3808254cbac7c4e361c0ffdaed56cfa2326368d817d043
5
5
  SHA512:
6
- metadata.gz: 94759b7d09cf1a0c49e339fe7bb34561a849116194c8f46b2bb5b1d7b4340cca1aa45e7b77868cdd351bb0666addedf867171833ae1ab979940677b081d0dc04
7
- data.tar.gz: 6f9e83545ad53934c727e6e44767cf7451080388a2e099c910dafb8deda42fe14ac658890ba280ce2df8529bec79e86311a0b119d9108f8b4a5a7d5eb96fc7ad
6
+ metadata.gz: 545852a59da691121a5abcf6733710975348b5987af6d1fc7dfc1af7a3b81b66cc9a05dbb0c6dd4488c18489ba7f24406872eeae2987209d7465a6165572ec57
7
+ data.tar.gz: ce536e62d682551d32e32e342b096ad9bff034e8c84236e697ff18c301d3e11e1f36d638f77c868d985182211581c7ae3fa8c82dee412b335be9e62b2730115a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- strongmind-platform-sdk (3.19.21)
4
+ strongmind-platform-sdk (3.19.22)
5
5
  activesupport (~> 7.1)
6
6
  aws-sdk-secretsmanager (~> 1.66)
7
7
  faraday (~> 2.5, >= 2.5.2)
@@ -95,17 +95,17 @@ GEM
95
95
  public_suffix (>= 2.0.2, < 6.0)
96
96
  ast (2.4.2)
97
97
  aws-eventstream (1.3.0)
98
- aws-partitions (1.947.0)
99
- aws-sdk-cloudwatch (1.93.0)
100
- aws-sdk-core (~> 3, >= 3.198.0)
98
+ aws-partitions (1.949.0)
99
+ aws-sdk-cloudwatch (1.95.0)
100
+ aws-sdk-core (~> 3, >= 3.199.0)
101
101
  aws-sigv4 (~> 1.1)
102
- aws-sdk-core (3.198.0)
102
+ aws-sdk-core (3.200.0)
103
103
  aws-eventstream (~> 1, >= 1.3.0)
104
104
  aws-partitions (~> 1, >= 1.651.0)
105
105
  aws-sigv4 (~> 1.8)
106
106
  jmespath (~> 1, >= 1.6.1)
107
- aws-sdk-secretsmanager (1.99.0)
108
- aws-sdk-core (~> 3, >= 3.198.0)
107
+ aws-sdk-secretsmanager (1.100.0)
108
+ aws-sdk-core (~> 3, >= 3.199.0)
109
109
  aws-sigv4 (~> 1.1)
110
110
  aws-sigv4 (1.8.0)
111
111
  aws-eventstream (~> 1, >= 1.0.2)
@@ -84,6 +84,4 @@ module PlatformSdk
84
84
  end
85
85
  end
86
86
  end
87
- end
88
-
89
-
87
+ end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PlatformSdk
4
- VERSION = "3.19.21"
4
+ VERSION = "3.19.22"
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.19.21
4
+ version: 3.19.22
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-06-25 00:00:00.000000000 Z
11
+ date: 2024-07-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday