lib/hoe.rb in hoe-3.15.1 vs lib/hoe.rb in hoe-3.15.2

- old
+ new

@@ -89,11 +89,11 @@ class Hoe include Rake::DSL if defined?(Rake::DSL) # duh - VERSION = "3.15.1" + VERSION = "3.15.2" @@plugins = [:clean, :debug, :deps, :flay, :flog, :newb, :package, :publish, :gemcutter, :signing, :test] @bad_plugins = [] @@ -411,11 +411,10 @@ warn "extend #{name}" if $DEBUG self.extend Hoe.const_get(name) end initialize_plugins - activate_plugin_deps end ## # Run all initialize_* methods for plugins @@ -800,9 +799,10 @@ ## # Finalize configuration def post_initialize + activate_plugin_deps intuit_values validate_fields define_spec load_plugin_tasks add_dependencies