Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit b3c5057

Browse files
committed
version bump
1 parent 97fdf61 commit b3c5057

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

hyperloop.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
2424

2525
s.add_dependency 'hyper-model'
2626
# react_router_rails not working with rails 5.1 so we are apulling it for now.
27-
# s.add_dependency 'hyper-router', '>= 2.4.1'
27+
s.add_dependency 'hyper-router', '>= 4.0.0'
2828
# s.add_dependency 'react-router-rails', '~> 0.13.3'
2929
s.add_dependency 'opal-rails', '>= 0.8.1'
3030
s.add_dependency 'opal-browser'

lib/hyperloop.rb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
require 'hyperloop-config'
22
require 'rails/generators'
33
require 'hyper-model'
4-
#Hyperloop.import 'react_router', client_only: true
4+
5+
Hyperloop.import 'reactrb/auto-import'
6+
Hyperloop.import 'hyper-router'
57

68
require 'generators/hyperloop/install_generator'
79
require 'generators/hyper/component_generator'
@@ -11,6 +13,5 @@
1113
require 'hyper-model'
1214
require 'opal-browser'
1315
require 'therubyracer'
14-
#require 'hyper-router'
15-
#require 'react/router/rails'
16+
require 'hyper-router'
1617
require 'hyperloop/version'

lib/hyperloop/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Hyperloop
2-
VERSION = '0.5.4'
2+
VERSION = '0.5.6'
33
end

0 commit comments

Comments
 (0)