问题描述
我正在开发两个宝石:Runel和Runic.符文依靠符文.但是然后如何让Runic加载以运行Runel测试(和捆绑安装).
I'm developing two gem: Runel and Runic.Runel depends on Runic.But then how do I get Runic to load up to run Runel tests (and bundle install).
我需要在Runel测试中使用Runic,因为Runel的某些班级是从Runic的班级扩展而来的.我想对它进行整体测试(尝试)(Runel是VM,Runic是它的基础).
I need Runic in the Runel tests because some of Runel's classes extend from Runic's classes. And I want to test it (try it out) as the whole thing (Runel is a VM, Runic is the base for it).
推荐答案
只是它们是预发行版本(0.0.1.dev.1).
It was just that they were prerelease versions (0.0.1.dev.1).
但是bundle install
仍然给出Fetching source index for http://rubygems.org/Could not find gem 'runic (~> 0.0) x86-mingw32', which is required by gem 'runel (>= 0) x86-mingw32', in any of the sources.
But bundle install
still gives Fetching source index for http://rubygems.org/Could not find gem 'runic (~> 0.0) x86-mingw32', which is required by gem 'runel (>= 0) x86-mingw32', in any of the sources.
这篇关于您如何开发多个宝石?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!