Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit ba0ca2c

Browse files
committed
update install instructions
1 parent 69e2697 commit ba0ca2c

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

README.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,10 @@
1-
Lap 21 (Lap is hyperloop designation for release candidate)
2-
3-
Install instructions for the latest lap:
1+
Install instructions for the latest lap (lap is hyperloop designation for release candidate):
42
```
5-
source https://gems.ruby-hyperloop.org
6-
73
gem "opal-jquery", git: "https://github.com/opal/opal-jquery.git", branch: "master"
84
9-
gem 'hyperloop', '~> 1.0.0.lap'
10-
gem 'hyper-spec', '~> 1.0.0.lap'
5+
gem 'hyperloop', '~> 1.0.0.lap0'
6+
gem 'hyper-spec', '~> 1.0.0.lap0'
117
```
12-
### lap21 advancements
13-
works with standard opal 0.11 as above
14-
fixes for hyper-operation, dispatch_to only dispatches once to a channel for a ServerOp.run
15-
client side debugging messages for ActionCable websockets and :simple_poller in development environment
16-
correct server side logging/non-logging for :simple_poller
178

189
### testing ruby-hyperloop gems
1910
See, section **Testing Ruby-Hyperloop**

0 commit comments

Comments
 (0)