Skip to content

Commit

Permalink
bump version to 0.99.6
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcreekroad committed Jan 30, 2019
1 parent 2410690 commit 7e5a59c
Show file tree
Hide file tree
Showing 22 changed files with 119 additions and 119 deletions.
2 changes: 1 addition & 1 deletion HYPERLOOP_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.99.2
0.99.6
20 changes: 10 additions & 10 deletions ruby/hyper-component/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../hyper-spec
specs:
hyper-spec (0.99.5)
hyper-spec (0.99.6)
capybara
chromedriver-helper (= 1.2.0)
libv8 (~> 6.7.0)
Expand All @@ -20,14 +20,14 @@ PATH
PATH
remote: ../hyper-store
specs:
hyper-store (0.99.5)
hyperloop-config (= 0.99.5)
hyper-store (0.99.6)
hyperloop-config (= 0.99.6)
opal (>= 0.11.0, < 0.12.0)

PATH
remote: ../hyperloop-config
specs:
hyperloop-config (0.99.5)
hyperloop-config (0.99.6)
libv8 (~> 6.7.0)
mini_racer (~> 0.2.4)
opal (>= 0.11.0, < 0.12.0)
Expand All @@ -37,9 +37,9 @@ PATH
PATH
remote: .
specs:
hyper-component (0.99.5)
hyper-store (= 0.99.5)
hyperloop-config (= 0.99.5)
hyper-component (0.99.6)
hyper-store (= 0.99.6)
hyperloop-config (= 0.99.6)
libv8 (~> 6.7.0)
mini_racer (~> 0.2.4)
opal (>= 0.11.0, < 0.12.0)
Expand Down Expand Up @@ -94,7 +94,7 @@ GEM
adamantium (0.2.0)
ice_nine (~> 0.11.0)
memoizable (~> 0.4.0)
addressable (2.5.2)
addressable (2.6.0)
public_suffix (>= 2.0.2, < 4.0)
archive-zip (0.11.0)
io-like (~> 0.3.0)
Expand All @@ -105,7 +105,7 @@ GEM
babel-source (>= 4.0, < 6)
execjs (~> 2.0)
builder (3.2.3)
capybara (3.12.0)
capybara (3.13.2)
addressable
mini_mime (>= 0.1.3)
nokogiri (~> 1.8)
Expand Down Expand Up @@ -345,4 +345,4 @@ DEPENDENCIES
timecop (~> 0.8.1)

BUNDLED WITH
1.17.2
1.17.3
2 changes: 1 addition & 1 deletion ruby/hyper-component/lib/reactive-ruby/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Hyperloop
class Component
VERSION = '0.99.5'
VERSION = '0.99.6'
end
end
32 changes: 16 additions & 16 deletions ruby/hyper-console/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PATH
remote: ../hyper-component
specs:
hyper-component (0.99.5)
hyper-store (= 0.99.5)
hyperloop-config (= 0.99.5)
hyper-component (0.99.6)
hyper-store (= 0.99.6)
hyperloop-config (= 0.99.6)
libv8 (~> 6.7.0)
mini_racer (~> 0.2.4)
opal (>= 0.11.0, < 0.12.0)
Expand All @@ -13,16 +13,16 @@ PATH
PATH
remote: ../hyper-operation
specs:
hyper-operation (0.99.5)
hyper-operation (0.99.6)
activerecord (>= 4.0.0)
hyper-component (= 0.99.5)
hyper-component (= 0.99.6)
mutations
opal-activesupport (~> 0.3.1)

PATH
remote: ../hyper-spec
specs:
hyper-spec (0.99.5)
hyper-spec (0.99.6)
capybara
chromedriver-helper (= 1.2.0)
libv8 (~> 6.7.0)
Expand All @@ -41,14 +41,14 @@ PATH
PATH
remote: ../hyper-store
specs:
hyper-store (0.99.5)
hyperloop-config (= 0.99.5)
hyper-store (0.99.6)
hyperloop-config (= 0.99.6)
opal (>= 0.11.0, < 0.12.0)

PATH
remote: ../hyperloop-config
specs:
hyperloop-config (0.99.5)
hyperloop-config (0.99.6)
libv8 (~> 6.7.0)
mini_racer (~> 0.2.4)
opal (>= 0.11.0, < 0.12.0)
Expand All @@ -58,9 +58,9 @@ PATH
PATH
remote: .
specs:
hyper-console (0.99.5)
hyper-operation (= 0.99.5)
hyper-store (= 0.99.5)
hyper-console (0.99.6)
hyper-operation (= 0.99.6)
hyper-store (= 0.99.6)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -106,7 +106,7 @@ GEM
adamantium (0.2.0)
ice_nine (~> 0.11.0)
memoizable (~> 0.4.0)
addressable (2.5.2)
addressable (2.6.0)
public_suffix (>= 2.0.2, < 4.0)
archive-zip (0.11.0)
io-like (~> 0.3.0)
Expand All @@ -117,7 +117,7 @@ GEM
babel-source (>= 4.0, < 6)
execjs (~> 2.0)
builder (3.2.3)
capybara (3.12.0)
capybara (3.13.2)
addressable
mini_mime (>= 0.1.3)
nokogiri (~> 1.8)
Expand Down Expand Up @@ -247,7 +247,7 @@ GEM
rspec-mocks (3.8.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-rails (3.8.1)
rspec-rails (3.8.2)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
Expand Down Expand Up @@ -316,4 +316,4 @@ DEPENDENCIES
uglifier (= 4.1.6)

BUNDLED WITH
1.17.2
1.17.3
2 changes: 1 addition & 1 deletion ruby/hyper-console/lib/hyperloop/console/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Hyperloop
module Console
VERSION = '0.99.5'
VERSION = '0.99.6'
end
end
36 changes: 18 additions & 18 deletions ruby/hyper-i18n/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PATH
remote: ../hyper-component
specs:
hyper-component (0.99.5)
hyper-store (= 0.99.5)
hyperloop-config (= 0.99.5)
hyper-component (0.99.6)
hyper-store (= 0.99.6)
hyperloop-config (= 0.99.6)
libv8 (~> 6.7.0)
mini_racer (~> 0.2.4)
opal (>= 0.11.0, < 0.12.0)
Expand All @@ -13,25 +13,25 @@ PATH
PATH
remote: ../hyper-model
specs:
hyper-model (0.99.5)
hyper-model (0.99.6)
activemodel
activerecord (>= 4.0.0)
hyper-component (= 0.99.5)
hyper-operation (= 0.99.5)
hyper-component (= 0.99.6)
hyper-operation (= 0.99.6)

PATH
remote: ../hyper-operation
specs:
hyper-operation (0.99.5)
hyper-operation (0.99.6)
activerecord (>= 4.0.0)
hyper-component (= 0.99.5)
hyper-component (= 0.99.6)
mutations
opal-activesupport (~> 0.3.1)

PATH
remote: ../hyper-spec
specs:
hyper-spec (0.99.5)
hyper-spec (0.99.6)
capybara
chromedriver-helper (= 1.2.0)
libv8 (~> 6.7.0)
Expand All @@ -50,14 +50,14 @@ PATH
PATH
remote: ../hyper-store
specs:
hyper-store (0.99.5)
hyperloop-config (= 0.99.5)
hyper-store (0.99.6)
hyperloop-config (= 0.99.6)
opal (>= 0.11.0, < 0.12.0)

PATH
remote: ../hyperloop-config
specs:
hyperloop-config (0.99.5)
hyperloop-config (0.99.6)
libv8 (~> 6.7.0)
mini_racer (~> 0.2.4)
opal (>= 0.11.0, < 0.12.0)
Expand All @@ -67,8 +67,8 @@ PATH
PATH
remote: .
specs:
hyper-i18n (0.99.5)
hyper-operation (= 0.99.5)
hyper-i18n (0.99.6)
hyper-operation (= 0.99.6)
i18n

GEM
Expand Down Expand Up @@ -119,7 +119,7 @@ GEM
adamantium (0.2.0)
ice_nine (~> 0.11.0)
memoizable (~> 0.4.0)
addressable (2.5.2)
addressable (2.6.0)
public_suffix (>= 2.0.2, < 4.0)
archive-zip (0.11.0)
io-like (~> 0.3.0)
Expand All @@ -130,7 +130,7 @@ GEM
babel-source (>= 4.0, < 6)
execjs (~> 2.0)
builder (3.2.3)
capybara (3.12.0)
capybara (3.13.2)
addressable
mini_mime (>= 0.1.3)
nokogiri (~> 1.8)
Expand Down Expand Up @@ -273,7 +273,7 @@ GEM
rspec-mocks (3.8.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-rails (3.8.1)
rspec-rails (3.8.2)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
Expand Down Expand Up @@ -353,4 +353,4 @@ DEPENDENCIES
sqlite3

BUNDLED WITH
1.17.2
1.17.3
2 changes: 1 addition & 1 deletion ruby/hyper-i18n/lib/hyper-i18n/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module HyperI18n
VERSION = '0.99.5'
VERSION = '0.99.6'
end
24 changes: 12 additions & 12 deletions ruby/hyper-model/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PATH
remote: ../hyper-component
specs:
hyper-component (0.99.5)
hyper-store (= 0.99.5)
hyperloop-config (= 0.99.5)
hyper-component (0.99.6)
hyper-store (= 0.99.6)
hyperloop-config (= 0.99.6)
libv8 (~> 6.7.0)
mini_racer (~> 0.2.4)
opal (>= 0.11.0, < 0.12.0)
Expand All @@ -13,23 +13,23 @@ PATH
PATH
remote: ../hyper-operation
specs:
hyper-operation (0.99.5)
hyper-operation (0.99.6)
activerecord (>= 4.0.0)
hyper-component (= 0.99.5)
hyper-component (= 0.99.6)
mutations
opal-activesupport (~> 0.3.1)

PATH
remote: ../hyper-store
specs:
hyper-store (0.99.5)
hyperloop-config (= 0.99.5)
hyper-store (0.99.6)
hyperloop-config (= 0.99.6)
opal (>= 0.11.0, < 0.12.0)

PATH
remote: ../hyperloop-config
specs:
hyperloop-config (0.99.5)
hyperloop-config (0.99.6)
libv8 (~> 6.7.0)
mini_racer (~> 0.2.4)
opal (>= 0.11.0, < 0.12.0)
Expand All @@ -39,11 +39,11 @@ PATH
PATH
remote: .
specs:
hyper-model (0.99.5)
hyper-model (0.99.6)
activemodel
activerecord (>= 4.0.0)
hyper-component (= 0.99.5)
hyper-operation (= 0.99.5)
hyper-component (= 0.99.6)
hyper-operation (= 0.99.6)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -407,4 +407,4 @@ DEPENDENCIES
unparser (~> 0.3.0)

BUNDLED WITH
1.17.2
1.17.3
2 changes: 1 addition & 1 deletion ruby/hyper-model/lib/hyper_model/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module HyperModel
VERSION = '0.99.5'
VERSION = '0.99.6'
end
Loading

0 comments on commit 7e5a59c

Please sign in to comment.