Skip to content

Commit f025000

Browse files
committed
bump version to 0.99.5
1 parent 67aa8ad commit f025000

File tree

21 files changed

+183
-142
lines changed

21 files changed

+183
-142
lines changed

ruby/hyper-component/Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../hyper-spec
33
specs:
4-
hyper-spec (0.99.4)
4+
hyper-spec (0.99.5)
55
capybara
66
chromedriver-helper (= 1.2.0)
77
libv8 (~> 6.7.0)
@@ -20,14 +20,14 @@ PATH
2020
PATH
2121
remote: ../hyper-store
2222
specs:
23-
hyper-store (0.99.4)
24-
hyperloop-config (= 0.99.4)
23+
hyper-store (0.99.5)
24+
hyperloop-config (= 0.99.5)
2525
opal (>= 0.11.0, < 0.12.0)
2626

2727
PATH
2828
remote: ../hyperloop-config
2929
specs:
30-
hyperloop-config (0.99.4)
30+
hyperloop-config (0.99.5)
3131
libv8 (~> 6.7.0)
3232
mini_racer (~> 0.2.4)
3333
opal (>= 0.11.0, < 0.12.0)
@@ -37,9 +37,9 @@ PATH
3737
PATH
3838
remote: .
3939
specs:
40-
hyper-component (0.99.4)
41-
hyper-store (= 0.99.4)
42-
hyperloop-config (= 0.99.4)
40+
hyper-component (0.99.5)
41+
hyper-store (= 0.99.5)
42+
hyperloop-config (= 0.99.5)
4343
libv8 (~> 6.7.0)
4444
mini_racer (~> 0.2.4)
4545
opal (>= 0.11.0, < 0.12.0)
@@ -306,7 +306,7 @@ GEM
306306
equalizer (~> 0.0.9)
307307
parser (>= 2.3.1.2, < 2.6)
308308
procto (~> 0.0.2)
309-
webdrivers (3.5.2)
309+
webdrivers (3.6.0)
310310
net_http_ssl_fix
311311
nokogiri (~> 1.6)
312312
rubyzip (~> 1.0)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Hyperloop
22
class Component
3-
VERSION = '0.99.4'
3+
VERSION = '0.99.5'
44
end
55
end

ruby/hyper-console/Gemfile.lock

Lines changed: 44 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,74 +1,66 @@
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-
91
PATH
102
remote: ../hyper-component
113
specs:
12-
hyper-component (1.0.0.lap28)
13-
hyper-store (= 1.0.0.lap28)
14-
hyperloop-config (= 1.0.0.lap28)
15-
libv8 (~> 6.3.0)
16-
mini_racer (~> 0.1.15)
4+
hyper-component (0.99.5)
5+
hyper-store (= 0.99.5)
6+
hyperloop-config (= 0.99.5)
7+
libv8 (~> 6.7.0)
8+
mini_racer (~> 0.2.4)
179
opal (>= 0.11.0, < 0.12.0)
1810
opal-activesupport (~> 0.3.1)
1911
react-rails (>= 2.4.0, < 2.5.0)
2012

2113
PATH
2214
remote: ../hyper-operation
2315
specs:
24-
hyper-operation (1.0.0.lap28)
16+
hyper-operation (0.99.5)
2517
activerecord (>= 4.0.0)
26-
hyper-component (= 1.0.0.lap28)
18+
hyper-component (= 0.99.5)
2719
mutations
2820
opal-activesupport (~> 0.3.1)
2921

3022
PATH
3123
remote: ../hyper-spec
3224
specs:
33-
hyper-spec (1.0.0.lap28)
25+
hyper-spec (0.99.5)
3426
capybara
35-
chromedriver-helper
36-
libv8 (~> 6.3.0)
27+
chromedriver-helper (= 1.2.0)
28+
libv8 (~> 6.7.0)
3729
method_source
38-
mini_racer (~> 0.1.15)
30+
mini_racer (~> 0.2.4)
3931
opal (>= 0.11.0, < 0.12.0)
4032
parser (>= 2.3.3.1)
4133
pry
4234
rspec-rails
4335
selenium-webdriver
4436
timecop (~> 0.8.1)
4537
uglifier
46-
unparser
38+
unparser (~> 0.3.0)
4739
webdrivers
4840

4941
PATH
5042
remote: ../hyper-store
5143
specs:
52-
hyper-store (1.0.0.lap28)
53-
hyperloop-config (= 1.0.0.lap28)
44+
hyper-store (0.99.5)
45+
hyperloop-config (= 0.99.5)
5446
opal (>= 0.11.0, < 0.12.0)
5547

5648
PATH
5749
remote: ../hyperloop-config
5850
specs:
59-
hyperloop-config (1.0.0.lap28)
60-
libv8 (~> 6.3.0)
61-
mini_racer (~> 0.1.15)
51+
hyperloop-config (0.99.5)
52+
libv8 (~> 6.7.0)
53+
mini_racer (~> 0.2.4)
6254
opal (>= 0.11.0, < 0.12.0)
6355
opal-browser (~> 0.2.0)
6456
uglifier
6557

6658
PATH
6759
remote: .
6860
specs:
69-
hyper-console (1.0.0.lap28)
70-
hyper-operation (= 1.0.0.lap28)
71-
hyper-store (= 1.0.0.lap28)
61+
hyper-console (0.99.5)
62+
hyper-operation (= 0.99.5)
63+
hyper-store (= 0.99.5)
7264

7365
GEM
7466
remote: https://rubygems.org/
@@ -125,13 +117,14 @@ GEM
125117
babel-source (>= 4.0, < 6)
126118
execjs (~> 2.0)
127119
builder (3.2.3)
128-
capybara (3.7.2)
120+
capybara (3.12.0)
129121
addressable
130122
mini_mime (>= 0.1.3)
131123
nokogiri (~> 1.8)
132124
rack (>= 1.6.0)
133125
rack-test (>= 0.6.3)
134-
xpath (~> 3.1)
126+
regexp_parser (~> 1.2)
127+
xpath (~> 3.2)
135128
childprocess (0.9.0)
136129
ffi (~> 1.0, >= 1.0.11)
137130
chromedriver-helper (1.2.0)
@@ -148,7 +141,7 @@ GEM
148141
equalizer (0.0.11)
149142
erubi (1.7.1)
150143
execjs (2.7.0)
151-
ffi (1.9.25)
144+
ffi (1.10.0)
152145
globalid (0.4.1)
153146
activesupport (>= 4.2.0)
154147
hike (1.2.3)
@@ -160,7 +153,7 @@ GEM
160153
rails-dom-testing (>= 1, < 3)
161154
railties (>= 4.2.0)
162155
thor (>= 0.14, < 2.0)
163-
libv8 (6.3.292.48.1-x86_64-darwin-15)
156+
libv8 (6.7.288.46.1)
164157
loofah (2.2.2)
165158
crass (~> 1.0.2)
166159
nokogiri (>= 1.5.9)
@@ -171,11 +164,12 @@ GEM
171164
method_source (0.9.0)
172165
mini_mime (1.0.0)
173166
mini_portile2 (2.3.0)
174-
mini_racer (0.1.15)
175-
libv8 (~> 6.3)
167+
mini_racer (0.2.4)
168+
libv8 (>= 6.3)
176169
minitest (5.11.3)
177-
mutations (0.8.3)
170+
mutations (0.9.0)
178171
activesupport
172+
net_http_ssl_fix (0.0.10)
179173
nio4r (2.3.0)
180174
nokogiri (1.8.2)
181175
mini_portile2 (~> 2.3.0)
@@ -189,6 +183,8 @@ GEM
189183
opal-browser (0.2.0)
190184
opal
191185
paggio
186+
opal-jquery (0.4.3)
187+
opal (>= 0.10.0, < 0.12.0)
192188
opal-rails (0.9.4)
193189
jquery-rails
194190
opal (>= 0.10.0, < 0.12)
@@ -205,7 +201,7 @@ GEM
205201
parser (2.3.3.1)
206202
ast (~> 2.2)
207203
procto (0.0.3)
208-
pry (0.11.3)
204+
pry (0.12.2)
209205
coderay (~> 1.1.0)
210206
method_source (~> 0.9.0)
211207
public_suffix (3.0.3)
@@ -242,15 +238,16 @@ GEM
242238
execjs
243239
railties (>= 3.2)
244240
tilt
241+
regexp_parser (1.3.0)
245242
rspec-core (3.8.0)
246243
rspec-support (~> 3.8.0)
247-
rspec-expectations (3.8.1)
244+
rspec-expectations (3.8.2)
248245
diff-lcs (>= 1.2.0, < 2.0)
249246
rspec-support (~> 3.8.0)
250247
rspec-mocks (3.8.0)
251248
diff-lcs (>= 1.2.0, < 2.0)
252249
rspec-support (~> 3.8.0)
253-
rspec-rails (3.8.0)
250+
rspec-rails (3.8.1)
254251
actionpack (>= 3.0)
255252
activesupport (>= 3.0)
256253
railties (>= 3.0)
@@ -260,9 +257,9 @@ GEM
260257
rspec-support (~> 3.8.0)
261258
rspec-support (3.8.0)
262259
rubyzip (1.2.2)
263-
selenium-webdriver (3.14.0)
260+
selenium-webdriver (3.141.0)
264261
childprocess (~> 0.5)
265-
rubyzip (~> 1.2)
262+
rubyzip (~> 1.2, >= 1.2.2)
266263
sourcemap (0.1.1)
267264
sprockets (3.7.1)
268265
concurrent-ruby (~> 1.0)
@@ -279,29 +276,31 @@ GEM
279276
thread_safe (~> 0.1)
280277
uglifier (4.1.6)
281278
execjs (>= 0.3.0, < 3)
282-
unparser (0.2.8)
279+
unparser (0.3.0)
283280
abstract_type (~> 0.0.7)
284281
adamantium (~> 0.2.0)
285282
concord (~> 0.1.5)
286283
diff-lcs (~> 1.3)
287284
equalizer (~> 0.0.9)
288285
parser (>= 2.3.1.2, < 2.6)
289286
procto (~> 0.0.2)
290-
webdrivers (3.4.0)
287+
webdrivers (3.6.0)
288+
net_http_ssl_fix
291289
nokogiri (~> 1.6)
292290
rubyzip (~> 1.0)
293291
selenium-webdriver (~> 3.0)
294292
websocket-driver (0.6.5)
295293
websocket-extensions (>= 0.1.0)
296294
websocket-extensions (0.1.3)
297-
xpath (3.1.0)
295+
xpath (3.2.0)
298296
nokogiri (~> 1.8)
299297

300298
PLATFORMS
301299
ruby
302300

303301
DEPENDENCIES
304302
bundler (~> 1.12)
303+
chromedriver-helper
305304
hyper-component!
306305
hyper-console!
307306
hyper-operation!
@@ -310,11 +309,11 @@ DEPENDENCIES
310309
hyperloop-config!
311310
opal (>= 0.11.0, < 0.12.0)
312311
opal-browser
313-
opal-jquery!
312+
opal-jquery
314313
opal-rails (~> 0.9.4)
315314
rails
316315
rake (~> 10.0)
317316
uglifier (= 4.1.6)
318317

319318
BUNDLED WITH
320-
1.16.0
319+
1.17.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Hyperloop
22
module Console
3-
VERSION = '0.99.4'
3+
VERSION = '0.99.5'
44
end
55
end

0 commit comments

Comments
 (0)