hyperloop 0.99.3 → 0.99.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +135 -64
- data/hyperloop.gemspec +3 -3
- data/lib/hyperloop/version.rb +1 -1
- metadata +13 -14
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: df53b8387a397199c47e92b4ef913d57770265a1423abbacbca9d20627528d15
|
4
|
+
data.tar.gz: b8fd24fbd8115afaf429525dcc15742c7763dbd2dc6e8032f1916b5ef8c5063d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a0f1b57ef21651a69fe39bdadf8df82953cbb8254d252dacc6f1b5f833ffda9fb2d2dd8633faa546d07a3e8d4deb5f3afda2afb20ff0c45a2a1048448c810aeb
|
7
|
+
data.tar.gz: be698230ed08a614ea3dbbc798eb8fecfbc49e4fdece063c4574d024733643665402e3ce9a2a55642b3ff481b7195249c31be789914273377be313f7ae3d408f
|
data/Gemfile.lock
CHANGED
@@ -1,62 +1,110 @@
|
|
1
|
-
|
2
|
-
remote:
|
3
|
-
revision: d15ca70f53cb323245c54842587b874945e1083e
|
4
|
-
branch: master
|
1
|
+
PATH
|
2
|
+
remote: ../hyper-component
|
5
3
|
specs:
|
6
|
-
|
7
|
-
|
4
|
+
hyper-component (0.99.4)
|
5
|
+
hyper-store (= 0.99.4)
|
6
|
+
hyperloop-config (= 0.99.4)
|
7
|
+
libv8 (~> 6.7.0)
|
8
|
+
mini_racer (~> 0.2.4)
|
9
|
+
opal (>= 0.11.0, < 0.12.0)
|
10
|
+
opal-activesupport (~> 0.3.1)
|
11
|
+
react-rails (>= 2.4.0, < 2.5.0)
|
12
|
+
|
13
|
+
PATH
|
14
|
+
remote: ../hyper-model
|
15
|
+
specs:
|
16
|
+
hyper-model (0.99.4)
|
17
|
+
activemodel
|
18
|
+
activerecord (>= 4.0.0)
|
19
|
+
hyper-component (= 0.99.4)
|
20
|
+
hyper-operation (= 0.99.4)
|
21
|
+
|
22
|
+
PATH
|
23
|
+
remote: ../hyper-operation
|
24
|
+
specs:
|
25
|
+
hyper-operation (0.99.4)
|
26
|
+
activerecord (>= 4.0.0)
|
27
|
+
hyper-component (= 0.99.4)
|
28
|
+
mutations
|
29
|
+
opal-activesupport (~> 0.3.1)
|
30
|
+
|
31
|
+
PATH
|
32
|
+
remote: ../hyper-router
|
33
|
+
specs:
|
34
|
+
hyper-router (0.99.4)
|
35
|
+
hyper-component (= 0.99.4)
|
36
|
+
opal-browser (~> 0.2.0)
|
37
|
+
|
38
|
+
PATH
|
39
|
+
remote: ../hyper-store
|
40
|
+
specs:
|
41
|
+
hyper-store (0.99.4)
|
42
|
+
hyperloop-config (= 0.99.4)
|
43
|
+
opal (>= 0.11.0, < 0.12.0)
|
44
|
+
|
45
|
+
PATH
|
46
|
+
remote: ../hyperloop-config
|
47
|
+
specs:
|
48
|
+
hyperloop-config (0.99.4)
|
49
|
+
libv8 (~> 6.7.0)
|
50
|
+
mini_racer (~> 0.2.4)
|
51
|
+
opal (>= 0.11.0, < 0.12.0)
|
52
|
+
opal-browser (~> 0.2.0)
|
53
|
+
uglifier
|
8
54
|
|
9
55
|
PATH
|
10
56
|
remote: .
|
11
57
|
specs:
|
12
|
-
hyperloop (
|
13
|
-
|
14
|
-
|
15
|
-
|
58
|
+
hyperloop (0.99.4)
|
59
|
+
hyper-model (= 0.99.4)
|
60
|
+
hyper-router (= 0.99.4)
|
61
|
+
libv8 (~> 6.7.0)
|
62
|
+
mini_racer (~> 0.2.4)
|
16
63
|
opal-browser (~> 0.2.0)
|
64
|
+
opal-rails (~> 0.9.4)
|
17
65
|
rails (>= 4.0.0)
|
18
66
|
react-rails (>= 2.4.0, < 2.5.0)
|
19
67
|
|
20
68
|
GEM
|
21
69
|
remote: https://rubygems.org/
|
22
70
|
specs:
|
23
|
-
actioncable (5.2.
|
24
|
-
actionpack (= 5.2.
|
71
|
+
actioncable (5.2.2)
|
72
|
+
actionpack (= 5.2.2)
|
25
73
|
nio4r (~> 2.0)
|
26
74
|
websocket-driver (>= 0.6.1)
|
27
|
-
actionmailer (5.2.
|
28
|
-
actionpack (= 5.2.
|
29
|
-
actionview (= 5.2.
|
30
|
-
activejob (= 5.2.
|
75
|
+
actionmailer (5.2.2)
|
76
|
+
actionpack (= 5.2.2)
|
77
|
+
actionview (= 5.2.2)
|
78
|
+
activejob (= 5.2.2)
|
31
79
|
mail (~> 2.5, >= 2.5.4)
|
32
80
|
rails-dom-testing (~> 2.0)
|
33
|
-
actionpack (5.2.
|
34
|
-
actionview (= 5.2.
|
35
|
-
activesupport (= 5.2.
|
81
|
+
actionpack (5.2.2)
|
82
|
+
actionview (= 5.2.2)
|
83
|
+
activesupport (= 5.2.2)
|
36
84
|
rack (~> 2.0)
|
37
85
|
rack-test (>= 0.6.3)
|
38
86
|
rails-dom-testing (~> 2.0)
|
39
87
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
40
|
-
actionview (5.2.
|
41
|
-
activesupport (= 5.2.
|
88
|
+
actionview (5.2.2)
|
89
|
+
activesupport (= 5.2.2)
|
42
90
|
builder (~> 3.1)
|
43
91
|
erubi (~> 1.4)
|
44
92
|
rails-dom-testing (~> 2.0)
|
45
93
|
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
46
|
-
activejob (5.2.
|
47
|
-
activesupport (= 5.2.
|
94
|
+
activejob (5.2.2)
|
95
|
+
activesupport (= 5.2.2)
|
48
96
|
globalid (>= 0.3.6)
|
49
|
-
activemodel (5.2.
|
50
|
-
activesupport (= 5.2.
|
51
|
-
activerecord (5.2.
|
52
|
-
activemodel (= 5.2.
|
53
|
-
activesupport (= 5.2.
|
97
|
+
activemodel (5.2.2)
|
98
|
+
activesupport (= 5.2.2)
|
99
|
+
activerecord (5.2.2)
|
100
|
+
activemodel (= 5.2.2)
|
101
|
+
activesupport (= 5.2.2)
|
54
102
|
arel (>= 9.0)
|
55
|
-
activestorage (5.2.
|
56
|
-
actionpack (= 5.2.
|
57
|
-
activerecord (= 5.2.
|
103
|
+
activestorage (5.2.2)
|
104
|
+
actionpack (= 5.2.2)
|
105
|
+
activerecord (= 5.2.2)
|
58
106
|
marcel (~> 0.3.1)
|
59
|
-
activesupport (5.2.
|
107
|
+
activesupport (5.2.2)
|
60
108
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
61
109
|
i18n (>= 0.7, < 2)
|
62
110
|
minitest (~> 5.1)
|
@@ -73,7 +121,7 @@ GEM
|
|
73
121
|
chromedriver-helper (1.2.0)
|
74
122
|
archive-zip (~> 0.10)
|
75
123
|
nokogiri (~> 1.8)
|
76
|
-
concurrent-ruby (1.
|
124
|
+
concurrent-ruby (1.1.4)
|
77
125
|
connection_pool (2.2.2)
|
78
126
|
crass (1.0.4)
|
79
127
|
erubi (1.7.1)
|
@@ -91,42 +139,60 @@ GEM
|
|
91
139
|
activesupport (>= 4.2.0)
|
92
140
|
hike (1.2.3)
|
93
141
|
httpclient (2.8.3)
|
94
|
-
|
95
|
-
opal (>= 0.11.0, < 0.12.0)
|
96
|
-
opal-browser (~> 0.2.0)
|
97
|
-
uglifier
|
98
|
-
i18n (1.1.0)
|
142
|
+
i18n (1.2.0)
|
99
143
|
concurrent-ruby (~> 1.0)
|
100
144
|
io-like (0.3.0)
|
101
|
-
|
102
|
-
|
145
|
+
jquery-rails (4.3.3)
|
146
|
+
rails-dom-testing (>= 1, < 3)
|
147
|
+
railties (>= 4.2.0)
|
148
|
+
thor (>= 0.14, < 2.0)
|
149
|
+
libv8 (6.7.288.46.1)
|
150
|
+
loofah (2.2.3)
|
103
151
|
crass (~> 1.0.2)
|
104
152
|
nokogiri (>= 1.5.9)
|
105
|
-
mail (2.7.
|
153
|
+
mail (2.7.1)
|
106
154
|
mini_mime (>= 0.1.1)
|
107
|
-
marcel (0.3.
|
155
|
+
marcel (0.3.3)
|
108
156
|
mimemagic (~> 0.3.2)
|
109
|
-
method_source (0.9.
|
157
|
+
method_source (0.9.2)
|
110
158
|
mimemagic (0.3.2)
|
111
159
|
mini_mime (1.0.1)
|
112
160
|
mini_portile2 (2.3.0)
|
113
|
-
mini_racer (0.
|
114
|
-
libv8 (
|
161
|
+
mini_racer (0.2.4)
|
162
|
+
libv8 (>= 6.3)
|
115
163
|
minitest (5.11.3)
|
116
164
|
multipart-post (2.0.0)
|
117
165
|
mustermann (1.0.2)
|
166
|
+
mutations (0.8.3)
|
167
|
+
activesupport
|
118
168
|
nesty (1.0.2)
|
119
169
|
nio4r (2.3.1)
|
120
170
|
nokogiri (1.8.4)
|
121
171
|
mini_portile2 (~> 2.3.0)
|
122
|
-
opal (0.11.
|
172
|
+
opal (0.11.4)
|
123
173
|
ast (>= 2.3.0)
|
124
174
|
hike (~> 1.2)
|
125
175
|
parser (= 2.3.3.1)
|
126
176
|
sourcemap (~> 0.1.0)
|
177
|
+
opal-activesupport (0.3.1)
|
178
|
+
opal (>= 0.5.0, < 1.0.0)
|
127
179
|
opal-browser (0.2.0)
|
128
180
|
opal
|
129
181
|
paggio
|
182
|
+
opal-jquery (0.4.3)
|
183
|
+
opal (>= 0.10.0, < 0.12.0)
|
184
|
+
opal-rails (0.9.5)
|
185
|
+
jquery-rails
|
186
|
+
opal (>= 0.11.0, < 0.12)
|
187
|
+
opal-activesupport (>= 0.0.5)
|
188
|
+
opal-jquery (~> 0.4.0)
|
189
|
+
opal-sprockets (~> 0.4.2)
|
190
|
+
rails (>= 4.1, < 6.0)
|
191
|
+
sprockets-rails (>= 2.3.3, < 4.0)
|
192
|
+
opal-sprockets (0.4.2.0.11.0.3.1)
|
193
|
+
opal (~> 0.11.0)
|
194
|
+
sprockets (~> 3.1)
|
195
|
+
tilt (>= 1.4)
|
130
196
|
paggio (0.2.6)
|
131
197
|
parser (2.3.3.1)
|
132
198
|
ast (~> 2.2)
|
@@ -135,31 +201,31 @@ GEM
|
|
135
201
|
rack
|
136
202
|
rack-test (1.1.0)
|
137
203
|
rack (>= 1.0, < 3)
|
138
|
-
rails (5.2.
|
139
|
-
actioncable (= 5.2.
|
140
|
-
actionmailer (= 5.2.
|
141
|
-
actionpack (= 5.2.
|
142
|
-
actionview (= 5.2.
|
143
|
-
activejob (= 5.2.
|
144
|
-
activemodel (= 5.2.
|
145
|
-
activerecord (= 5.2.
|
146
|
-
activestorage (= 5.2.
|
147
|
-
activesupport (= 5.2.
|
204
|
+
rails (5.2.2)
|
205
|
+
actioncable (= 5.2.2)
|
206
|
+
actionmailer (= 5.2.2)
|
207
|
+
actionpack (= 5.2.2)
|
208
|
+
actionview (= 5.2.2)
|
209
|
+
activejob (= 5.2.2)
|
210
|
+
activemodel (= 5.2.2)
|
211
|
+
activerecord (= 5.2.2)
|
212
|
+
activestorage (= 5.2.2)
|
213
|
+
activesupport (= 5.2.2)
|
148
214
|
bundler (>= 1.3.0)
|
149
|
-
railties (= 5.2.
|
215
|
+
railties (= 5.2.2)
|
150
216
|
sprockets-rails (>= 2.0.0)
|
151
217
|
rails-dom-testing (2.0.3)
|
152
218
|
activesupport (>= 4.2.0)
|
153
219
|
nokogiri (>= 1.6)
|
154
220
|
rails-html-sanitizer (1.0.4)
|
155
221
|
loofah (~> 2.2, >= 2.2.2)
|
156
|
-
railties (5.2.
|
157
|
-
actionpack (= 5.2.
|
158
|
-
activesupport (= 5.2.
|
222
|
+
railties (5.2.2)
|
223
|
+
actionpack (= 5.2.2)
|
224
|
+
activesupport (= 5.2.2)
|
159
225
|
method_source
|
160
226
|
rake (>= 0.8.7)
|
161
227
|
thor (>= 0.19.0, < 2.0)
|
162
|
-
rake (12.3.
|
228
|
+
rake (12.3.2)
|
163
229
|
react-rails (2.4.7)
|
164
230
|
babel-transpiler (>= 0.7.0)
|
165
231
|
connection_pool
|
@@ -180,12 +246,12 @@ GEM
|
|
180
246
|
actionpack (>= 4.0)
|
181
247
|
activesupport (>= 4.0)
|
182
248
|
sprockets (>= 3.0.0)
|
183
|
-
thor (0.20.
|
249
|
+
thor (0.20.3)
|
184
250
|
thread_safe (0.3.6)
|
185
251
|
tilt (2.0.8)
|
186
252
|
tzinfo (1.2.5)
|
187
253
|
thread_safe (~> 0.1)
|
188
|
-
uglifier (4.1.
|
254
|
+
uglifier (4.1.20)
|
189
255
|
execjs (>= 0.3.0, < 3)
|
190
256
|
websocket-driver (0.7.0)
|
191
257
|
websocket-extensions (>= 0.1.0)
|
@@ -197,8 +263,13 @@ PLATFORMS
|
|
197
263
|
DEPENDENCIES
|
198
264
|
chromedriver-helper
|
199
265
|
geminabox (>= 0.13.11)
|
266
|
+
hyper-component!
|
267
|
+
hyper-model!
|
268
|
+
hyper-operation!
|
269
|
+
hyper-router!
|
270
|
+
hyper-store!
|
200
271
|
hyperloop!
|
201
|
-
|
272
|
+
hyperloop-config!
|
202
273
|
|
203
274
|
BUNDLED WITH
|
204
275
|
1.16.1
|
data/hyperloop.gemspec
CHANGED
@@ -28,9 +28,9 @@ Gem::Specification.new do |spec|
|
|
28
28
|
#spec.add_dependency 'hyperloop-config', Hyperloop::VERSION
|
29
29
|
spec.add_dependency 'opal-browser', '~> 0.2.0'
|
30
30
|
spec.add_dependency 'react-rails', '>= 2.4.0', '< 2.5.0'
|
31
|
-
spec.add_dependency '
|
32
|
-
|
33
|
-
|
31
|
+
spec.add_dependency 'libv8', '~> 6.7.0'
|
32
|
+
spec.add_dependency 'mini_racer', '~> 0.2.4'
|
33
|
+
|
34
34
|
spec.add_dependency 'rails', '>= 4.0.0'
|
35
35
|
spec.add_development_dependency 'chromedriver-helper'
|
36
36
|
spec.add_development_dependency 'geminabox', '>= 0.13.11'
|
data/lib/hyperloop/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hyperloop
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.99.
|
4
|
+
version: 0.99.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Loic Boutet
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2018-
|
14
|
+
date: 2018-12-19 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: hyper-model
|
@@ -19,28 +19,28 @@ dependencies:
|
|
19
19
|
requirements:
|
20
20
|
- - '='
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 0.99.
|
22
|
+
version: 0.99.4
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
26
26
|
requirements:
|
27
27
|
- - '='
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.99.
|
29
|
+
version: 0.99.4
|
30
30
|
- !ruby/object:Gem::Dependency
|
31
31
|
name: hyper-router
|
32
32
|
requirement: !ruby/object:Gem::Requirement
|
33
33
|
requirements:
|
34
34
|
- - '='
|
35
35
|
- !ruby/object:Gem::Version
|
36
|
-
version: 0.99.
|
36
|
+
version: 0.99.4
|
37
37
|
type: :runtime
|
38
38
|
prerelease: false
|
39
39
|
version_requirements: !ruby/object:Gem::Requirement
|
40
40
|
requirements:
|
41
41
|
- - '='
|
42
42
|
- !ruby/object:Gem::Version
|
43
|
-
version: 0.99.
|
43
|
+
version: 0.99.4
|
44
44
|
- !ruby/object:Gem::Dependency
|
45
45
|
name: opal-rails
|
46
46
|
requirement: !ruby/object:Gem::Requirement
|
@@ -90,33 +90,33 @@ dependencies:
|
|
90
90
|
- !ruby/object:Gem::Version
|
91
91
|
version: 2.5.0
|
92
92
|
- !ruby/object:Gem::Dependency
|
93
|
-
name:
|
93
|
+
name: libv8
|
94
94
|
requirement: !ruby/object:Gem::Requirement
|
95
95
|
requirements:
|
96
96
|
- - "~>"
|
97
97
|
- !ruby/object:Gem::Version
|
98
|
-
version:
|
98
|
+
version: 6.7.0
|
99
99
|
type: :runtime
|
100
100
|
prerelease: false
|
101
101
|
version_requirements: !ruby/object:Gem::Requirement
|
102
102
|
requirements:
|
103
103
|
- - "~>"
|
104
104
|
- !ruby/object:Gem::Version
|
105
|
-
version:
|
105
|
+
version: 6.7.0
|
106
106
|
- !ruby/object:Gem::Dependency
|
107
|
-
name:
|
107
|
+
name: mini_racer
|
108
108
|
requirement: !ruby/object:Gem::Requirement
|
109
109
|
requirements:
|
110
110
|
- - "~>"
|
111
111
|
- !ruby/object:Gem::Version
|
112
|
-
version:
|
112
|
+
version: 0.2.4
|
113
113
|
type: :runtime
|
114
114
|
prerelease: false
|
115
115
|
version_requirements: !ruby/object:Gem::Requirement
|
116
116
|
requirements:
|
117
117
|
- - "~>"
|
118
118
|
- !ruby/object:Gem::Version
|
119
|
-
version:
|
119
|
+
version: 0.2.4
|
120
120
|
- !ruby/object:Gem::Dependency
|
121
121
|
name: rails
|
122
122
|
requirement: !ruby/object:Gem::Requirement
|
@@ -205,8 +205,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
205
205
|
- !ruby/object:Gem::Version
|
206
206
|
version: '0'
|
207
207
|
requirements: []
|
208
|
-
|
209
|
-
rubygems_version: 2.7.7
|
208
|
+
rubygems_version: 3.0.0
|
210
209
|
signing_key:
|
211
210
|
specification_version: 4
|
212
211
|
summary: Hyperloop stack and generators for Rails
|