Project
hoe-halostatue
Hoe::Halostatue is a [Hoe][hoe] meta-plugin that ensures that the following
plugins are installed and enabled for your project:
- [`hoe-doofus`][hoe-doofus]
- [`hoe-gemspec2`][hoe-gemspec2]
- [`hoe-git2`][hoe-git2]
- [`hoe-markdown`][hoe-markdown]
- [`hoe-rubygems`][hoe-rubygems]
It also provides an improved implementation for `Hoe#parse_urls` that works
better with a Markdown README. It allows either `*` or `-` as list leaders for
the README. It also allows the URLs to be blank. Double colons are still
required for pattern matching.
In addition to the four letter aliases in `Hoe::URLS_TO_META_MAP` (`bugs`,
`clog`, `doco`, `docs`, `home`, `code`, `wiki`, and `mail`), this adds:
- `changelog`, `changes`, and `history` as aliases for `changelog_uri`
- `documentation` for `documentation_uri`
- `issues` and `tickets` for `bug_tracker_uri`
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Development
Licenses
MIT
Dependencies