summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* + Added new plugin: gem_prelude_sucks. Activate under 1.9 if you don't want i...Ryan Davis2010-11-151-0/+15
* + Added rspec2 support (bleything)Ryan Davis2010-11-151-3/+20
* - require uriRyan Davis2010-11-121-0/+1
* prepped for releasev2.6.2Ryan Davis2010-08-311-1/+1
* - Fixed timebomb to bottom out properly on the end valueRyan Davis2010-08-311-1/+1
* + Updated inline dependency when using inline pluginRyan Davis2010-08-201-1/+1
* Prepped for releasev2.6.1Ryan Davis2010-06-021-1/+1
* - Fixed dep tasks to deal with broken rubygems changes RF#27847 (mjwillson)Ryan Davis2010-06-011-4/+17
* - Fix up hoe to be happy when rubyforge is missing or misconfiguredRyan Davis2010-06-012-6/+10
* Prepped for releasev2.6.0Ryan Davis2010-03-271-1/+1
* + Added rdoc_locations array to the publish plugin to allow for multiple arbi...Ryan Davis2010-03-272-9/+24
* + Added '.' to load path for (bad) 1.9.2 changesRyan Davis2010-03-191-1/+1
* - Tweaked .hoerc error to point to a fix.Eric Hodel2010-03-091-1/+3
* + Added require_ruby_version and require_rubygems_version.Ryan Davis2010-02-232-7/+18
* - Fixed test command to use '--' before filter argsRyan Davis2010-02-231-1/+1
* + Remove ext from default_ruby_flags and require_paths. (luis)Ryan Davis2010-01-181-2/+2
* Prepped for releasev2.5.0Ryan Davis2010-01-061-1/+1
* + Pushed gemcutter & rubyforge dependencies down to the plugins.Ryan Davis2010-01-023-13/+25
* + Hoe::Inline plugin now deals with X::Y by flattening the name.Ryan Davis2010-01-021-1/+1
* + 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