summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* prepped for releasev2.9.1Ryan Davis2011-02-052-1/+12
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 6153]
* - Fixed sow when passed no args. [erikh]Ryan Davis2011-02-051-13/+20
| | | | | + Sow now creates all template directories before dealing with anything else [git-p4: depot-paths = "//src/hoe/dev/": change = 6152]
* - Fixed dependency order bug with prereleases [erikh]Ryan Davis2011-02-051-4/+2
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 6151]
* minor 1.9 test fixesRyan Davis2011-02-041-2/+4
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 6150]
* prepping for releasev2.9.0Ryan Davis2011-01-312-1/+24
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 6146]
* + rubyforge plugin now uses plain globs to push. Fixes releases for rubygems ↵Ryan Davis2011-01-311-4/+4
| | | | | | itself [git-p4: depot-paths = "//src/hoe/dev/": change = 6145]
* - Fixed rdoc_dir for custom rdoc locationsRyan Davis2011-01-311-1/+1
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 6144]
* + Hoe requires Gem::PackageTask from RubyGems 1.4+Eric Hodel2011-01-251-1/+1
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 6142]
* + Plugins can now be loaded from a +plugins+ array in ~/.hoercEric Hodel2011-01-242-16/+87
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 6141]
* + Moved post_news from publish to rubyforgeRyan Davis2011-01-202-11/+11
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 6138]
* + Added support for multiple template dirs for sow.Ryan Davis2011-01-111-13/+52
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 6124]
* + Added Hoe::Test#test_prelude to allow for code to run before test loading.Ryan Davis2011-01-052-1/+26
| | | | | + Added support for rubygems-test. See http://www.gem-testers.org/ [git-p4: depot-paths = "//src/hoe/dev/": change = 6105]
* + Added Hoe::Package#pkg_path to make package hook writing easier.Ryan Davis2011-01-051-0/+8
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 6104]
* - Failed plugins should notify on both trace and debug.Ryan Davis2011-01-051-2/+16
| | | | | + Added plugin?(name) to allow for easier plugin guarding in hoe spec. [git-p4: depot-paths = "//src/hoe/dev/": change = 6103]
* + Don't warn about missing plugins without rake -tEric Hodel2010-12-291-1/+3
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 6097]
* + Clean up sow a LOT using: include FileUtils::VerboseRyan Davis2010-12-151-9/+11
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 6083]
* - Fixed sow to properly rename dirs depth firstRyan Davis2010-12-151-3/+3
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 6082]
* - Fixed require 'rubyforge' that was too lateRyan Davis2010-12-151-2/+2
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 6081]
* Prepped for releasev2.8.0Ryan Davis2010-12-082-1/+12
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 6046]
* Flushed out the rest of the racc functionality against nokogiriRyan Davis2010-12-081-10/+27
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 6045]
* + Added racc/rex pluginRyan Davis2010-12-073-0/+76
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 6043]
* Added doco and parameterized the compile tasksRyan Davis2010-12-071-2/+25
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 6042]
* + Added known_plugins task and updated included and 3rd party plugins docoRyan Davis2010-12-072-4/+25
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 6037]
* + Extended sow's Rakefile template to dynamically include installed pluginsRyan Davis2010-12-071-0/+10
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 6036]
* removed execute bit from perforceRyan Davis2010-12-071-0/+0
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 6035]
* + Turned off rubyforge plugin by default. (tenderlove's whining)Ryan Davis2010-12-072-7/+7
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 6033]
* + Added compiler plugin to support rake-compiler. (tenderlove)Ryan Davis2010-12-072-0/+22
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 6032]
* + Added PRE=a.1 variable to package and release tasks. (ged)Ryan Davis2010-12-071-3/+17
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 6031]
* Prepped for releasev2.7.0Ryan Davis2010-11-152-1/+13
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 5978]
* + Added new plugin: gem_prelude_sucks. Activate under 1.9 if you don't want ↵Ryan Davis2010-11-152-0/+16
| | | | | | it messing with you. (jbarnette) [git-p4: depot-paths = "//src/hoe/dev/": change = 5977]
* + Added rspec2 support (bleything)Ryan Davis2010-11-151-3/+20
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 5976]
* - require uriRyan Davis2010-11-121-0/+1
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 5974]
* fixed test order errorRyan Davis2010-11-121-0/+1
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 5973]
* prepped for releasev2.6.2Ryan Davis2010-08-312-1/+11
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 5830]
* - Fixed timebomb to bottom out properly on the end valueRyan Davis2010-08-311-1/+1
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 5829]
* Fixed rakefile for rake multi runsRyan Davis2010-08-201-0/+2
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 5815]
* + Updated inline dependency when using inline pluginRyan Davis2010-08-201-1/+1
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 5814]
* Prepped for releasev2.6.1Ryan Davis2010-06-022-1/+8
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 5753]
* - Fixed dep tasks to deal with broken rubygems changes RF#27847 (mjwillson)Ryan Davis2010-06-011-4/+17
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 5751]
* - Fix up hoe to be happy when rubyforge is missing or misconfiguredRyan Davis2010-06-013-8/+14
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 5750]
* Prepped for releasev2.6.0Ryan Davis2010-03-272-1/+19
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 5712]
* + Added rdoc_locations array to the publish plugin to allow for multiple ↵Ryan Davis2010-03-272-9/+24
| | | | | | arbitrary rdoc locations [git-p4: depot-paths = "//src/hoe/dev/": change = 5711]
* + Added '.' to load path for (bad) 1.9.2 changesRyan Davis2010-03-191-1/+1
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 5707]
* - Tweaked .hoerc error to point to a fix.Eric Hodel2010-03-091-1/+3
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 5700]
* + Cleaned up dep testsRyan Davis2010-03-061-16/+5
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 5691]
* + Added require_ruby_version and require_rubygems_version.Ryan Davis2010-02-233-7/+19
| | | | | + Hoe now depends on rubygems 1.3.6 instead of the gemcutter gem. [git-p4: depot-paths = "//src/hoe/dev/": change = 5681]
* - Fixed test command to use '--' before filter argsRyan Davis2010-02-231-1/+1
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 5680]
* + Remove ext from default_ruby_flags and require_paths. (luis)Ryan Davis2010-01-181-2/+2
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 5604]
* Prepped for releasev2.5.0Ryan Davis2010-01-062-1/+19
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 5598]
* Incorporated Aja's feedback on the docoRyan Davis2010-01-061-16/+21
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 5593]