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

Commit 9c64027

Browse files
Hyperloop 0.99.1
1 parent 29d3bcd commit 9c64027

11 files changed

+4357
-4084
lines changed

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
source 'https://rubygems.org'
22

3-
gem 'hyper-react', '1.0.0.lap28'
3+
gem 'hyper-react', '~>0.99.1'
44

55
gem 'rake'
66
gem 'opal'
77
gem 'opal-browser'
88
gem 'rails'
99
gem 'opal-rails'
1010
gem 'react-rails'
11-
gem 'hyper-router', '4.2.6.lap28'
11+
gem 'hyper-router'
1212
gem 'uglifier'
1313
gem 'opal-jquery', git: 'https://github.com/opal/opal-jquery.git', branch: 'master'
14-
gem 'hyperloop', '1.0.0.lap28'
14+
gem 'hyperloop', '~>0.99.1'

Gemfile.lock

Lines changed: 79 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,51 @@
11
GIT
22
remote: https://github.com/opal/opal-jquery.git
3-
revision: d15ca70f53cb323245c54842587b874945e1083e
3+
revision: 6249dfaf406ecd7199079b4f4d9dc67cfdf4d602
44
branch: master
55
specs:
6-
opal-jquery (0.4.2)
6+
opal-jquery (0.4.3)
77
opal (>= 0.10.0, < 0.12.0)
88

99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
actioncable (5.2.0)
13-
actionpack (= 5.2.0)
12+
actioncable (5.2.1)
13+
actionpack (= 5.2.1)
1414
nio4r (~> 2.0)
1515
websocket-driver (>= 0.6.1)
16-
actionmailer (5.2.0)
17-
actionpack (= 5.2.0)
18-
actionview (= 5.2.0)
19-
activejob (= 5.2.0)
16+
actionmailer (5.2.1)
17+
actionpack (= 5.2.1)
18+
actionview (= 5.2.1)
19+
activejob (= 5.2.1)
2020
mail (~> 2.5, >= 2.5.4)
2121
rails-dom-testing (~> 2.0)
22-
actionpack (5.2.0)
23-
actionview (= 5.2.0)
24-
activesupport (= 5.2.0)
22+
actionpack (5.2.1)
23+
actionview (= 5.2.1)
24+
activesupport (= 5.2.1)
2525
rack (~> 2.0)
2626
rack-test (>= 0.6.3)
2727
rails-dom-testing (~> 2.0)
2828
rails-html-sanitizer (~> 1.0, >= 1.0.2)
29-
actionview (5.2.0)
30-
activesupport (= 5.2.0)
29+
actionview (5.2.1)
30+
activesupport (= 5.2.1)
3131
builder (~> 3.1)
3232
erubi (~> 1.4)
3333
rails-dom-testing (~> 2.0)
3434
rails-html-sanitizer (~> 1.0, >= 1.0.3)
35-
activejob (5.2.0)
36-
activesupport (= 5.2.0)
35+
activejob (5.2.1)
36+
activesupport (= 5.2.1)
3737
globalid (>= 0.3.6)
38-
activemodel (5.2.0)
39-
activesupport (= 5.2.0)
40-
activerecord (5.2.0)
41-
activemodel (= 5.2.0)
42-
activesupport (= 5.2.0)
38+
activemodel (5.2.1)
39+
activesupport (= 5.2.1)
40+
activerecord (5.2.1)
41+
activemodel (= 5.2.1)
42+
activesupport (= 5.2.1)
4343
arel (>= 9.0)
44-
activestorage (5.2.0)
45-
actionpack (= 5.2.0)
46-
activerecord (= 5.2.0)
44+
activestorage (5.2.1)
45+
actionpack (= 5.2.1)
46+
activerecord (= 5.2.1)
4747
marcel (~> 0.3.1)
48-
activesupport (5.2.0)
48+
activesupport (5.2.1)
4949
concurrent-ruby (~> 1.0, >= 1.0.2)
5050
i18n (>= 0.7, < 2)
5151
minitest (~> 5.1)
@@ -65,70 +65,65 @@ GEM
6565
globalid (0.4.1)
6666
activesupport (>= 4.2.0)
6767
hike (1.2.3)
68-
hyper-component (1.0.0.lap28)
69-
actionview (>= 4.0.0)
70-
hyper-react (= 1.0.0.lap28)
71-
hyperloop-config (= 1.0.0.lap28)
72-
opal-rails (~> 0.9.4)
68+
hyper-component (0.99.1)
69+
hyper-store (= 0.99.1)
70+
hyperloop-config (= 0.99.1)
71+
libv8 (~> 6.3.0)
72+
mini_racer (~> 0.1.15)
73+
opal (>= 0.11.0, < 0.12.0)
74+
opal-activesupport (~> 0.3.1)
7375
react-rails (>= 2.4.0, < 2.5.0)
74-
hyper-mesh (1.0.0.lap28)
76+
hyper-model (0.99.1)
77+
activemodel
7578
activerecord (>= 4.0.0)
76-
hyper-component (= 1.0.0.lap28)
77-
hyper-operation (= 1.0.0.lap28)
78-
hyper-model (1.0.0.lap28)
79-
hyper-mesh (= 1.0.0.lap28)
80-
hyper-operation (1.0.0.lap28)
79+
hyper-component (= 0.99.1)
80+
hyper-operation (= 0.99.1)
81+
hyper-operation (0.99.1)
8182
activerecord (>= 4.0.0)
82-
hyper-component (= 1.0.0.lap28)
83-
hyperloop-config (= 1.0.0.lap28)
83+
hyper-component (= 0.99.1)
8484
mutations
8585
opal-activesupport (~> 0.3.1)
86-
hyper-react (1.0.0.lap28)
87-
hyper-store (= 1.0.0.lap28)
88-
hyperloop-config (= 1.0.0.lap28)
89-
mini_racer (~> 0.1.15)
90-
opal (>= 0.11.0, < 0.12.0)
91-
opal-activesupport (~> 0.3.1)
92-
react-rails (>= 2.4.0, < 2.5.0)
93-
hyper-router (4.2.6.lap28)
94-
hyper-component (= 1.0.0.lap28)
95-
hyper-react (= 1.0.0.lap28)
86+
hyper-react (0.99.1)
87+
actionview (>= 4.0.0)
88+
hyper-component (= 0.99.1)
89+
hyper-router (0.99.1)
90+
hyper-component (= 0.99.1)
9691
opal-browser (~> 0.2.0)
97-
opal-rails (~> 0.9.4)
98-
react-rails (>= 2.4.0, < 2.5.0)
99-
hyper-store (1.0.0.lap28)
100-
hyperloop-config (= 1.0.0.lap28)
92+
hyper-store (0.99.1)
93+
hyperloop-config (= 0.99.1)
10194
opal (>= 0.11.0, < 0.12.0)
102-
hyperloop (1.0.0.lap28)
103-
hyper-model (= 1.0.0.lap28)
104-
hyper-router (= 4.2.6.lap28)
105-
hyperloop-config (= 1.0.0.lap28)
95+
hyperloop (0.99.1)
96+
hyper-model (= 0.99.1)
97+
hyper-router (= 0.99.1)
98+
libv8 (~> 6.3.0)
10699
mini_racer (~> 0.1.15)
107100
opal-browser (~> 0.2.0)
108101
opal-rails (~> 0.9.4)
109102
rails (>= 4.0.0)
110103
react-rails (>= 2.4.0, < 2.5.0)
111-
hyperloop-config (1.0.0.lap28)
104+
hyperloop-config (0.99.1)
105+
libv8 (~> 6.3.0)
106+
mini_racer (~> 0.1.15)
112107
opal (>= 0.11.0, < 0.12.0)
113108
opal-browser (~> 0.2.0)
114109
uglifier
115-
i18n (1.0.1)
110+
i18n (1.1.0)
116111
concurrent-ruby (~> 1.0)
117112
jquery-rails (4.3.3)
118113
rails-dom-testing (>= 1, < 3)
119114
railties (>= 4.2.0)
120115
thor (>= 0.14, < 2.0)
121-
libv8 (6.7.288.46.1)
116+
libv8 (6.3.292.48.1)
122117
loofah (2.2.2)
123118
crass (~> 1.0.2)
124119
nokogiri (>= 1.5.9)
125120
mail (2.7.0)
126121
mini_mime (>= 0.1.1)
127-
marcel (0.3.2)
122+
marcel (0.3.3)
128123
mimemagic (~> 0.3.2)
129124
method_source (0.9.0)
130125
mimemagic (0.3.2)
131-
mini_mime (1.0.0)
126+
mini_mime (1.0.1)
132127
mini_portile2 (2.3.0)
133128
mini_racer (0.1.15)
134129
libv8 (~> 6.3)
@@ -138,7 +133,7 @@ GEM
138133
nio4r (2.3.1)
139134
nokogiri (1.8.4)
140135
mini_portile2 (~> 2.3.0)
141-
opal (0.11.1)
136+
opal (0.11.3)
142137
ast (>= 2.3.0)
143138
hike (~> 1.2)
144139
parser (= 2.3.3.1)
@@ -148,15 +143,15 @@ GEM
148143
opal-browser (0.2.0)
149144
opal
150145
paggio
151-
opal-rails (0.9.4)
146+
opal-rails (0.9.5)
152147
jquery-rails
153-
opal (>= 0.10.0, < 0.12)
148+
opal (>= 0.11.0, < 0.12)
154149
opal-activesupport (>= 0.0.5)
155150
opal-jquery (~> 0.4.0)
156-
opal-sprockets (~> 0.4.1)
151+
opal-sprockets (~> 0.4.2)
157152
rails (>= 4.1, < 6.0)
158153
sprockets-rails (>= 2.3.3, < 4.0)
159-
opal-sprockets (0.4.1.0.11.0.3.1)
154+
opal-sprockets (0.4.2.0.11.0.3.1)
160155
opal (~> 0.11.0)
161156
sprockets (~> 3.1)
162157
tilt (>= 1.4)
@@ -166,30 +161,30 @@ GEM
166161
rack (2.0.5)
167162
rack-test (1.1.0)
168163
rack (>= 1.0, < 3)
169-
rails (5.2.0)
170-
actioncable (= 5.2.0)
171-
actionmailer (= 5.2.0)
172-
actionpack (= 5.2.0)
173-
actionview (= 5.2.0)
174-
activejob (= 5.2.0)
175-
activemodel (= 5.2.0)
176-
activerecord (= 5.2.0)
177-
activestorage (= 5.2.0)
178-
activesupport (= 5.2.0)
164+
rails (5.2.1)
165+
actioncable (= 5.2.1)
166+
actionmailer (= 5.2.1)
167+
actionpack (= 5.2.1)
168+
actionview (= 5.2.1)
169+
activejob (= 5.2.1)
170+
activemodel (= 5.2.1)
171+
activerecord (= 5.2.1)
172+
activestorage (= 5.2.1)
173+
activesupport (= 5.2.1)
179174
bundler (>= 1.3.0)
180-
railties (= 5.2.0)
175+
railties (= 5.2.1)
181176
sprockets-rails (>= 2.0.0)
182177
rails-dom-testing (2.0.3)
183178
activesupport (>= 4.2.0)
184179
nokogiri (>= 1.6)
185180
rails-html-sanitizer (1.0.4)
186181
loofah (~> 2.2, >= 2.2.2)
187-
railties (5.2.0)
188-
actionpack (= 5.2.0)
189-
activesupport (= 5.2.0)
182+
railties (5.2.1)
183+
actionpack (= 5.2.1)
184+
activesupport (= 5.2.1)
190185
method_source
191186
rake (>= 0.8.7)
192-
thor (>= 0.18.1, < 2.0)
187+
thor (>= 0.19.0, < 2.0)
193188
rake (12.3.1)
194189
react-rails (2.4.7)
195190
babel-transpiler (>= 0.7.0)
@@ -210,7 +205,7 @@ GEM
210205
tilt (2.0.8)
211206
tzinfo (1.2.5)
212207
thread_safe (~> 0.1)
213-
uglifier (4.1.17)
208+
uglifier (4.1.19)
214209
execjs (>= 0.3.0, < 3)
215210
websocket-driver (0.7.0)
216211
websocket-extensions (>= 0.1.0)
@@ -220,9 +215,9 @@ PLATFORMS
220215
ruby
221216

222217
DEPENDENCIES
223-
hyper-react (= 1.0.0.lap28)
224-
hyper-router (= 4.2.6.lap28)
225-
hyperloop (= 1.0.0.lap28)
218+
hyper-react (~> 0.99.1)
219+
hyper-router
220+
hyperloop (~> 0.99.1)
226221
opal
227222
opal-browser
228223
opal-jquery!

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ If you are not using NPM/Webpack then you will need to bring in Hyperloop-JS in
105105
<script src="http://cdn.opalrb.org/opal/current/opal.min.js"></script>
106106

107107
<!-- Hyperloop-js -->
108-
<script src="https://rawgit.com/ruby-hyperloop/hyperloop-js/refactor/dist/hyperloop.min.js"></script>
108+
<script src="https://rawgit.com/ruby-hyperloop/hyperloop-js/edge/dist/hyperloop.min.js"></script>
109109
</head>
110110
```
111111

dist/hyper-router.min.js

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/hyperloop-compiler.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/hyperloop.min.js

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/opal.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)