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

Commit 22e2443

Browse files
lap24 with Mitch patch
1 parent a606055 commit 22e2443

14 files changed

+44728
-27832
lines changed

Gemfile

+6-8
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
source 'https://rubygems.org'
22

3+
gem 'hyper-react', git: 'https://github.com/ruby-hyperloop/hyper-react.git', branch: 'config-patch'
4+
35
gem 'rake'
46
gem 'opal'
57
gem 'opal-browser'
68
gem 'rails'
7-
gem 'opal-rails', '>= 0.8.1'
8-
gem 'react-rails', '~> 1.9.0'
9-
gem 'hyper-component'
10-
gem 'hyper-operation'
11-
gem 'hyper-store'
9+
gem 'opal-rails'
10+
gem 'react-rails'
1211
gem 'hyper-router'
13-
gem 'hyperloop-config'
14-
gem 'opal-jquery'
1512
gem 'uglifier'
16-
#gem 'therubyracer'
13+
gem 'opal-jquery', git: 'https://github.com/opal/opal-jquery.git', branch: 'master'
14+
gem 'hyperloop', '1.0.0.lap24'

Gemfile.lock

+134-136
Original file line numberDiff line numberDiff line change
@@ -1,189 +1,193 @@
1+
GIT
2+
remote: https://github.com/opal/opal-jquery.git
3+
revision: f47a9b42da366cea270f743b05acf529f3077d35
4+
branch: master
5+
specs:
6+
opal-jquery (0.4.2)
7+
opal (>= 0.10.0, < 0.12.0)
8+
9+
GIT
10+
remote: https://github.com/ruby-hyperloop/hyper-react.git
11+
revision: 6bef2105b52302397fd1acbe163312ddffed261c
12+
branch: config-patch
13+
specs:
14+
hyper-react (1.0.0.lap24)
15+
hyper-store (= 1.0.0.lap24)
16+
opal (>= 0.11.0, < 0.12.0)
17+
opal-activesupport (~> 0.3.1)
18+
119
GEM
220
remote: https://rubygems.org/
321
specs:
4-
actioncable (5.1.3)
5-
actionpack (= 5.1.3)
22+
actioncable (5.1.5)
23+
actionpack (= 5.1.5)
624
nio4r (~> 2.0)
725
websocket-driver (~> 0.6.1)
8-
actionmailer (5.1.3)
9-
actionpack (= 5.1.3)
10-
actionview (= 5.1.3)
11-
activejob (= 5.1.3)
26+
actionmailer (5.1.5)
27+
actionpack (= 5.1.5)
28+
actionview (= 5.1.5)
29+
activejob (= 5.1.5)
1230
mail (~> 2.5, >= 2.5.4)
1331
rails-dom-testing (~> 2.0)
14-
actionpack (5.1.3)
15-
actionview (= 5.1.3)
16-
activesupport (= 5.1.3)
32+
actionpack (5.1.5)
33+
actionview (= 5.1.5)
34+
activesupport (= 5.1.5)
1735
rack (~> 2.0)
18-
rack-test (~> 0.6.3)
36+
rack-test (>= 0.6.3)
1937
rails-dom-testing (~> 2.0)
2038
rails-html-sanitizer (~> 1.0, >= 1.0.2)
21-
actionview (5.1.3)
22-
activesupport (= 5.1.3)
39+
actionview (5.1.5)
40+
activesupport (= 5.1.5)
2341
builder (~> 3.1)
2442
erubi (~> 1.4)
2543
rails-dom-testing (~> 2.0)
2644
rails-html-sanitizer (~> 1.0, >= 1.0.3)
27-
activejob (5.1.3)
28-
activesupport (= 5.1.3)
45+
activejob (5.1.5)
46+
activesupport (= 5.1.5)
2947
globalid (>= 0.3.6)
30-
activemodel (5.1.3)
31-
activesupport (= 5.1.3)
32-
activerecord (5.1.3)
33-
activemodel (= 5.1.3)
34-
activesupport (= 5.1.3)
48+
activemodel (5.1.5)
49+
activesupport (= 5.1.5)
50+
activerecord (5.1.5)
51+
activemodel (= 5.1.5)
52+
activesupport (= 5.1.5)
3553
arel (~> 8.0)
36-
activesupport (5.1.3)
54+
activesupport (5.1.5)
3755
concurrent-ruby (~> 1.0, >= 1.0.2)
3856
i18n (~> 0.7)
3957
minitest (~> 5.1)
4058
tzinfo (~> 1.1)
41-
addressable (2.5.2)
42-
public_suffix (>= 2.0.2, < 4.0)
4359
arel (8.0.0)
60+
ast (2.4.0)
4461
babel-source (5.8.35)
4562
babel-transpiler (0.7.0)
4663
babel-source (>= 4.0, < 6)
4764
execjs (~> 2.0)
4865
builder (3.2.3)
49-
coffee-script-source (1.12.2)
5066
concurrent-ruby (1.0.5)
5167
connection_pool (2.2.1)
52-
cookiejar (0.3.3)
53-
daemons (1.2.4)
54-
em-http-request (1.1.5)
55-
addressable (>= 2.3.4)
56-
cookiejar (!= 0.3.1)
57-
em-socksify (>= 0.3)
58-
eventmachine (>= 1.0.3)
59-
http_parser.rb (>= 0.6.0)
60-
em-socksify (0.3.1)
61-
eventmachine (>= 1.0.0.beta.4)
62-
em-websocket (0.5.1)
63-
eventmachine (>= 0.12.9)
64-
http_parser.rb (~> 0.6.0)
65-
erubi (1.6.1)
66-
eventmachine (1.2.5)
68+
crass (1.0.3)
69+
erubi (1.7.0)
6770
execjs (2.7.0)
68-
globalid (0.4.0)
71+
globalid (0.4.1)
6972
activesupport (>= 4.2.0)
7073
hike (1.2.3)
71-
http_parser.rb (0.6.0)
72-
httpclient (2.8.3)
73-
hyper-component (0.12.3)
74-
hyper-react (>= 0.12.3)
75-
hyperloop-config (>= 0.9.2)
76-
opal-rails (~> 0.9.0)
77-
react-rails (< 1.10.0)
78-
hyper-operation (0.5.11)
79-
activerecord (>= 0.3.0)
80-
hyper-component (>= 0.12.2)
81-
hyperloop-config (>= 0.9.7)
74+
hyper-component (1.0.0.lap24)
75+
actionview (>= 4.0.0)
76+
hyper-react (= 1.0.0.lap24)
77+
hyperloop-config (= 1.0.0.lap24)
78+
opal-rails (~> 0.9.4)
79+
react-rails (>= 2.4.0, < 2.5.0)
80+
hyper-mesh (1.0.0.lap24)
81+
activerecord (>= 4.0.0)
82+
hyper-component (= 1.0.0.lap24)
83+
hyper-operation (= 1.0.0.lap24)
84+
hyper-model (1.0.0.lap24)
85+
hyper-mesh (= 1.0.0.lap24)
86+
hyper-operation (1.0.0.lap24)
87+
activerecord (>= 4.0.0)
88+
hyper-component (= 1.0.0.lap24)
89+
hyperloop-config (= 1.0.0.lap24)
8290
mutations
83-
opal-activesupport
84-
pusher
85-
pusher-fake
86-
hyper-react (0.12.7)
87-
hyper-store (>= 0.2.1)
88-
hyperloop-config (>= 0.9.7)
89-
opal (>= 0.8.0)
90-
opal-activesupport (>= 0.2.0)
91-
hyper-router (4.1.1)
92-
hyper-component
93-
hyper-react (~> 0.12.7)
94-
opal-browser
95-
hyper-store (0.2.3)
96-
hyperloop-config (>= 0.9.2)
97-
hyperloop-config (0.9.10)
98-
opal
99-
opal-browser
100-
i18n (0.8.6)
91+
opal-activesupport (~> 0.3.1)
92+
hyper-router (4.2.6.lap24)
93+
hyper-component (= 1.0.0.lap24)
94+
hyper-react (= 1.0.0.lap24)
95+
opal-browser (~> 0.2.0)
96+
opal-rails (~> 0.9.4)
97+
react-rails (>= 2.4.0, < 2.5.0)
98+
hyper-store (1.0.0.lap24)
99+
hyperloop-config (= 1.0.0.lap24)
100+
opal (>= 0.11.0, < 0.12.0)
101+
hyperloop (1.0.0.lap24)
102+
hyper-model (= 1.0.0.lap24)
103+
hyper-router (= 4.2.6.lap24)
104+
hyperloop-config (= 1.0.0.lap24)
105+
mini_racer (~> 0.1.15)
106+
opal-browser (~> 0.2.0)
107+
opal-rails (~> 0.9.4)
108+
rails (>= 4.0.0)
109+
react-rails (>= 2.4.0, < 2.5.0)
110+
hyperloop-config (1.0.0.lap24)
111+
opal (>= 0.11.0, < 0.12.0)
112+
opal-browser (~> 0.2.0)
113+
uglifier
114+
i18n (0.9.5)
115+
concurrent-ruby (~> 1.0)
101116
jquery-rails (4.3.1)
102117
rails-dom-testing (>= 1, < 3)
103118
railties (>= 4.2.0)
104119
thor (>= 0.14, < 2.0)
105-
loofah (2.0.3)
120+
libv8 (6.3.292.48.1)
121+
loofah (2.2.0)
122+
crass (~> 1.0.2)
106123
nokogiri (>= 1.5.9)
107-
mail (2.6.6)
108-
mime-types (>= 1.16, < 4)
109-
method_source (0.8.2)
110-
mime-types (3.1)
111-
mime-types-data (~> 3.2015)
112-
mime-types-data (3.2016.0521)
113-
mini_portile2 (2.2.0)
114-
minitest (5.10.3)
115-
multi_json (1.12.1)
124+
mail (2.7.0)
125+
mini_mime (>= 0.1.1)
126+
method_source (0.9.0)
127+
mini_mime (1.0.0)
128+
mini_portile2 (2.3.0)
129+
mini_racer (0.1.15)
130+
libv8 (~> 6.3)
131+
minitest (5.11.3)
116132
mutations (0.8.1)
117133
activesupport
118-
nio4r (2.1.0)
119-
nokogiri (1.8.0)
120-
mini_portile2 (~> 2.2.0)
121-
opal (0.10.5)
134+
nio4r (2.2.0)
135+
nokogiri (1.8.2)
136+
mini_portile2 (~> 2.3.0)
137+
opal (0.11.0)
138+
ast (>= 2.3.0)
122139
hike (~> 1.2)
140+
parser (= 2.3.3.1)
123141
sourcemap (~> 0.1.0)
124-
sprockets (~> 3.1)
125-
tilt (>= 1.4)
126-
opal-activesupport (0.3.0)
142+
opal-activesupport (0.3.1)
127143
opal (>= 0.5.0, < 1.0.0)
128144
opal-browser (0.2.0)
129145
opal
130146
paggio
131-
opal-jquery (0.4.2)
132-
opal (>= 0.7.0, < 0.11.0)
133-
opal-rails (0.9.3)
147+
opal-rails (0.9.4)
134148
jquery-rails
135-
opal (>= 0.8.0, < 0.11)
149+
opal (>= 0.10.0, < 0.12)
136150
opal-activesupport (>= 0.0.5)
137151
opal-jquery (~> 0.4.0)
138152
opal-sprockets (~> 0.4.1)
139153
rails (>= 4.1, < 6.0)
140154
sprockets-rails (>= 2.3.3, < 4.0)
141-
opal-sprockets (0.4.1.0.10.4.3.1.0)
142-
opal (~> 0.10.4)
155+
opal-sprockets (0.4.1.0.11.0.3.1)
156+
opal (~> 0.11.0)
143157
sprockets (~> 3.1)
144158
tilt (>= 1.4)
145159
paggio (0.2.6)
146-
public_suffix (3.0.0)
147-
pusher (1.3.1)
148-
httpclient (~> 2.7)
149-
multi_json (~> 1.0)
150-
pusher-signature (~> 0.1.8)
151-
pusher-fake (1.8.0)
152-
em-http-request (~> 1.1)
153-
em-websocket (~> 0.5)
154-
multi_json (~> 1.6)
155-
thin (~> 1.5)
156-
pusher-signature (0.1.8)
157-
rack (2.0.3)
158-
rack-test (0.6.3)
159-
rack (>= 1.0)
160-
rails (5.1.3)
161-
actioncable (= 5.1.3)
162-
actionmailer (= 5.1.3)
163-
actionpack (= 5.1.3)
164-
actionview (= 5.1.3)
165-
activejob (= 5.1.3)
166-
activemodel (= 5.1.3)
167-
activerecord (= 5.1.3)
168-
activesupport (= 5.1.3)
160+
parser (2.3.3.1)
161+
ast (~> 2.2)
162+
rack (2.0.4)
163+
rack-test (0.8.3)
164+
rack (>= 1.0, < 3)
165+
rails (5.1.5)
166+
actioncable (= 5.1.5)
167+
actionmailer (= 5.1.5)
168+
actionpack (= 5.1.5)
169+
actionview (= 5.1.5)
170+
activejob (= 5.1.5)
171+
activemodel (= 5.1.5)
172+
activerecord (= 5.1.5)
173+
activesupport (= 5.1.5)
169174
bundler (>= 1.3.0)
170-
railties (= 5.1.3)
175+
railties (= 5.1.5)
171176
sprockets-rails (>= 2.0.0)
172177
rails-dom-testing (2.0.3)
173178
activesupport (>= 4.2.0)
174179
nokogiri (>= 1.6)
175180
rails-html-sanitizer (1.0.3)
176181
loofah (~> 2.0)
177-
railties (5.1.3)
178-
actionpack (= 5.1.3)
179-
activesupport (= 5.1.3)
182+
railties (5.1.5)
183+
actionpack (= 5.1.5)
184+
activesupport (= 5.1.5)
180185
method_source
181186
rake (>= 0.8.7)
182187
thor (>= 0.18.1, < 2.0)
183-
rake (12.0.0)
184-
react-rails (1.9.0)
188+
rake (12.3.0)
189+
react-rails (2.4.4)
185190
babel-transpiler (>= 0.7.0)
186-
coffee-script-source (~> 1.8)
187191
connection_pool
188192
execjs
189193
railties (>= 3.2)
@@ -196,38 +200,32 @@ GEM
196200
actionpack (>= 4.0)
197201
activesupport (>= 4.0)
198202
sprockets (>= 3.0.0)
199-
thin (1.7.2)
200-
daemons (~> 1.0, >= 1.0.9)
201-
eventmachine (~> 1.0, >= 1.0.4)
202-
rack (>= 1, < 3)
203203
thor (0.20.0)
204204
thread_safe (0.3.6)
205205
tilt (2.0.8)
206-
tzinfo (1.2.3)
206+
tzinfo (1.2.5)
207207
thread_safe (~> 0.1)
208-
uglifier (3.2.0)
208+
uglifier (4.1.6)
209209
execjs (>= 0.3.0, < 3)
210210
websocket-driver (0.6.5)
211211
websocket-extensions (>= 0.1.0)
212-
websocket-extensions (0.1.2)
212+
websocket-extensions (0.1.3)
213213

214214
PLATFORMS
215215
ruby
216216

217217
DEPENDENCIES
218-
hyper-component
219-
hyper-operation
218+
hyper-react!
220219
hyper-router
221-
hyper-store
222-
hyperloop-config
220+
hyperloop (= 1.0.0.lap24)
223221
opal
224222
opal-browser
225-
opal-jquery
226-
opal-rails (>= 0.8.1)
223+
opal-jquery!
224+
opal-rails
227225
rails
228226
rake
229-
react-rails (~> 1.9.0)
227+
react-rails
230228
uglifier
231229

232230
BUNDLED WITH
233-
1.14.6
231+
1.16.0

0 commit comments

Comments
 (0)