strongmind-platform-sdk 3.17.0 → 3.17.1

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: d8d5efe4a7cbbb1444235fd8d546e6efe769fc5478a308312f10078dcbe31f94
4
- data.tar.gz: a18825b6bbdcf77495c6a52b5cc8dee11ff1386d4fe563d194be5ba7f554f662
3
+ metadata.gz: 4335eb6c1fb9e9020ff274bab46912ab69020606d6fb08719289364560bc0262
4
+ data.tar.gz: 1785d9e581f55ff36234c12d61aa1a401571614235e84d68b6f888cc190ea520
5
5
  SHA512:
6
- metadata.gz: 69ae5b72e8387007b89afc2646a6c0f5ad705f6d8bbbc9ffaefc6f3f2f57075da80d0e19052515d16593067efb71ec5fa30a0d1c10d9d5c48c8b4434a4394d0f
7
- data.tar.gz: 45304a01c8bacdaef63e1569bee8fea838080e14c3cc9296d96a789d6b409ee790544087110c5e9cc058b9d919d6204aa1975137a713adff43da331c2ab997c8
6
+ metadata.gz: f51c2653bc1f9710ed179c68d0a9446ec0cd56367a67fb1b035ac38dca9fa35b63ded88cec19d66698e5f8a11150e2ddbc3933f665f26dfd791e125c1d5bbb4d
7
+ data.tar.gz: 82c0775e20df6a4b473d43faefec40cbfe6664cf20123a23ac6a4c5a934b069944b570cd18aaac21647c54ee9a55dd06ba25f45f332554a5d2950b9f3c8f170b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- strongmind-platform-sdk (3.17.0)
4
+ strongmind-platform-sdk (3.17.1)
5
5
  activesupport (~> 7.1)
6
6
  aws-sdk-secretsmanager (~> 1.66)
7
7
  faraday (~> 2.5, >= 2.5.2)
@@ -95,7 +95,7 @@ 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.929.0)
98
+ aws-partitions (1.930.0)
99
99
  aws-sdk-cloudwatch (1.91.0)
100
100
  aws-sdk-core (~> 3, >= 3.193.0)
101
101
  aws-sigv4 (~> 1.1)
@@ -104,7 +104,7 @@ GEM
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.93.0)
107
+ aws-sdk-secretsmanager (1.94.0)
108
108
  aws-sdk-core (~> 3, >= 3.193.0)
109
109
  aws-sigv4 (~> 1.1)
110
110
  aws-sigv4 (1.8.0)
@@ -1,5 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ require 'rspec/core'
3
4
  require 'platform_sdk/spec_support/shared_examples/data_pipelineable_examples'
4
5
  require 'platform_sdk/spec_support/shared_examples/one_roster_data_pipelineable_examples'
5
6
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PlatformSdk
4
- VERSION = "3.17.0"
4
+ VERSION = "3.17.1"
5
5
  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.17.0
4
+ version: 3.17.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Platform Team