strongmind-platform-sdk 3.16.0 → 3.17.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3a1edd6d82d545f5eddfb8d75754772ac371342c6cefad44e9aefcc20715aaa8
4
- data.tar.gz: 886694afaafd66bb2ea6a23fce81799a1b0ddc1e759c381621db87e48cbe6ba1
3
+ metadata.gz: 4335eb6c1fb9e9020ff274bab46912ab69020606d6fb08719289364560bc0262
4
+ data.tar.gz: 1785d9e581f55ff36234c12d61aa1a401571614235e84d68b6f888cc190ea520
5
5
  SHA512:
6
- metadata.gz: 034e4a645e9186b314b33c29f2ae4459ed60975459f77a2ef1519901f09e4c147354bfb04b548b8dac71eb6ef06bd18bdf80bee8f10fba5bc2825a7b6856fce7
7
- data.tar.gz: 62d48e2122d0d11c1233dc2f4e99b2a7a03c5afc017690729c819b650f71661089b76d41d9f2fa5e83e63d00b20eb78c812ca4d1ac7bcfa0bb99084c5b3cd4b6
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.16.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)
@@ -17,6 +17,7 @@ module PlatformSdk
17
17
  faraday.request(:retry, retry_options)
18
18
  faraday.request(:authorization, :basic, @credentials[:pipeline_username], @credentials[:pipeline_password])
19
19
  faraday.headers = headers
20
+ faraday.response :raise_error
20
21
  faraday.adapter(:net_http)
21
22
  end
22
23
  end
@@ -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.16.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.16.0
4
+ version: 3.17.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Platform Team