module Hoe::Halostatue
def initialize_halostatue # :nodoc:
def initialize_halostatue # :nodoc: Hoe::URLS_TO_META_MAP.update({ "bugs" => "bug_tracker_uri", "changelog" => "changelog_uri", "changes" => "changelog_uri", "clog" => "changelog_uri", "code" => "source_code_uri", "doco" => "documentation_uri", "docs" => "documentation_uri", "documentation" => "documentation_uri", "history" => "changelog_uri", "home" => "homepage_uri", "issues" => "bug_tracker_uri", "mail" => "mailing_list_uri", "tickets" => "bug_tracker_uri", "wiki" => "wiki_uri" }) Hoe.prepend Hoe::Halostatue::ParseUrls self.checklist = [ "bump the version", "check everything in", "review the manifest", "update the README and RDocs", "update the changelog", "regenerate the gemspec" ] self.git_release_tag_prefix = "v" self.git_remotes = %w[origin] self.git_tag_enabled = true self.trusted_release = false end