salesforce_streamer 1.0.0 → 1.1.0

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: d5e2582707019a2ad77778663906efc1a96651a6792116cf69d56b3f92368354
4
- data.tar.gz: 3f9184668544c0a244ee2ef1ef4ffb7b8ac1af49da1bc5be09facbe51104af53
3
+ metadata.gz: '09ad08aaa928aa7a44918219c0e55e6b5fb2c8633655c6a641ffecb233b6c298'
4
+ data.tar.gz: 79d364e45937c5d2333d98461a1ff891931a1663a5946973d3a4ea8985ff5067
5
5
  SHA512:
6
- metadata.gz: 3876250efad33dd431927a273d9409a6beec6be2783bbf73cdd297c32f0992eecd9d7562ba8dcb5cd8e1b0c857b9000323dc37a32d2c72a44b1d74bbb7719bb3
7
- data.tar.gz: f31654f617c2e21f12d3b09a8f7c5cddfcacc6fee984e9a8199b632e757ff1c6d6fbca2932d02b265dceeec5ef35ec3098ceb539c96308b884b410d5f97f8981
6
+ metadata.gz: 39bf85e6f4e04c21b93fc9ebeb82435a5fb745543f8bb44881bf52c377c490d5387bd994003184803800ba489ac0fe132fe9784a0ec30433d4fc85d50c24f0a1
7
+ data.tar.gz: 66488e476812388579da4585e817dc6ae27a85a5969a8d0ca50b3e83df4ca8e514649a0cfa8b3b12f5fe23ef0dac96d059ae65614720cb94a0d6acfed821ce1f
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- salesforce_streamer (1.0.0)
4
+ salesforce_streamer (1.1.0)
5
5
  faye (= 0.8.9)
6
6
  restforce (~> 4.2)
7
7
 
data/README.md CHANGED
@@ -98,7 +98,7 @@ SalesforceStreamer.config.manage_topics = true
98
98
  ### Launch The Streamer
99
99
 
100
100
  Launch the `streamer` service loads the application code at
101
- `./config/application` by default if `config.require_path` is unset. It will
101
+ `./config/environment` by default if `config.require_path` is unset. It will
102
102
  load your push topic configuration from `./config/streamer.yml` if
103
103
  `config.config_file` is unset. During the boot sequence it will connect to
104
104
  Salesforce using the Restforce client and your configured ENV variables in order
@@ -18,7 +18,7 @@ module SalesforceStreamer
18
18
  @persistence_adapter = RedisReplay.new
19
19
  @manage_topics = false
20
20
  @config_file = './config/streamer.yml'
21
- @require_path = './config/application'
21
+ @require_path = './config/environment'
22
22
  end
23
23
 
24
24
  def manage_topics?
@@ -1,3 +1,3 @@
1
1
  module SalesforceStreamer
2
- VERSION = '1.0.0'.freeze
2
+ VERSION = '1.1.0'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: salesforce_streamer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scott Serok
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-12-20 00:00:00.000000000 Z
11
+ date: 2019-12-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faye