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

Commit 62a4be1

Browse files
committed
add support for hyper-console
1 parent b6f0db1 commit 62a4be1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ require './tasks/gems'
22
require './tasks/git'
33
require './tasks/version'
44

5-
HYPERLOOP_REPOS =%w[hyper-component hyper-mesh hyper-model hyper-operation hyper-react
5+
HYPERLOOP_REPOS =%w[hyper-component hyper-console hyper-mesh hyper-model hyper-operation hyper-react
66
hyper-router hyper-spec hyper-store hyperloop hyperloop-config]
77

88
task :default do

tasks/version.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
def file_version_for(repo)
55
case repo
66
when 'hyper-component' then ['./lib/hyperloop/component/version', 'Hyperloop::Component::VERSION']
7+
when 'hyper-console' then ['./lib/hyperloop/console/version', 'Hyperloop::Console::VERSION']
78
when 'hyper-mesh' then ['./lib/hypermesh/version', 'Hypermesh::VERSION']
89
when 'hyper-model' then ['./lib/hyperloop/model/version', 'Hyperloop::Model::VERSION']
910
when 'hyper-operation' then ['./lib/hyper-operation/version', 'Hyperloop::Operation::VERSION']

0 commit comments

Comments
 (0)