Skip to content

Commit 7e5a59c

Browse files
committed
bump version to 0.99.6
1 parent 2410690 commit 7e5a59c

File tree

22 files changed

+119
-119
lines changed

22 files changed

+119
-119
lines changed

HYPERLOOP_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.99.2
1+
0.99.6

ruby/hyper-component/Gemfile.lock

Lines changed: 10 additions & 10 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.5)
4+
hyper-spec (0.99.6)
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.5)
24-
hyperloop-config (= 0.99.5)
23+
hyper-store (0.99.6)
24+
hyperloop-config (= 0.99.6)
2525
opal (>= 0.11.0, < 0.12.0)
2626

2727
PATH
2828
remote: ../hyperloop-config
2929
specs:
30-
hyperloop-config (0.99.5)
30+
hyperloop-config (0.99.6)
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.5)
41-
hyper-store (= 0.99.5)
42-
hyperloop-config (= 0.99.5)
40+
hyper-component (0.99.6)
41+
hyper-store (= 0.99.6)
42+
hyperloop-config (= 0.99.6)
4343
libv8 (~> 6.7.0)
4444
mini_racer (~> 0.2.4)
4545
opal (>= 0.11.0, < 0.12.0)
@@ -94,7 +94,7 @@ GEM
9494
adamantium (0.2.0)
9595
ice_nine (~> 0.11.0)
9696
memoizable (~> 0.4.0)
97-
addressable (2.5.2)
97+
addressable (2.6.0)
9898
public_suffix (>= 2.0.2, < 4.0)
9999
archive-zip (0.11.0)
100100
io-like (~> 0.3.0)
@@ -105,7 +105,7 @@ GEM
105105
babel-source (>= 4.0, < 6)
106106
execjs (~> 2.0)
107107
builder (3.2.3)
108-
capybara (3.12.0)
108+
capybara (3.13.2)
109109
addressable
110110
mini_mime (>= 0.1.3)
111111
nokogiri (~> 1.8)
@@ -345,4 +345,4 @@ DEPENDENCIES
345345
timecop (~> 0.8.1)
346346

347347
BUNDLED WITH
348-
1.17.2
348+
1.17.3
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.5'
3+
VERSION = '0.99.6'
44
end
55
end

ruby/hyper-console/Gemfile.lock

Lines changed: 16 additions & 16 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.99.5)
5-
hyper-store (= 0.99.5)
6-
hyperloop-config (= 0.99.5)
4+
hyper-component (0.99.6)
5+
hyper-store (= 0.99.6)
6+
hyperloop-config (= 0.99.6)
77
libv8 (~> 6.7.0)
88
mini_racer (~> 0.2.4)
99
opal (>= 0.11.0, < 0.12.0)
@@ -13,16 +13,16 @@ PATH
1313
PATH
1414
remote: ../hyper-operation
1515
specs:
16-
hyper-operation (0.99.5)
16+
hyper-operation (0.99.6)
1717
activerecord (>= 4.0.0)
18-
hyper-component (= 0.99.5)
18+
hyper-component (= 0.99.6)
1919
mutations
2020
opal-activesupport (~> 0.3.1)
2121

2222
PATH
2323
remote: ../hyper-spec
2424
specs:
25-
hyper-spec (0.99.5)
25+
hyper-spec (0.99.6)
2626
capybara
2727
chromedriver-helper (= 1.2.0)
2828
libv8 (~> 6.7.0)
@@ -41,14 +41,14 @@ PATH
4141
PATH
4242
remote: ../hyper-store
4343
specs:
44-
hyper-store (0.99.5)
45-
hyperloop-config (= 0.99.5)
44+
hyper-store (0.99.6)
45+
hyperloop-config (= 0.99.6)
4646
opal (>= 0.11.0, < 0.12.0)
4747

4848
PATH
4949
remote: ../hyperloop-config
5050
specs:
51-
hyperloop-config (0.99.5)
51+
hyperloop-config (0.99.6)
5252
libv8 (~> 6.7.0)
5353
mini_racer (~> 0.2.4)
5454
opal (>= 0.11.0, < 0.12.0)
@@ -58,9 +58,9 @@ PATH
5858
PATH
5959
remote: .
6060
specs:
61-
hyper-console (0.99.5)
62-
hyper-operation (= 0.99.5)
63-
hyper-store (= 0.99.5)
61+
hyper-console (0.99.6)
62+
hyper-operation (= 0.99.6)
63+
hyper-store (= 0.99.6)
6464

6565
GEM
6666
remote: https://rubygems.org/
@@ -106,7 +106,7 @@ GEM
106106
adamantium (0.2.0)
107107
ice_nine (~> 0.11.0)
108108
memoizable (~> 0.4.0)
109-
addressable (2.5.2)
109+
addressable (2.6.0)
110110
public_suffix (>= 2.0.2, < 4.0)
111111
archive-zip (0.11.0)
112112
io-like (~> 0.3.0)
@@ -117,7 +117,7 @@ GEM
117117
babel-source (>= 4.0, < 6)
118118
execjs (~> 2.0)
119119
builder (3.2.3)
120-
capybara (3.12.0)
120+
capybara (3.13.2)
121121
addressable
122122
mini_mime (>= 0.1.3)
123123
nokogiri (~> 1.8)
@@ -247,7 +247,7 @@ GEM
247247
rspec-mocks (3.8.0)
248248
diff-lcs (>= 1.2.0, < 2.0)
249249
rspec-support (~> 3.8.0)
250-
rspec-rails (3.8.1)
250+
rspec-rails (3.8.2)
251251
actionpack (>= 3.0)
252252
activesupport (>= 3.0)
253253
railties (>= 3.0)
@@ -316,4 +316,4 @@ DEPENDENCIES
316316
uglifier (= 4.1.6)
317317

318318
BUNDLED WITH
319-
1.17.2
319+
1.17.3
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.5'
3+
VERSION = '0.99.6'
44
end
55
end

ruby/hyper-i18n/Gemfile.lock

Lines changed: 18 additions & 18 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.99.5)
5-
hyper-store (= 0.99.5)
6-
hyperloop-config (= 0.99.5)
4+
hyper-component (0.99.6)
5+
hyper-store (= 0.99.6)
6+
hyperloop-config (= 0.99.6)
77
libv8 (~> 6.7.0)
88
mini_racer (~> 0.2.4)
99
opal (>= 0.11.0, < 0.12.0)
@@ -13,25 +13,25 @@ PATH
1313
PATH
1414
remote: ../hyper-model
1515
specs:
16-
hyper-model (0.99.5)
16+
hyper-model (0.99.6)
1717
activemodel
1818
activerecord (>= 4.0.0)
19-
hyper-component (= 0.99.5)
20-
hyper-operation (= 0.99.5)
19+
hyper-component (= 0.99.6)
20+
hyper-operation (= 0.99.6)
2121

2222
PATH
2323
remote: ../hyper-operation
2424
specs:
25-
hyper-operation (0.99.5)
25+
hyper-operation (0.99.6)
2626
activerecord (>= 4.0.0)
27-
hyper-component (= 0.99.5)
27+
hyper-component (= 0.99.6)
2828
mutations
2929
opal-activesupport (~> 0.3.1)
3030

3131
PATH
3232
remote: ../hyper-spec
3333
specs:
34-
hyper-spec (0.99.5)
34+
hyper-spec (0.99.6)
3535
capybara
3636
chromedriver-helper (= 1.2.0)
3737
libv8 (~> 6.7.0)
@@ -50,14 +50,14 @@ PATH
5050
PATH
5151
remote: ../hyper-store
5252
specs:
53-
hyper-store (0.99.5)
54-
hyperloop-config (= 0.99.5)
53+
hyper-store (0.99.6)
54+
hyperloop-config (= 0.99.6)
5555
opal (>= 0.11.0, < 0.12.0)
5656

5757
PATH
5858
remote: ../hyperloop-config
5959
specs:
60-
hyperloop-config (0.99.5)
60+
hyperloop-config (0.99.6)
6161
libv8 (~> 6.7.0)
6262
mini_racer (~> 0.2.4)
6363
opal (>= 0.11.0, < 0.12.0)
@@ -67,8 +67,8 @@ PATH
6767
PATH
6868
remote: .
6969
specs:
70-
hyper-i18n (0.99.5)
71-
hyper-operation (= 0.99.5)
70+
hyper-i18n (0.99.6)
71+
hyper-operation (= 0.99.6)
7272
i18n
7373

7474
GEM
@@ -119,7 +119,7 @@ GEM
119119
adamantium (0.2.0)
120120
ice_nine (~> 0.11.0)
121121
memoizable (~> 0.4.0)
122-
addressable (2.5.2)
122+
addressable (2.6.0)
123123
public_suffix (>= 2.0.2, < 4.0)
124124
archive-zip (0.11.0)
125125
io-like (~> 0.3.0)
@@ -130,7 +130,7 @@ GEM
130130
babel-source (>= 4.0, < 6)
131131
execjs (~> 2.0)
132132
builder (3.2.3)
133-
capybara (3.12.0)
133+
capybara (3.13.2)
134134
addressable
135135
mini_mime (>= 0.1.3)
136136
nokogiri (~> 1.8)
@@ -273,7 +273,7 @@ GEM
273273
rspec-mocks (3.8.0)
274274
diff-lcs (>= 1.2.0, < 2.0)
275275
rspec-support (~> 3.8.0)
276-
rspec-rails (3.8.1)
276+
rspec-rails (3.8.2)
277277
actionpack (>= 3.0)
278278
activesupport (>= 3.0)
279279
railties (>= 3.0)
@@ -353,4 +353,4 @@ DEPENDENCIES
353353
sqlite3
354354

355355
BUNDLED WITH
356-
1.17.2
356+
1.17.3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module HyperI18n
2-
VERSION = '0.99.5'
2+
VERSION = '0.99.6'
33
end

ruby/hyper-model/Gemfile.lock

Lines changed: 12 additions & 12 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.99.5)
5-
hyper-store (= 0.99.5)
6-
hyperloop-config (= 0.99.5)
4+
hyper-component (0.99.6)
5+
hyper-store (= 0.99.6)
6+
hyperloop-config (= 0.99.6)
77
libv8 (~> 6.7.0)
88
mini_racer (~> 0.2.4)
99
opal (>= 0.11.0, < 0.12.0)
@@ -13,23 +13,23 @@ PATH
1313
PATH
1414
remote: ../hyper-operation
1515
specs:
16-
hyper-operation (0.99.5)
16+
hyper-operation (0.99.6)
1717
activerecord (>= 4.0.0)
18-
hyper-component (= 0.99.5)
18+
hyper-component (= 0.99.6)
1919
mutations
2020
opal-activesupport (~> 0.3.1)
2121

2222
PATH
2323
remote: ../hyper-store
2424
specs:
25-
hyper-store (0.99.5)
26-
hyperloop-config (= 0.99.5)
25+
hyper-store (0.99.6)
26+
hyperloop-config (= 0.99.6)
2727
opal (>= 0.11.0, < 0.12.0)
2828

2929
PATH
3030
remote: ../hyperloop-config
3131
specs:
32-
hyperloop-config (0.99.5)
32+
hyperloop-config (0.99.6)
3333
libv8 (~> 6.7.0)
3434
mini_racer (~> 0.2.4)
3535
opal (>= 0.11.0, < 0.12.0)
@@ -39,11 +39,11 @@ PATH
3939
PATH
4040
remote: .
4141
specs:
42-
hyper-model (0.99.5)
42+
hyper-model (0.99.6)
4343
activemodel
4444
activerecord (>= 4.0.0)
45-
hyper-component (= 0.99.5)
46-
hyper-operation (= 0.99.5)
45+
hyper-component (= 0.99.6)
46+
hyper-operation (= 0.99.6)
4747

4848
GEM
4949
remote: https://rubygems.org/
@@ -407,4 +407,4 @@ DEPENDENCIES
407407
unparser (~> 0.3.0)
408408

409409
BUNDLED WITH
410-
1.17.2
410+
1.17.3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module HyperModel
2-
VERSION = '0.99.5'
2+
VERSION = '0.99.6'
33
end

0 commit comments

Comments
 (0)