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 @@ -2,7 +2,7 @@ require './tasks/gems'
22require './tasks/git'
33require './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
88task :default do
Original file line number Diff line number Diff line change 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' ]
You can’t perform that action at this time.
0 commit comments