summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* + Load encrypted private key using ENV['GEM_PRIVATE_KEY_PASSPHRASE'] as passp...Ryan Davis2020-01-111-1/+2
* - Fix debug_gem task when you have a signing_key and broken rubygems (< 3.1.0).Ryan Davis2020-01-111-0/+15
* - Fixed shadowed variable and json output for minitest's test:isolated task.Ryan Davis2019-12-291-4/+4
* - Minor tweak to make hoe load when openssl isn't available.Ryan Davis2019-12-291-0/+2
* - Fix a ruby 2.7 keyword arg deprecation. (anatol)Ryan Davis2019-12-291-1/+1
* Fixed deprecation warning in testRyan Davis2019-12-221-1/+1
* + Added support for wiki_uri and mailing_list_uri. (JuanitoFatas)Ryan Davis2019-12-142-0/+26
* prepped for releasev3.20.0Ryan Davis2019-11-092-1/+8
* + Added <test>:isolated task that runs tests in parallel. Replaces <test>:dep...Ryan Davis2019-11-091-9/+85
* + Bumped rake dependency to be < 15.Ryan Davis2019-11-091-1/+1
* Fixed a test when run in isolation but only via minitest?Ryan Davis2019-11-051-0/+2
* added minitest/autorun to test_hoe_package.rbRyan Davis2019-11-051-0/+1
* improved doco and cross referencingRyan Davis2019-11-021-24/+24
* prepped for releasev3.19.0Ryan Davis2019-10-292-1/+14
* + Removed looong deprecated Hoe#url/url= methods.Ryan Davis2019-10-281-18/+1
* + Added deprecation to parse_urls for ancient url array form.Ryan Davis2019-10-282-33/+18
* removed skip for maglev... it's long been fixedRyan Davis2019-10-281-2/+0
* + Added support for gemspec metadata. (viraptor)Ryan Davis2019-10-203-0/+17
* - Fixed sow for ruby 2.6 deprecations in ERB. (felipec)Ryan Davis2019-10-201-1/+5
* Make a test more robust to version differences by splitting and sorting depen...Ryan Davis2019-09-281-2/+3
* prepped for releasev3.18.1Ryan Davis2019-09-142-1/+13
* clarifying commentRyan Davis2019-09-021-1/+1
* - Fixed one use of Array.prepend on ruby 2.3-2.4.Ryan Davis2019-07-121-1/+1
* oops. Needed to keep using FILTER for make_test_cmd (for others, not minitest).Ryan Davis2019-06-262-11/+15
* - Removed FILTER/N/X handling from hoe/test.rb in favor of minitest/test_task...Ryan Davis2019-06-262-18/+16
* typoRyan Davis2019-06-261-1/+1
* prepped for releasev3.18.0Ryan Davis2019-05-262-1/+22
* 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-254-39/+299
* + Added Hoe.include_dirs to allow tasks to probe directly.Ryan Davis2019-05-251-0/+11
* Fixed a missing require. Yay for rake test:depsRyan Davis2019-05-251-0/+2
* redundant to minitest's lib/hoe/minitest.rbRyan Davis2019-05-251-2/+0
* markup tweaks to readme. (harry-wood)Ryan Davis2019-05-251-2/+2
* - 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-132-1/+7
* - Fixed gem sign breakage caused by rubygems update. Tested against rubygems ...Ryan Davis2019-03-121-1/+1
* Fixed test data to avoid new deprecations on ruby 2.6. (mtasaka)Ryan Davis2019-03-111-1/+1
* Dunno why this test changed. Must be rubygems?Ryan Davis2019-03-081-1/+1
* prepped for releasev3.17.1Ryan Davis2018-09-062-1/+7
* - Bumped dependencies on rdoc and rake for latest majors.Ryan Davis2018-09-063-3/+3
* prepped for releasev3.17.0Ryan Davis2018-03-172-1/+12
* + 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-022-2/+2
* Fixed test that was missing an plugin dependency, but only failed on certain ...Ryan Davis2018-01-011-1/+1
* prepped for releasev3.16.2Ryan Davis2017-11-212-1/+8
* - 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