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- GEM_VERSION = Hyperloop ::VERSION
65require '../hyper-router/lib/hyper-router/version'
7- ROUTER_VERSION = HyperRouter ::VERSION
86
97Gem ::Specification . new do |spec |
108 spec . name = 'hyperloop'
@@ -22,9 +20,9 @@ Gem::Specification.new do |spec|
2220 spec . files = `git ls-files -z` . split ( "\x0 " ) . reject { |f | f . match ( %r{^(tasks)/} ) }
2321 spec . require_paths = [ 'lib' ]
2422
25- spec . add_dependency 'hyper-model' , GEM_VERSION
26- spec . add_dependency 'hyper-router' , ROUTER_VERSION
27- spec . add_dependency 'hyperloop-config' , GEM_VERSION
23+ spec . add_dependency 'hyper-model' , Hyperloop :: VERSION
24+ spec . add_dependency 'hyper-router' , HyperRouter :: VERSION
25+ spec . add_dependency 'hyperloop-config' , Hyperloop :: VERSION
2826 spec . add_dependency 'opal-browser' , '~> 0.2.0'
2927 spec . add_dependency 'opal-rails' , '~> 0.9.3'
3028 spec . add_dependency 'react-rails' , '>= 2.3.0' , '< 2.5.0'
You can’t perform that action at this time.
0 commit comments