Skip to content

Commit d434217

Browse files
committed
travis working, all bundles updated, plus misc fixes ready for alpha1.2 release
1 parent f2cdebf commit d434217

File tree

2 files changed

+33
-32
lines changed

2 files changed

+33
-32
lines changed

ruby/hyperstack-config/Gemfile.lock

Lines changed: 9 additions & 7 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.1)
4+
hyper-spec (1.0.alpha1.1)
55
capybara
66
chromedriver-helper (= 1.2.0)
77
libv8 (~> 6.3.0)
@@ -20,7 +20,7 @@ PATH
2020
PATH
2121
remote: .
2222
specs:
23-
hyperstack-config (0.1)
23+
hyperstack-config (1.0.alpha1.1)
2424
libv8 (~> 6.3.0)
2525
listen (~> 3.0)
2626
mini_racer (~> 0.1.15)
@@ -84,13 +84,14 @@ GEM
8484
arel (9.0.0)
8585
ast (2.4.0)
8686
builder (3.2.3)
87-
capybara (3.9.0)
87+
capybara (3.11.0)
8888
addressable
8989
mini_mime (>= 0.1.3)
9090
nokogiri (~> 1.8)
9191
rack (>= 1.6.0)
9292
rack-test (>= 0.6.3)
93-
xpath (~> 3.1)
93+
regexp_parser (~> 1.2)
94+
xpath (~> 3.2)
9495
childprocess (0.9.0)
9596
ffi (~> 1.0, >= 1.0.11)
9697
chromedriver-helper (1.2.0)
@@ -118,7 +119,7 @@ GEM
118119
rails-dom-testing (>= 1, < 3)
119120
railties (>= 4.2.0)
120121
thor (>= 0.14, < 2.0)
121-
libv8 (6.3.292.48.1-x86_64-darwin-15)
122+
libv8 (6.3.292.48.1)
122123
listen (3.1.5)
123124
rb-fsevent (~> 0.9, >= 0.9.4)
124125
rb-inotify (~> 0.9, >= 0.9.7)
@@ -210,6 +211,7 @@ GEM
210211
rb-fsevent (0.10.3)
211212
rb-inotify (0.9.10)
212213
ffi (>= 0.5.0, < 2)
214+
regexp_parser (1.3.0)
213215
rspec (3.7.0)
214216
rspec-core (~> 3.7.0)
215217
rspec-expectations (~> 3.7.0)
@@ -241,7 +243,7 @@ GEM
241243
ruby-progressbar (1.10.0)
242244
ruby_dep (1.5.0)
243245
rubyzip (1.2.2)
244-
selenium-webdriver (3.14.1)
246+
selenium-webdriver (3.141.0)
245247
childprocess (~> 0.5)
246248
rubyzip (~> 1.2, >= 1.2.2)
247249
sourcemap (0.1.1)
@@ -270,7 +272,7 @@ GEM
270272
equalizer (~> 0.0.9)
271273
parser (>= 2.3.1.2, < 2.6)
272274
procto (~> 0.0.2)
273-
webdrivers (3.4.2)
275+
webdrivers (3.4.3)
274276
nokogiri (~> 1.6)
275277
rubyzip (~> 1.0)
276278
selenium-webdriver (~> 3.0)

ruby/rails-hyperstack/Gemfile.lock

Lines changed: 24 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
PATH
22
remote: ../hyper-component
33
specs:
4-
hyper-component (0.1)
5-
hyper-state (= 0.1)
6-
hyperstack-config (= 0.1)
4+
hyper-component (1.0.alpha1.1)
5+
hyper-state (= 1.0.alpha1.1)
6+
hyperstack-config (= 1.0.alpha1.1)
77
libv8 (~> 6.3.0)
88
mini_racer (~> 0.1.15)
99
opal (>= 0.11.0, < 0.12.0)
@@ -13,34 +13,33 @@ PATH
1313
PATH
1414
remote: ../hyper-model
1515
specs:
16-
hyper-model (0.1)
16+
hyper-model (1.0.alpha1.1)
1717
activemodel
1818
activerecord (>= 4.0.0)
19-
hyper-component (= 0.1)
20-
hyper-operation (= 0.1)
21-
hyper-store (= 0.1)
19+
hyper-component (= 1.0.alpha1.1)
20+
hyper-operation (= 1.0.alpha1.1)
2221

2322
PATH
2423
remote: ../hyper-operation
2524
specs:
26-
hyper-operation (0.1)
25+
hyper-operation (1.0.alpha1.1)
2726
activerecord (>= 4.0.0)
28-
hyper-component (= 0.1)
27+
hyper-component (= 1.0.alpha1.1)
2928
mutations
3029
opal-activesupport (~> 0.3.1)
3130

3231
PATH
3332
remote: ../hyper-router
3433
specs:
35-
hyper-router (0.1)
36-
hyper-component (= 0.1)
37-
hyper-state (= 0.1)
34+
hyper-router (1.0.alpha1.1)
35+
hyper-component (= 1.0.alpha1.1)
36+
hyper-state (= 1.0.alpha1.1)
3837
opal-browser (~> 0.2.0)
3938

4039
PATH
4140
remote: ../hyper-spec
4241
specs:
43-
hyper-spec (0.1)
42+
hyper-spec (1.0.alpha1.1)
4443
capybara
4544
chromedriver-helper (= 1.2.0)
4645
libv8 (~> 6.3.0)
@@ -59,22 +58,22 @@ PATH
5958
PATH
6059
remote: ../hyper-state
6160
specs:
62-
hyper-state (0.1)
63-
hyperstack-config (= 0.1)
61+
hyper-state (1.0.alpha1.1)
62+
hyperstack-config (= 1.0.alpha1.1)
6463
opal (>= 0.11.0, < 0.12.0)
6564

6665
PATH
6766
remote: ../hyper-store
6867
specs:
69-
hyper-store (0.1)
70-
hyper-state (= 0.1)
71-
hyperstack-config (= 0.1)
68+
hyper-store (1.0.alpha1.1)
69+
hyper-state (= 1.0.alpha1.1)
70+
hyperstack-config (= 1.0.alpha1.1)
7271
opal (>= 0.11.0, < 0.12.0)
7372

7473
PATH
7574
remote: ../hyperstack-config
7675
specs:
77-
hyperstack-config (0.1)
76+
hyperstack-config (1.0.alpha1.1)
7877
libv8 (~> 6.3.0)
7978
listen (~> 3.0)
8079
mini_racer (~> 0.1.15)
@@ -86,10 +85,10 @@ PATH
8685
PATH
8786
remote: .
8887
specs:
89-
rails-hyperstack (0.1.0)
90-
hyper-model (= 0.1.0)
91-
hyper-router (= 0.1.0)
92-
hyperstack-config (= 0.1.0)
88+
rails-hyperstack (1.0.alpha1.1)
89+
hyper-model (= 1.0.alpha1.1)
90+
hyper-router (= 1.0.alpha1.1)
91+
hyperstack-config (= 1.0.alpha1.1)
9392
libv8 (~> 6.3.0)
9493
mini_racer (~> 0.1.15)
9594
opal-browser (~> 0.2.0)
@@ -158,7 +157,7 @@ GEM
158157
bootsnap (1.3.2)
159158
msgpack (~> 1.0)
160159
builder (3.2.3)
161-
capybara (3.10.1)
160+
capybara (3.11.0)
162161
addressable
163162
mini_mime (>= 0.1.3)
164163
nokogiri (~> 1.8)
@@ -311,7 +310,7 @@ GEM
311310
execjs
312311
railties (>= 3.2)
313312
tilt
314-
regexp_parser (1.2.0)
313+
regexp_parser (1.3.0)
315314
rspec (3.8.0)
316315
rspec-core (~> 3.8.0)
317316
rspec-expectations (~> 3.8.0)

0 commit comments

Comments
 (0)