strongmind-platform-sdk 3.19.15 → 3.19.16

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: 4f47de97e4fc1301412c996ab3c6d72736c3d89fe98e602d5cc890be7384c043
4
- data.tar.gz: f98510e86a9d4a4ecf7db1a261dcfd4c6b1c3b6801067e71a97aa3b5f3f18bad
3
+ metadata.gz: 580fb42245c26f8134f0a716acc733c0d08aeecf6d54db9146ac2fe385e1fce8
4
+ data.tar.gz: a9dc33df0401446d6887dc88686630b09be5d1fc14fb52e73576c1c17d5555c5
5
5
  SHA512:
6
- metadata.gz: 543409f51579689eb9d30fa3fd2f67af5f407ec08dcaea14aac51585d72f6fcd6191c851a71357c6b933c56958b118035a0a14c5bec09f8f8e1ddffa262cc41f
7
- data.tar.gz: a3ddbf414d291caac6a694dd5f35c2a7ba10dab5d684c9b3e00489541a8e1e152945bd9b9bcfd4de3e7367e61bb89944e3eca054aecd787bfed5a2c6330a29cb
6
+ metadata.gz: 140517212de5cb6fcd7cc63d477f9adf35d157a8a67cb872e223223f2ebcb3be536ef5d92c3f13746cfa5a480adad738afbe34ff605a7749b873577aad7f9934
7
+ data.tar.gz: 4cd2ed5a724c4843c11817fbdc8acf5388e9b94ce0204e7c73b39078ca99544d64c345afe946a3ad54c7cb3acaeda531e616274a4e86b11acc64fe7b808e6288
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- strongmind-platform-sdk (3.19.15)
4
+ strongmind-platform-sdk (3.19.16)
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.939.0)
99
- aws-sdk-cloudwatch (1.91.0)
100
- aws-sdk-core (~> 3, >= 3.193.0)
98
+ aws-partitions (1.941.0)
99
+ aws-sdk-cloudwatch (1.92.0)
100
+ aws-sdk-core (~> 3, >= 3.197.0)
101
101
  aws-sigv4 (~> 1.1)
102
- aws-sdk-core (3.196.1)
102
+ aws-sdk-core (3.197.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.95.0)
108
- aws-sdk-core (~> 3, >= 3.193.0)
107
+ aws-sdk-secretsmanager (1.96.0)
108
+ aws-sdk-core (~> 3, >= 3.197.0)
109
109
  aws-sigv4 (~> 1.1)
110
110
  aws-sigv4 (1.8.0)
111
111
  aws-eventstream (~> 1, >= 1.0.2)
data/README.md CHANGED
@@ -124,7 +124,7 @@ class ApplicationRecord < ActiveRecord::Base
124
124
  self.abstract_class = true
125
125
 
126
126
  def self.pipeline_noun
127
- "StrongMind.Central.#{name}}"
127
+ "StrongMind.Central.#{name}"
128
128
  end
129
129
 
130
130
  def self.pipeline_meta
@@ -46,9 +46,7 @@ module PlatformSdk
46
46
 
47
47
  data_hash.merge!(pipeline_additional_attributes)
48
48
 
49
- data_hash = data_hash.except(*pipeline_excluded_attributes)
50
-
51
- data_hash
49
+ data_hash.except(*pipeline_excluded_attributes)
52
50
  end
53
51
 
54
52
  def pipeline_additional_attributes
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PlatformSdk
4
- VERSION = "3.19.15"
4
+ VERSION = "3.19.16"
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.15
4
+ version: 3.19.16
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-05 00:00:00.000000000 Z
11
+ date: 2024-06-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday