lightstreamer 0.12 → 0.13
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/CHANGELOG.md +4 -0
- data/lib/lightstreamer.rb +1 -1
- data/lib/lightstreamer/session.rb +2 -2
- data/lib/lightstreamer/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 884016c91ecbd94e590b735c85f022138116e56a
|
4
|
+
data.tar.gz: e0c47b6598e2b737825d2ef80f5a36f38f96b671
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 302c68e601c31e031625a494a2905e2d47af4363b46c3b03c7bf55d7c30aaba66c43bdaba2e27b9bc54e9b8a6e5c6b8057e3d4907fb7d8f21ddf5414d983d19e
|
7
|
+
data.tar.gz: 81fef502579689a0c7f2c5b97c8f6fbd4d1d55963aa9e01c9ae33aee82424ce8a5004eed9790371cfaecc919dcd29eea9ee10157164975a275bd37a9287136d0
|
data/CHANGELOG.md
CHANGED
data/lib/lightstreamer.rb
CHANGED
@@ -33,10 +33,10 @@ module Lightstreamer
|
|
33
33
|
# Whether polling mode is enabled. By default long-running HTTP connections will be used to stream incoming data,
|
34
34
|
# but if polling is enabled then repeated short polling requests will be used instead. Polling may work better if
|
35
35
|
# there is intermediate buffering on the network that affects timely delivery of data on long-running streaming
|
36
|
-
# connections.
|
36
|
+
# connections. Polling mode can be turned off and on for a connected session by setting {#polling_enabled} and then
|
37
37
|
# calling {#force_rebind}.
|
38
38
|
#
|
39
|
-
# @return [Boolean]
|
39
|
+
# @return [Boolean] whether polling mode is enabled.
|
40
40
|
attr_accessor :polling_enabled
|
41
41
|
|
42
42
|
# Initializes this new Lightstreamer session with the passed options.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lightstreamer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: '0.
|
4
|
+
version: '0.13'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Richard Viney
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-10-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: excon
|
@@ -142,14 +142,14 @@ dependencies:
|
|
142
142
|
requirements:
|
143
143
|
- - "~>"
|
144
144
|
- !ruby/object:Gem::Version
|
145
|
-
version: '0.
|
145
|
+
version: '0.44'
|
146
146
|
type: :development
|
147
147
|
prerelease: false
|
148
148
|
version_requirements: !ruby/object:Gem::Requirement
|
149
149
|
requirements:
|
150
150
|
- - "~>"
|
151
151
|
- !ruby/object:Gem::Version
|
152
|
-
version: '0.
|
152
|
+
version: '0.44'
|
153
153
|
- !ruby/object:Gem::Dependency
|
154
154
|
name: yard
|
155
155
|
requirement: !ruby/object:Gem::Requirement
|