summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* prepping for releasev2.10.0Ryan Davis2011-06-302-1/+13
* - Specified wrong version of racc in racc pluginRyan Davis2011-06-291-1/+1
* + Added parse_urls to deal with array and hash style url lists in README.txt.Ryan Davis2011-06-272-18/+104
* Updated url section, switched to github for repo/home url, and cleaned up cop...Ryan Davis2011-06-271-5/+5
* sighRyan Davis2011-06-221-0/+1
* prepping for releasev2.9.6Ryan Davis2011-06-222-1/+9
* fixed test for new dep strategyRyan Davis2011-06-221-1/+1
* - Removed circular dependency check. Hasn't been needed in a long while.Ryan Davis2011-06-221-3/+2
* minor cleanupRyan Davis2011-06-221-4/+0
* - Hard coded rake dependency as ~> 0.8 so we don't collide with other libsRyan Davis2011-06-221-1/+1
* - Fixed minor 1.9.3 warnings.Ryan Davis2011-06-213-11/+10
* oopsRyan Davis2011-06-211-1/+1
* prepping for releasev2.9.5Ryan Davis2011-06-212-1/+13
* Minor cleanup of deps to use new cmdRyan Davis2011-06-212-2/+2
* - Switched hoe deps from >= to ~>Ryan Davis2011-06-211-3/+3
* - Fixed dependency for :inline pluginRyan Davis2011-06-211-2/+6
* + Extended #dependency to work post-spec creation in case a task wants to add...Ryan Davis2011-06-211-10/+21
* Remove warning from Rake 0.9Eric Hodel2011-06-171-0/+2
* Commit miss after filetype changeEric Hodel2011-06-171-6/+6
* + sow now obeys gem naming conventions. It no longer munges - to _.Eric Hodel2011-06-163-14/+34
* prepped for releasev2.9.4Ryan Davis2011-04-012-1/+12
* + check_manifest now fails when there is a diffEric Hodel2011-04-011-2/+5
* prepped for releasev2.9.3Ryan Davis2011-04-012-1/+7
* + Cleanup for rubygems 1.7 deprecationsRyan Davis2011-04-012-3/+0
* prepped for releasev2.9.2Ryan Davis2011-03-312-1/+19
* - Fixed plugin activation via ~/.hoerc. (ged)Ryan Davis2011-03-313-6/+38
* + Multiruby now skips mri_trunk if multiruby_skip includes 1.9Ryan Davis2011-03-311-0/+1
* + Include Rake::DSL to support future versions of rakeEric Hodel2011-03-251-0/+3
* Added test/test_hoe_test.rb (phiggins)Ryan Davis2011-03-222-0/+47
* + Test#make_test_cmd now sorts test files (mostly for testing)Ryan Davis2011-03-221-1/+1
* + Added :none as a testlib option to let you do whatever you want. (phiggins)Ryan Davis2011-03-223-4/+32
* - Clean generated extension library tooEric Hodel2011-03-021-0/+2
* - Fixed a bug with sow -d or -tRyan Davis2011-02-081-7/+5
* Optimizations to speed up tests from 20 tests/sec to 40 t/s.Ryan Davis2011-02-074-4/+10
* + Added NOSUDO option to `rake gem_install`. (nihildeb)Ryan Davis2011-02-072-2/+19
* - Fixed sanity check for prereleasesRyan Davis2011-02-052-1/+6
* prepped for releasev2.9.1Ryan Davis2011-02-052-1/+12
* - Fixed sow when passed no args. [erikh]Ryan Davis2011-02-051-13/+20
* - Fixed dependency order bug with prereleases [erikh]Ryan Davis2011-02-051-4/+2
* minor 1.9 test fixesRyan Davis2011-02-041-2/+4
* prepping for releasev2.9.0Ryan Davis2011-01-312-1/+24
* + rubyforge plugin now uses plain globs to push. Fixes releases for rubygems ...Ryan Davis2011-01-311-4/+4
* - Fixed rdoc_dir for custom rdoc locationsRyan Davis2011-01-311-1/+1
* + Hoe requires Gem::PackageTask from RubyGems 1.4+Eric Hodel2011-01-251-1/+1
* + Plugins can now be loaded from a +plugins+ array in ~/.hoercEric Hodel2011-01-242-16/+87
* + Moved post_news from publish to rubyforgeRyan Davis2011-01-202-11/+11
* + Added support for multiple template dirs for sow.Ryan Davis2011-01-111-13/+52
* + Added Hoe::Test#test_prelude to allow for code to run before test loading.Ryan Davis2011-01-052-1/+26
* + Added Hoe::Package#pkg_path to make package hook writing easier.Ryan Davis2011-01-051-0/+8
* - Failed plugins should notify on both trace and debug.Ryan Davis2011-01-051-2/+16