这颗宝石在哪里?

时间:2016-08-08 15:17:46

标签: ruby rubygems rake

我有一个系统,我在我的Rakefile中使用gem sinatra-activerecord sinatra/activerecord需要sinatra/activerecord/rake。我查看了rubygems并且没有名为{{的{ 1}},那么sinatra-activrecord-rake的哪一部分呢?另外,我怎样才能以这种方式制作我的宝石部分?

1 个答案:

答案 0 :(得分:1)

当您需要sinatra/activerecord/rake时,实际上您需要宝石中的rake文件。

具体而言,库需要this is the file。它不是来自任何sinatra-activerecord-rake宝石。