salesforce_streamer 2.11.0 → 2.11.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 +4 -4
- data/Gemfile.lock +2 -2
- data/lib/salesforce_streamer/configuration.rb +1 -1
- data/lib/salesforce_streamer/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 780524c05e18382d33e0cb877d6ae13257607cb9ae604bb9391c1c7890349ce4
|
4
|
+
data.tar.gz: 43d771153ab1d4c285e50b3cc6f7d9e724ede460e0e691ef1359e15d16734c9e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6f9db9a5eab9014bd44002252cefa62fb753a75d7a4d95fa2f1c638b5bfd267a72315d94a7cfcc9855b27ac56de9c8432cb6755ef01f26fde5fb5c5d2162f23c
|
7
|
+
data.tar.gz: 7f6e4e6626dc8f0f8cd576e38794ba28f1da0217d08db567a3f8ea9f147183e9b01113350c30f145822c2038a080642791967a098b71d5b8dcc4ed6c712637bc
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
salesforce_streamer (2.11.
|
4
|
+
salesforce_streamer (2.11.1)
|
5
5
|
cookiejar (~> 0.3)
|
6
6
|
dry-initializer (~> 3.1)
|
7
7
|
eventmachine (~> 1.2)
|
@@ -88,7 +88,7 @@ GEM
|
|
88
88
|
diff-lcs (>= 1.2.0, < 2.0)
|
89
89
|
rspec-support (~> 3.13.0)
|
90
90
|
rspec-support (3.13.1)
|
91
|
-
rubocop (1.
|
91
|
+
rubocop (1.63.0)
|
92
92
|
json (~> 2.3)
|
93
93
|
language_server-protocol (>= 3.17.0)
|
94
94
|
parallel (~> 1.10)
|
@@ -55,7 +55,7 @@ module SalesforceStreamer
|
|
55
55
|
return @push_topic_data if @push_topic_data
|
56
56
|
|
57
57
|
data = YAML.safe_load_file(config_file, aliases: true)
|
58
|
-
@push_topic_data = data[environment.to_s]
|
58
|
+
@push_topic_data = data[environment.to_s] || data
|
59
59
|
end
|
60
60
|
|
61
61
|
def restforce_logger!
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: salesforce_streamer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.11.
|
4
|
+
version: 2.11.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Scott Serok
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: exe
|
11
11
|
cert_chain: []
|
12
|
-
date: 2024-04-
|
12
|
+
date: 2024-04-10 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: cookiejar
|