seattlerb / hoe

Hoe is a rake/rubygems helper for project Rakefiles. It helps you manage, maintain, and release your project and includes a dynamic plug-in system allowing for easy extensibility. Hoe ships with plug-ins for all your usual project tasks including rdoc generation, testing, packaging, deployment, and announcement.

Home Page:http://www.zenspider.com/projects/hoe.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installing Hoe on a NFS partition

EHadoux opened this issue · comments

Hi,

there is an issue with hoe and minitest.
gem install does not work if the directory is on a NFS partition.
See minitest/minitest#435 and rubygems/rubygems#1161

Many thanks

This is a dupe of #63, which is a dupe of minitest/minitest#435. Fixing one will fix them all (guessing, but I'll handle it either way).

My bad, thank you.