hyper-operation 0.5.8 → 0.5.9
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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9d8cacc0b8413e28fc7239816120bacd84c84656
|
4
|
+
data.tar.gz: 80ce1efde5c6c566cfe9cd8a70e43fb9bc903ab0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b88fb1582424e8f06fbb786462a6623deebc8badebdd53c3dde0714a3ee8d8a4d4d2d2db8acb5c701a5f8f680011cbe8d5932a31d6a8c0446b5d6b3c5503323e
|
7
|
+
data.tar.gz: 97879a982ee27e8c0ae663611f1b0aa75270d07a28de7cd9701c05fd9cba2eb515356eab138c5714e10883524bfc7695c18338aa06d85af174faebe94376b05a
|
@@ -158,7 +158,7 @@ module Hyperloop
|
|
158
158
|
# 2) if running action_cable make sure connection is up after pinging the server_up
|
159
159
|
# action cable closes the connection if files change on the server
|
160
160
|
HTTP.get("#{`window.HyperloopEnginePath`}/server_up") do
|
161
|
-
`#{Hyperloop.action_cable_consumer}.connection.open()`
|
161
|
+
`#{Hyperloop.action_cable_consumer}.connection.open()` if `#{Hyperloop.action_cable_consumer}.connection.disconnected`
|
162
162
|
end if Hyperloop.action_cable_consumer
|
163
163
|
return
|
164
164
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hyper-operation
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- catmando
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-06-
|
11
|
+
date: 2017-06-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: mutations
|