summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* - Removed FILTER/N/X handling from hoe/test.rb in favor of minitest/test_task...Ryan Davis2019-06-262-18/+16
* prepped for releasev3.18.0Ryan Davis2019-05-261-1/+1
* I left it verbose while debugging and forgot to removeRyan Davis2019-05-251-1/+0
* + Added Minitest::TestTask (will move to minitest proper soon)Ryan Davis2019-05-252-29/+272
* + Added Hoe.include_dirs to allow tasks to probe directly.Ryan Davis2019-05-251-0/+11
* - Fixed incompatibility with rubygems 3.x. (drbrain)Ryan Davis2019-05-251-1/+1
* + Added X=exclude_pattern to the test plugin. Can be used in conjunction with...Ryan Davis2019-04-291-0/+1
* + Added 'multiruby_skip' config so it can be in global ~/.hoerc.Ryan Davis2019-03-281-1/+10
* prepped for releasev3.17.2Ryan Davis2019-03-131-1/+1
* - Fixed gem sign breakage caused by rubygems update. Tested against rubygems ...Ryan Davis2019-03-121-1/+1
* prepped for releasev3.17.1Ryan Davis2018-09-061-1/+1
* - Bumped dependencies on rdoc and rake for latest majors.Ryan Davis2018-09-062-2/+2
* prepped for releasev3.17.0Ryan Davis2018-03-171-1/+1
* + Added task check_key to see if your signing cert is expired or not.Ryan Davis2018-03-171-0/+21
* - Fixed ridocs rake task.Ryan Davis2018-02-141-1/+1
* + Bump rdoc dependency to range from 4.x to 5.x.Ryan Davis2018-02-021-1/+1
* prepped for releasev3.16.2Ryan Davis2017-11-211-1/+1
* - Make missing urls value just warn.Ryan Davis2017-11-061-1/+1
* - Make missing history/readme situations more resilient and informative. (kem...Ryan Davis2017-11-061-2/+2
* prepped for releasev3.16.1Ryan Davis2017-07-171-1/+1
* - Fixed bug making system calls w/ empty string in array? No clue.Ryan Davis2017-07-071-0/+2
* - Better handling of rdoc finding failures.Ryan Davis2017-06-051-1/+4
* prepping for releaseRyan Davis2017-01-031-1/+1
* + Updated compiler plugin dependency for rake-compiler to 1.x.Ryan Davis2017-01-031-2/+2
* - Fixed rdoc cmd to be more resilient to ruby version changes (w/ isolate)Ryan Davis2017-01-021-1/+2
* Prepped for releasev3.15.3Ryan Davis2016-11-171-1/+1
* - Call Gem::Specification.reset after installing a gem. (segiddins)Ryan Davis2016-11-141-1/+3
* prepped for releasev3.15.2Ryan Davis2016-10-091-1/+1
* - Add noop clobber_docs and clobber_package tasks in case they are disabled.Ryan Davis2016-10-071-0/+3
* - Moved activate_plugin_deps to post_initialize.Ryan Davis2016-10-071-1/+1
* prepped for releasev3.15.1Ryan Davis2016-06-151-1/+1
* - rake newb does a better job of activating gems it had to install. (duckinator)Ryan Davis2016-06-031-0/+1
* prepped for releasev3.15.0Ryan Davis2016-03-251-1/+1
* squelch warningRyan Davis2016-03-251-1/+1
* + Added ruby version declarations for hoe-spec. ruby20!Ryan Davis2016-03-231-0/+42
* - Fixed running rdoc if it was satisfied outside of GEM_HOME.Ryan Davis2016-03-231-0/+5
* prepped for releasev3.14.2Ryan Davis2015-09-141-1/+1
* - Fixed extension paths. Again. Damnit. I normally don't release after midnight.Ryan Davis2015-09-131-1/+1
* prepped for releasev3.14.1Ryan Davis2015-09-131-1/+1
* - *sigh* fixed bug setting up extensions data for spec.Ryan Davis2015-09-131-2/+1
* prepped for releasev3.14.0Ryan Davis2015-09-121-1/+1
* - Fix PRERELEASE= for packaging against newer versions of rubygems. (drbrain)Ryan Davis2015-09-081-1/+1
* + Added so_name variable to bin/sow for using hoe w/ c-extensions.Ryan Davis2015-09-023-31/+21
* prepped for releasev3.13.1Ryan Davis2015-02-031-1/+1
* minor restructuringRyan Davis2015-01-273-46/+47
* more stylistic tweaksRyan Davis2015-01-2712-57/+55
* simplified simple mapsRyan Davis2015-01-272-5/+5
* interpolated stringsRyan Davis2015-01-272-2/+2
* normalized %-formatted tokensRyan Davis2015-01-275-10/+10
* converted everything to double quoted stringsRyan Davis2015-01-2713-119/+119