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

Commit bd8a080

Browse files
committed
proper versioning
1 parent f791162 commit bd8a080

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hyperloop.gemspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
lib = File.expand_path('../lib', __FILE__)
33
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
44
require 'hyperloop/version'
5-
require 'lib/hyper-router/version'
65

76
Gem::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'

lib/hyperloop/version.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
module Hyperloop
22
VERSION = '1.0.0-lap9'
3+
ROUTERVERSION = '4.2.6-lap9'
34
end

0 commit comments

Comments
 (0)