This repository was archived by the owner on Oct 19, 2018. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22lib = File . expand_path ( '../lib' , __FILE__ )
33$LOAD_PATH. unshift ( lib ) unless $LOAD_PATH. include? ( lib )
44require 'hyperloop/version'
5- require 'lib/hyper-router/version'
65
76Gem ::Specification . new do |spec |
87 spec . name = 'hyperloop'
@@ -21,7 +20,7 @@ Gem::Specification.new do |spec|
2120 spec . require_paths = [ 'lib' ]
2221
2322 spec . add_dependency 'hyper-model' , Hyperloop ::VERSION
24- spec . add_dependency 'hyper-router' , HyperRouter :: VERSION
23+ spec . add_dependency 'hyper-router' , Hyperloop :: ROUTERVERSION
2524 spec . add_dependency 'hyperloop-config' , Hyperloop ::VERSION
2625 spec . add_dependency 'opal-browser' , '~> 0.2.0'
2726 spec . add_dependency 'opal-rails' , '~> 0.9.3'
Original file line number Diff line number Diff line change 11module Hyperloop
22 VERSION = '1.0.0-lap9'
3+ ROUTERVERSION = '4.2.6-lap9'
34end
You can’t perform that action at this time.
0 commit comments