salesforce_streamer 2.1.0 → 2.1.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 +9 -11
- data/lib/salesforce_streamer/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4a92bbc0eaffa8152b8cdcc6b8eb35248a8fe1e996bc73410dc1ed4043acde08
|
|
4
|
+
data.tar.gz: '0787479213ab7bc07c07a6cc5d8c9034f5593aee613a28529e25dd51e8c3d9c2'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 95e9b7ba4133fe7c7840e413677cff3121b6d4c94c9f1037b4fd91fe1a111dd6a1ac350075b987d68cd1fbcb72b733fbed3bd087353b6a075789a8fd15c014cb
|
|
7
|
+
data.tar.gz: 573892b3222c3240fb8d171b32f03f446bae3a0ff2184aa7bbbdf71f940ecc961cd84a634dda824a9ecb42acb13446e44b8d0d8f4f4dacb4cae0f1c555658cf0
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
salesforce_streamer (2.1.
|
|
4
|
+
salesforce_streamer (2.1.1)
|
|
5
5
|
dry-initializer (~> 3.0)
|
|
6
6
|
faye (~> 1.4)
|
|
7
7
|
restforce (>= 4.2, < 6.0)
|
|
@@ -13,16 +13,14 @@ GEM
|
|
|
13
13
|
public_suffix (>= 2.0.2, < 5.0)
|
|
14
14
|
ast (2.4.1)
|
|
15
15
|
byebug (11.1.3)
|
|
16
|
-
codecov (0.2.
|
|
17
|
-
colorize
|
|
16
|
+
codecov (0.2.9)
|
|
18
17
|
json
|
|
19
18
|
simplecov
|
|
20
|
-
colorize (0.8.1)
|
|
21
19
|
cookiejar (0.3.3)
|
|
22
20
|
diff-lcs (1.4.4)
|
|
23
21
|
docile (1.3.2)
|
|
24
22
|
dry-initializer (3.0.3)
|
|
25
|
-
em-http-request (1.1.
|
|
23
|
+
em-http-request (1.1.7)
|
|
26
24
|
addressable (>= 2.3.4)
|
|
27
25
|
cookiejar (!= 0.3.1)
|
|
28
26
|
em-socksify (>= 0.3)
|
|
@@ -49,7 +47,7 @@ GEM
|
|
|
49
47
|
hashie (4.1.0)
|
|
50
48
|
http_parser.rb (0.6.0)
|
|
51
49
|
json (2.3.1)
|
|
52
|
-
jwt (2.2.
|
|
50
|
+
jwt (2.2.2)
|
|
53
51
|
multi_json (1.15.0)
|
|
54
52
|
multipart-post (2.1.1)
|
|
55
53
|
parallel (1.19.2)
|
|
@@ -79,23 +77,23 @@ GEM
|
|
|
79
77
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
80
78
|
rspec-support (~> 3.9.0)
|
|
81
79
|
rspec-support (3.9.3)
|
|
82
|
-
rubocop (0.
|
|
80
|
+
rubocop (0.90.0)
|
|
83
81
|
parallel (~> 1.10)
|
|
84
82
|
parser (>= 2.7.1.1)
|
|
85
83
|
rainbow (>= 2.2.2, < 4.0)
|
|
86
84
|
regexp_parser (>= 1.7)
|
|
87
85
|
rexml
|
|
88
|
-
rubocop-ast (>= 0.
|
|
86
|
+
rubocop-ast (>= 0.3.0, < 1.0)
|
|
89
87
|
ruby-progressbar (~> 1.7)
|
|
90
88
|
unicode-display_width (>= 1.4.0, < 2.0)
|
|
91
89
|
rubocop-ast (0.3.0)
|
|
92
90
|
parser (>= 2.7.1.4)
|
|
93
91
|
rubocop-performance (1.7.1)
|
|
94
92
|
rubocop (>= 0.82.0)
|
|
95
|
-
rubocop-rspec (1.
|
|
96
|
-
rubocop (
|
|
93
|
+
rubocop-rspec (1.43.2)
|
|
94
|
+
rubocop (~> 0.87)
|
|
97
95
|
ruby-progressbar (1.10.1)
|
|
98
|
-
simplecov (0.
|
|
96
|
+
simplecov (0.19.0)
|
|
99
97
|
docile (~> 1.1)
|
|
100
98
|
simplecov-html (~> 0.11)
|
|
101
99
|
simplecov-html (0.12.2)
|
metadata
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: salesforce_streamer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.
|
|
4
|
+
version: 2.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Scott Serok
|
|
8
8
|
- RenoFi Engineering Team
|
|
9
|
-
autorequire:
|
|
9
|
+
autorequire:
|
|
10
10
|
bindir: exe
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2020-
|
|
12
|
+
date: 2020-09-02 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: dry-initializer
|
|
@@ -157,7 +157,7 @@ dependencies:
|
|
|
157
157
|
- - ">="
|
|
158
158
|
- !ruby/object:Gem::Version
|
|
159
159
|
version: '0'
|
|
160
|
-
description:
|
|
160
|
+
description:
|
|
161
161
|
email:
|
|
162
162
|
- scott@renofi.com
|
|
163
163
|
- engineering@renofi.com
|
|
@@ -203,7 +203,7 @@ metadata:
|
|
|
203
203
|
homepage_uri: https://github.com/renofi/salesforce_streamer
|
|
204
204
|
source_code_uri: https://github.com/renofi/salesforce_streamer
|
|
205
205
|
documentation_uri: https://www.rubydoc.info/gems/salesforce_streamer
|
|
206
|
-
post_install_message:
|
|
206
|
+
post_install_message:
|
|
207
207
|
rdoc_options: []
|
|
208
208
|
require_paths:
|
|
209
209
|
- lib
|
|
@@ -219,7 +219,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
219
219
|
version: '0'
|
|
220
220
|
requirements: []
|
|
221
221
|
rubygems_version: 3.1.2
|
|
222
|
-
signing_key:
|
|
222
|
+
signing_key:
|
|
223
223
|
specification_version: 4
|
|
224
224
|
summary: A wrapper around the Restforce Streaming API with a built-in PushTopic manager.
|
|
225
225
|
test_files: []
|