summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* + Added extra doco to describe how auto-population worksRyan Davis2009-12-291-5/+20
* Clean up namespacingRyan Davis2009-12-291-15/+13
* - Fixed Hoe rdoc problem caused by gemcutter pluginRyan Davis2009-12-291-1/+1
* + Don't bother posting news to rubyforge.Ryan Davis2009-12-211-3/+4
* + Add extra dirs to rcov include path if neededRyan Davis2009-12-211-0/+1
* Prepped for releasev2.4.0Ryan Davis2009-12-081-1/+1
* + Added gemcutter plugin (raggi)Ryan Davis2009-12-082-5/+26
* hack to get CI working on envy until I clue inRyan Davis2009-11-051-1/+1
* john sucksRyan Davis2009-08-271-0/+1
* + Added newb plugin. (jbarnette)Ryan Davis2009-08-272-2/+22
* + Refactored rubyforge task to plugin. (jbarnette)Ryan Davis2009-08-273-24/+42
* + Improved rdocRyan Davis2009-08-271-0/+6
* + Improved doco with some code examples.Ryan Davis2009-08-051-1/+14
* + Deprecated plain string dependencies, auto-fill with '>= 0'.Ryan Davis2009-08-051-1/+8
* + Moved version check from package task to prerelease taskRyan Davis2009-07-271-3/+4
* + Added extra warnings if manifest is borkedRyan Davis2009-07-271-3/+7
* prepping for releasev2.3.2Ryan Davis2009-06-301-1/+1
* + splat all gems on release. (luis lavena)Ryan Davis2009-06-301-1/+1
* - version regex needs to allow multiple spaces for OCD coders.Ryan Davis2009-06-301-2/+4
* - Fix File.read_utf on ruby 1.9 for UTF-8 filesEric Hodel2009-06-291-1/+1
* prepping for releasev2.3.1Ryan Davis2009-06-241-1/+1
* + Removed email.txt from clean_globs, added TAGS.Ryan Davis2009-06-241-1/+1
* + Use Gem::PackageTask if available, since Rake's package task will go awayEric Hodel2009-06-242-2/+9
* - Added require time where usedRyan Davis2009-06-242-0/+3
* prepped for releasev2.3.0Ryan Davis2009-06-231-1/+1
* + Allow RDoc title to be set via spec_extras['rdoc_options'].Eric Hodel2009-06-232-23/+35
* - Fixed developer load order error in load_plugins.Ryan Davis2009-06-231-4/+6
* + History intuition extended for markdown. drnic/jbarnetteRyan Davis2009-06-221-6/+7
* - rcov should use test_globs. apattersonRyan Davis2009-06-221-1/+1
* ! Plugins can no longer be self-activating.Ryan Davis2009-06-2213-48/+36
* changes for 1.9Ryan Davis2009-06-221-1/+2
* + inline plugin adds RubyInline dependency and hooks clean task.Ryan Davis2009-06-221-1/+4
* + Cleaned up plugin activation.Ryan Davis2009-06-221-2/+6
* Prepped for releasev2.2.0Ryan Davis2009-06-171-1/+1
* + Hoe.plugin can take multiple names. jbarnetteRyan Davis2009-06-171-3/+3
* + Alter task descriptions to say what plugin they come from. jbarnetteRyan Davis2009-06-171-0/+21
* OOPS! generate_email def was inside define tasks defRyan Davis2009-06-171-18/+18
* + Refactored and renamed email task to debug_email, removed from announce.Ryan Davis2009-06-171-29/+33
* - exclude field was missing from DEFAULT_CONFIGRyan Davis2009-06-171-0/+2
* + Fix and improve generate_key task. Patch #20441 by Matthew Kent.Eric Hodel2009-06-161-19/+21
* - activated but missing plugins are properly skipped nowRyan Davis2009-06-161-1/+8
* Forgot to revert lib/hoe.rb after semi-failed patch applicationEric Hodel2009-06-161-6/+0
* + check_extra_deps now installs developer dependencies as wellRyan Davis2009-06-161-1/+1
* + Increase configurability of RDoc tasks. Patch #19597 by Sylvain Joyeux.Eric Hodel2009-06-162-16/+41
* Fixed misfactored variableRyan Davis2009-06-141-1/+1
* prepped for releasev2.1.0Ryan Davis2009-06-141-1/+1
* + release now has prerelease, postrelease deps.Ryan Davis2009-06-141-1/+10
* stupid fixesRyan Davis2009-06-111-2/+0
* + Refactored :release task to facilitate other pluginsRyan Davis2009-06-111-10/+13
* + Added File::read_utf to strip out UTF BOM marker. Fixes nokogiri. (tenderlove)Ryan Davis2009-06-112-9/+23