lib/hoe.rb in hoe-3.20.0 vs lib/hoe.rb in hoe-3.21.0

- old
+ new

@@ -89,11 +89,11 @@ class Hoe include Rake::DSL if defined?(Rake::DSL) # duh - VERSION = "3.20.0" + VERSION = "3.21.0" @@plugins = [:clean, :debug, :deps, :flay, :flog, :newb, :package, :publish, :gemcutter, :signing, :test] @bad_plugins = [] @@ -119,9 +119,11 @@ "bugs" => "bug_tracker_uri", "clog" => "changelog_uri", "doco" => "documentation_uri", "home" => "homepage_uri", "code" => "source_code_uri", + "wiki" => "wiki_uri", + "mail" => "mailing_list_uri", } ## # Default configuration values for .hoerc. Plugins should populate # this on load.