hyper-operation 0.5.8 → 0.5.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cfd3ef8019798c538c9322e0a2f548fdfda69a4d
4
- data.tar.gz: b808a717a87a0b049a24dc0fac5557592bed2cbd
3
+ metadata.gz: 9d8cacc0b8413e28fc7239816120bacd84c84656
4
+ data.tar.gz: 80ce1efde5c6c566cfe9cd8a70e43fb9bc903ab0
5
5
  SHA512:
6
- metadata.gz: 5183b45ad094763699c77698ddefc0ec81c7533da1c49c39ca8ec6c302f4892540aa1dc156ac59be99073fbed146d6c65c651391c5243df45d791cc20d88daaf
7
- data.tar.gz: 0165e51045fb5c275de3bd78630cb9986907013a427ac07feb8c2ba1a2a6dbb517a68626555ba1954e697aa1e95d6df5c847244c875369c95eff112c69459180
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
@@ -1,5 +1,5 @@
1
1
  module Hyperloop
2
2
  class Operation
3
- VERSION = '0.5.8'
3
+ VERSION = '0.5.9'
4
4
  end
5
5
  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.8
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-10 00:00:00.000000000 Z
11
+ date: 2017-06-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mutations