所以,很多人喜歡把寶石分叉和添加功能等等。這很好。但它使得嘗試他們的寶石一點點的工作,如果你必須自己克隆寶石,下載,安裝等。使用bundler編譯github上託管的gems?
我希望能夠有捆綁器編譯寶石如果沒有pkg /gem_name.gem文件
這是我在做什麼目前:
gem "yard-rest-plugin", :git => "git://github.com/ql/yard-rest-plugin.git"
然後是bundle update
錯誤:
Could not find gem 'yard-rest-plugin (>= 0) ruby' in git://github.com/ql/yard-rest-plugin.git (at master).
Source does not contain any versions of 'yard-rest-plugin (>= 0) ruby'
因此爲什麼它會是如果它不錯自動編譯。
也許是約定的命名問題......對於信息,這裏是我用戶成功地包含回形針:'gem'paperclip',:git =>'git://github.com/thoughtbot/paperclip.git' ' – 2012-02-21 17:41:17
是的,寶石實際上稱爲碼休息,編譯會很棒。 o.o – NullVoxPopuli 2012-02-21 17:43:43