summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* + Load encrypted private key using ENV['GEM_PRIVATE_KEY_PASSPHRASE'] as ↵Ryan Davis2020-01-111-1/+2
| | | | | | passphrase. (larskanis) [git-p4: depot-paths = "//src/hoe/dev/": change = 12494]
* - Fix debug_gem task when you have a signing_key and broken rubygems (< 3.1.0).Ryan Davis2020-01-111-0/+15
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 12493]
* - Fixed shadowed variable and json output for minitest's test:isolated task.Ryan Davis2019-12-291-4/+4
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 12485]
* - Minor tweak to make hoe load when openssl isn't available.Ryan Davis2019-12-291-0/+2
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 12484]
* - Fix a ruby 2.7 keyword arg deprecation. (anatol)Ryan Davis2019-12-291-1/+1
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 12481]
* Fixed deprecation warning in testRyan Davis2019-12-221-1/+1
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 12474]
* + Added support for wiki_uri and mailing_list_uri. (JuanitoFatas)Ryan Davis2019-12-142-0/+26
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 12451]
* prepped for releasev3.20.0Ryan Davis2019-11-092-1/+8
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 12398]
* + Added <test>:isolated task that runs tests in parallel. Replaces ↵Ryan Davis2019-11-091-9/+85
| | | | | | | | <test>:dep task. This is probably the last release of Hoe with minitest/test_task in it. It will move to minitest next. [git-p4: depot-paths = "//src/hoe/dev/": change = 12397]
* + Bumped rake dependency to be < 15.Ryan Davis2019-11-091-1/+1
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 12393]
* Fixed a test when run in isolation but only via minitest?Ryan Davis2019-11-051-0/+2
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 12389]
* added minitest/autorun to test_hoe_package.rbRyan Davis2019-11-051-0/+1
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 12388]
* improved doco and cross referencingRyan Davis2019-11-021-24/+24
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 12382]
* prepped for releasev3.19.0Ryan Davis2019-10-292-1/+14
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 12372]
* + Removed looong deprecated Hoe#url/url= methods.Ryan Davis2019-10-281-18/+1
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 12371]
* + Added deprecation to parse_urls for ancient url array form.Ryan Davis2019-10-282-33/+18
| | | | | | | | + Hoe#parse_urls now returns a hash no matter what minor cleanup to new metadata code minor cleanup to tests. damn... they're _old_. [git-p4: depot-paths = "//src/hoe/dev/": change = 12370]
* removed skip for maglev... it's long been fixedRyan Davis2019-10-281-2/+0
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 12369]
* + Added support for gemspec metadata. (viraptor)Ryan Davis2019-10-203-0/+17
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 12348]
* - Fixed sow for ruby 2.6 deprecations in ERB. (felipec)Ryan Davis2019-10-201-1/+5
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 12347]
* Make a test more robust to version differences by splitting and sorting ↵Ryan Davis2019-09-281-2/+3
| | | | | | dependencies. [git-p4: depot-paths = "//src/hoe/dev/": change = 12320]
* prepped for releasev3.18.1Ryan Davis2019-09-142-1/+13
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 12246]
* clarifying commentRyan Davis2019-09-021-1/+1
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 12216]
* - Fixed one use of Array.prepend on ruby 2.3-2.4.Ryan Davis2019-07-121-1/+1
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 12181]
* oops. Needed to keep using FILTER for make_test_cmd (for others, not minitest).Ryan Davis2019-06-262-11/+15
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 12155]
* - Removed FILTER/N/X handling from hoe/test.rb in favor of ↵Ryan Davis2019-06-262-18/+16
| | | | | | | | | | | | minitest/test_task.rb. + Added deprecations to minitest/test_task: TESTOPTS, N (for #threads), FILTER. - Sort globs before shuffling to normalize different file systems. I probably also need to respect the given seed, if any, or generate one and pass it down. [git-p4: depot-paths = "//src/hoe/dev/": change = 12154]
* typoRyan Davis2019-06-261-1/+1
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 12151]
* prepped for releasev3.18.0Ryan Davis2019-05-262-1/+22
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 12064]
* I left it verbose while debugging and forgot to removeRyan Davis2019-05-251-1/+0
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 12063]
* + Added Minitest::TestTask (will move to minitest proper soon)Ryan Davis2019-05-254-39/+299
| | | | | | | | | | + Deprecated Hoe::Test.make_test_cmd (argue with me!) + Deprecated testunit support (argue with me!) + Deprecated Hoe::Test.try_loading_rspec (argue with me!) + Deprecated Hoe::Test.try_loading_rspec2 (argue with me!) + Switched normally hoe-generated test tasks over to use Minitest::TestTask. [git-p4: depot-paths = "//src/hoe/dev/": change = 12062]
* + Added Hoe.include_dirs to allow tasks to probe directly.Ryan Davis2019-05-251-0/+11
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 12061]
* Fixed a missing require. Yay for rake test:depsRyan Davis2019-05-251-0/+2
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 12060]
* redundant to minitest's lib/hoe/minitest.rbRyan Davis2019-05-251-2/+0
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 12059]
* markup tweaks to readme. (harry-wood)Ryan Davis2019-05-251-2/+2
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 12058]
* - Fixed incompatibility with rubygems 3.x. (drbrain)Ryan Davis2019-05-251-1/+1
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 12057]
* + Added X=exclude_pattern to the test plugin. Can be used in conjunction ↵Ryan Davis2019-04-291-0/+1
| | | | | | with N=select_pattern. [git-p4: depot-paths = "//src/hoe/dev/": change = 12024]
* + Added 'multiruby_skip' config so it can be in global ~/.hoerc.Ryan Davis2019-03-281-1/+10
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 11902]
* prepped for releasev3.17.2Ryan Davis2019-03-132-1/+7
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 11862]
* - Fixed gem sign breakage caused by rubygems update. Tested against rubygems ↵Ryan Davis2019-03-121-1/+1
| | | | | | 3.0.2 [git-p4: depot-paths = "//src/hoe/dev/": change = 11861]
* Fixed test data to avoid new deprecations on ruby 2.6. (mtasaka)Ryan Davis2019-03-111-1/+1
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 11834]
* Dunno why this test changed. Must be rubygems?Ryan Davis2019-03-081-1/+1
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 11821]
* prepped for releasev3.17.1Ryan Davis2018-09-062-1/+7
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 11726]
* - Bumped dependencies on rdoc and rake for latest majors.Ryan Davis2018-09-063-3/+3
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 11723]
* prepped for releasev3.17.0Ryan Davis2018-03-172-1/+12
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 11600]
* + Added task check_key to see if your signing cert is expired or not.Ryan Davis2018-03-171-0/+21
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 11599]
* - Fixed ridocs rake task.Ryan Davis2018-02-141-1/+1
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 11530]
* + Bump rdoc dependency to range from 4.x to 5.x.Ryan Davis2018-02-022-2/+2
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 11518]
* Fixed test that was missing an plugin dependency, but only failed on certain ↵Ryan Davis2018-01-011-1/+1
| | | | | | seeds & ruby versions. [git-p4: depot-paths = "//src/hoe/dev/": change = 11484]
* prepped for releasev3.16.2Ryan Davis2017-11-212-1/+8
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 11426]
* - Make missing urls value just warn.Ryan Davis2017-11-061-1/+1
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 11419]
* - Make missing history/readme situations more resilient and informative. ↵Ryan Davis2017-11-061-2/+2
| | | | | | (kemonomachi) [git-p4: depot-paths = "//src/hoe/dev/": change = 11418]