summaryrefslogtreecommitdiff
path: root/lib/hoe/debug.rb
Commit message (Collapse)AuthorAgeFilesLines
* + check_manifest now fails when there is a diffEric Hodel2011-04-011-2/+5
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 6240]
* - Tweaked .hoerc error to point to a fix.Eric Hodel2010-03-091-1/+3
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 5700]
* ! Plugins can no longer be self-activating.Ryan Davis2009-06-221-2/+0
| | | | | | | | + All hoe plugins are pre-activated. + Plugin loading deferred until hoe-spec creation, allowing proper meta-plugins. + Only activated plugins are loaded, extended, and activated. [git-p4: depot-paths = "//src/hoe/dev/": change = 5135]
* - exclude field was missing from DEFAULT_CONFIGRyan Davis2009-06-171-0/+2
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 5055]
* ! Added a plugin system and extracted nearly everything into separate plugins.Ryan Davis2009-06-011-0/+68
! Added Clean, Debug, Deps, Flay, Flog, Inline, Package, Publish, Rake, Rcov, Signing, and Test plugins + Filled in all the blanks on rdoc. + Added Hoe::spec replacing old Hoe.new spec form. Now with DSL flavors! + Deprecated Hoe.new spec form. + Refactored nearly all the spec logic down to much smaller/cleaner pieces. + Version number is now auto-searchable by grepping in all the files. + Added pluggable! to declare your package depends on rubygems 1.3.1+. + Added DEFAULT_CONFIG so plugins can add to it. + Updated templates to use new form. No clue how best to update yours. :P [git-p4: depot-paths = "//src/hoe/dev/": change = 4987]