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

Are there the complete list of URL names for Rubygems.org ?

maraigue opened this issue · comments

When I create a new gem template by Hoe, README.txt has places to specify URLs as

home  :: FIX (url)
code  :: FIX (url)
rdoc  :: FIX (url)
bugs  :: FIX (url)

However, as described in https://guides.rubygems.org/specification-reference/#metadata, there are more URL names that Rubygems.org accept. In addition, the names in the page above (e.g., "bug_tracker_uri", "changelog_uri", ...) are different from ones that Hoe produces (e.g., "home", "code", ...).
How are they processed? And are there the complete list of these URL names?

You probably want to look at #86?

#86 is merged and no response from OP. Closing.