turbo-replay 0.1.1 → 0.1.2
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/lib/turbo/replay/version.rb +1 -1
- metadata +6 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8e144c469bad7b9334ed24b50e62c3eb5d2ae57a03f94df331c1f9eebf5e832c
|
4
|
+
data.tar.gz: 1a6787bd110f8b6dbdcfb53a565d64f15525f7872ebcb46a45dc5f76a57dd516
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 58e04e4e549363e87fa7d477f1087f477eadbbe6e0890f76f1c2074e697fb46644503a3a7d0a309eb0cd66d71acef41981db8b86481109eec80ea957b2e36a90
|
7
|
+
data.tar.gz: 816600dc2b7cfee8b5e64d38be9fcc35bedc209b5c125999debcfaa5f0747eb6fc380ad09dde9065c25892e1a5b3a658f6c247a5ddcb3a7db4c0bffbcc31b925
|
data/lib/turbo/replay/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: turbo-replay
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Luiz Vasconcellos
|
@@ -80,8 +80,9 @@ dependencies:
|
|
80
80
|
- - ">="
|
81
81
|
- !ruby/object:Gem::Version
|
82
82
|
version: '0'
|
83
|
-
description:
|
84
|
-
|
83
|
+
description: turbo-replay assigns a sequence number to broadcasted messages and caches
|
84
|
+
them. When a client disconnects because of flaky network, we're able to resend (or
|
85
|
+
replay, hence the name) missed messages in the same order they were originally sent.
|
85
86
|
email:
|
86
87
|
- luizpvasc@gmail.com
|
87
88
|
executables: []
|
@@ -123,14 +124,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
123
124
|
requirements:
|
124
125
|
- - ">="
|
125
126
|
- !ruby/object:Gem::Version
|
126
|
-
version:
|
127
|
+
version: 2.6.0
|
127
128
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
128
129
|
requirements:
|
129
130
|
- - ">="
|
130
131
|
- !ruby/object:Gem::Version
|
131
132
|
version: '0'
|
132
133
|
requirements: []
|
133
|
-
rubygems_version: 3.
|
134
|
+
rubygems_version: 3.0.9
|
134
135
|
signing_key:
|
135
136
|
specification_version: 4
|
136
137
|
summary: Never miss a single websocket event ever again.
|