strongmind-platform-sdk 3.19.6 → 3.19.7

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: 27b831b59ae528ac6025284c8e8a7a3a1e1b8281f9c58a112b322efb9e995fad
4
- data.tar.gz: bb2321d929178a6b5b90ab47ece14301c3749f97c5b61bda81339b14f082652e
3
+ metadata.gz: 754e564fcba0a20093713f1452d2176080b28436b73016aee77411312e53a09d
4
+ data.tar.gz: 3d112842c9ee3ae995b58efcfc99b9250eaa33060bf848933c3975b24d84d3d6
5
5
  SHA512:
6
- metadata.gz: 9dbb90cdbbd0c4c55bfda24557cbb1043b7efa84822a5e517af37a68f491cca565be87cc3a47fce8bf4122eba9e519632862cc05a481276db30b51a0122c5178
7
- data.tar.gz: fceda5b320331e15198ff8a102f926da1f44e394fac06ab065a9c960ce3cbdb21754b25f89b6895d774ff9398c081c6f4da5b5b5b7214a3c58da48556963d2e1
6
+ metadata.gz: 42cecb2285e9dd886c5ed3842732feba2689bfa5798d1e10ce2193fd68a7352976ce045ac8d6c93cd6120c8715c997020720500a0459835076bc53c3c491f5d0
7
+ data.tar.gz: 4bb0a58642abe346ed4da68ff4b31a1bbaac0eb2800a257d0f4e32689189eb9654ac67118c2110e13f1b56c984178f5fc9e9fe420c191a75015996906a409055
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- strongmind-platform-sdk (3.19.6)
4
+ strongmind-platform-sdk (3.19.7)
5
5
  activesupport (~> 7.1)
6
6
  aws-sdk-secretsmanager (~> 1.66)
7
7
  faraday (~> 2.5, >= 2.5.2)
data/README.md CHANGED
@@ -153,6 +153,13 @@ class MyModel < ApplicationRecord
153
153
  end
154
154
  ```
155
155
 
156
+ ### Configuration
157
+ You will need the following ENV variables set in your application to send data to the Data Pipeline (found in bitwarden):
158
+ * DATA_PIPELINE_HOST
159
+ * DATA_PIPELINE_USERNAME
160
+ * DATA_PIPELINE_PASSWORD
161
+
162
+
156
163
  ### Testing
157
164
 
158
165
  To test the `DataPipelineable` concern for a model, include the common shared examples in the model's spec file:
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PlatformSdk
4
- VERSION = "3.19.6"
4
+ VERSION = "3.19.7"
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.6
4
+ version: 3.19.7
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-22 00:00:00.000000000 Z
11
+ date: 2024-05-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday