Hoe is a way to write Rakefiles much easier and cleaner.
Hoe is a simple rake/rubygems helper for project Rakefiles. It generates all the usual tasks for projects including rdoc generation, testing, packaging, and deployment.
Hoe is a simple rake/rubygems helper for project Rakefiles. It generates all the usual tasks for projects including rdoc generation, testing, packaging, and deployment.
To install rb-hoe, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rb-hoe
To see what files were installed by rb-hoe, run:
port contents rb-hoe
To later upgrade rb-hoe, run:
sudo port selfupdate && sudo port upgrade rb-hoe
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.