strongmind-platform-sdk 3.19.12 → 3.19.14

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: f51b19ad7dfc60230158963a43cb8ed825ecbc4317f2ebd6cae0f953ae660535
4
- data.tar.gz: 866d4c83d9c4b964a10b9ce00cfdedc570a5d98116507e4445a20848461a507d
3
+ metadata.gz: 98bd52927d7e5a891a5f0d08859b3a93cfb972b139d32fd6a60eb7d4dc560318
4
+ data.tar.gz: 9961afa772f7f38b60dc22a7eee82faffaaad308f37d3e152b3213bc58b18f39
5
5
  SHA512:
6
- metadata.gz: 3eb54deacfcc857d009dbb1d3e28c990cc3705c29f1a0323664f554a4ab06023cf5146d26235132108f604a6d990b839f10c5945f04c1b27d2b046580f28e6d3
7
- data.tar.gz: 6726411078df88893d8fdeb8bb95b3b27253c72f16f48d83a485275fb49f23ca4fc905ad7807a1eb2f70656abd2fd8f3a1c7a0d122921e0b767310f8d2e3d197
6
+ metadata.gz: '08ddd728575d5b9bdf091d0b085d1055e19d0e7ad1a08d4f37413aa3f03c77145f1d2cca2ca31c44b24ab2201631a67d175ff7241dfe68667205adf238b7dbfb'
7
+ data.tar.gz: 92b4be7d302beef485bf7998fb35f3072680cce9bc3b266275791f08e4d2fda898cc5c67368a266fd814831beabbd7d9a80f5e1a712789e71005772edb5ed5da
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- strongmind-platform-sdk (3.19.12)
4
+ strongmind-platform-sdk (3.19.14)
5
5
  activesupport (~> 7.1)
6
6
  aws-sdk-secretsmanager (~> 1.66)
7
7
  faraday (~> 2.5, >= 2.5.2)
data/README.md CHANGED
@@ -142,7 +142,7 @@ class MyModel < ApplicationRecord
142
142
  include PlatformSdk::ActiveRecord::DataPipelineable
143
143
 
144
144
  def self.pipeline_noun
145
- "StrongMind.Central.#{name}}"
145
+ "StrongMind.Central.#{name}"
146
146
  end
147
147
 
148
148
  def self.pipeline_meta
@@ -46,7 +46,9 @@ module PlatformSdk
46
46
 
47
47
  data_hash.merge!(pipeline_additional_attributes)
48
48
 
49
- data_hash.except(*pipeline_excluded_attributes)
49
+ data_hash = data_hash.except(*pipeline_excluded_attributes)
50
+
51
+ data_hash
50
52
  end
51
53
 
52
54
  def pipeline_additional_attributes
@@ -64,6 +66,7 @@ module PlatformSdk
64
66
  pipeline_password: ENV.fetch('DATA_PIPELINE_PASSWORD', '')
65
67
  }
66
68
  client = PlatformSdk::DataPipeline::Client.new(credentials)
69
+
67
70
  client.post(pipeline_payload(action)) unless Rails.env.development?
68
71
  return unless respond_to?(:one_roster_data_type) && !Rails.env.development?
69
72
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PlatformSdk
4
- VERSION = "3.19.12"
4
+ VERSION = "3.19.14"
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.12
4
+ version: 3.19.14
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-05-31 00:00:00.000000000 Z
11
+ date: 2024-06-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday