summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* ! Removed Minitest::TestTask. Shipped with minitest 5.16+ now!Ryan Davis2022-12-152-54/+2
* + Added warning to bundled minitest/test_task.Ryan Davis2022-10-202-6/+3
* Cleaned up and normalized requires on test files.Ryan Davis2022-10-194-7/+5
* + Added otp_command config option for OTP auth on gem push.Ryan Davis2022-08-171-1/+24
* just... noRyan Davis2022-07-091-2/+2
* fixed test for sh switchRyan Davis2022-07-091-1/+1
* + Add bindir and homepage accessor methods. (dsisnero)Ryan Davis2022-05-171-0/+24
* Minor test fixes for windowsRyan Davis2022-05-171-2/+5
* Fixed test that fails if I'm not using isolate for rake.Ryan Davis2022-05-171-3/+14
* Fix broken test on linux only... stupid packaging...Ryan Davis2020-06-141-0/+5
* - Avoid calling parse_urls if URL metadata are already set. (flavorjones)Ryan Davis2020-02-111-0/+37
* - Fixed wiring of test_prelude into Minitest::TestTask.create. (flavorjones)Ryan Davis2020-02-091-13/+54
* + Added rdoc extension to the history and readme file finder globs.Ryan Davis2020-02-081-0/+43
* Fixed deprecation warning in testRyan Davis2019-12-221-1/+1
* + Added support for wiki_uri and mailing_list_uri. (JuanitoFatas)Ryan Davis2019-12-141-0/+24
* 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
* + Added deprecation to parse_urls for ancient url array form.Ryan Davis2019-10-281-22/+12
* removed skip for maglev... it's long been fixedRyan Davis2019-10-281-2/+0
* + Added support for gemspec metadata. (viraptor)Ryan Davis2019-10-201-0/+1
* Make a test more robust to version differences by splitting and sorting depen...Ryan Davis2019-09-281-2/+3
* + Added Minitest::TestTask (will move to minitest proper soon)Ryan Davis2019-05-251-10/+26
* Fixed a missing require. Yay for rake test:depsRyan Davis2019-05-251-0/+2
* 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
* - Bumped dependencies on rdoc and rake for latest majors.Ryan Davis2018-09-061-1/+1
* + Bump rdoc dependency to range from 4.x to 5.x.Ryan Davis2018-02-021-1/+1
* Fixed test that was missing an plugin dependency, but only failed on certain ...Ryan Davis2018-01-011-1/+1
* oops. fixed testRyan Davis2017-07-071-1/+0
* oops. needed to fix the rdoc_cmd test for new extra paramRyan Davis2017-06-121-0/+1
* oops... I swear I submitted thisRyan Davis2017-01-021-0/+1
* minor style tweaksRyan Davis2016-10-072-13/+13
* - Fixed extension paths. Again. Damnit. I normally don't release after midnight.Ryan Davis2015-09-131-0/+26
* fixed test post-gemtestRyan Davis2015-09-081-1/+1
* - Fix PRERELEASE= for packaging against newer versions of rubygems. (drbrain)Ryan Davis2015-09-081-0/+58
* more stylistic tweaksRyan Davis2015-01-271-3/+3
* simplified simple mapsRyan Davis2015-01-271-3/+3
* interpolated stringsRyan Davis2015-01-271-1/+1
* normalized %-formatted tokensRyan Davis2015-01-271-9/+9
* converted everything to double quoted stringsRyan Davis2015-01-275-96/+96
* - Remove deprecated test_files from spec. (igas)Ryan Davis2015-01-271-1/+0
* + Added :rdoc plugin.Ryan Davis2014-04-032-54/+23
* ! Removed all references to rubyforge, including the rubyforge plugin.Ryan Davis2014-03-121-14/+10
* - Apparently getting files in a different order on osx on ruby 2.1. (sanemat)Ryan Davis2013-11-141-1/+1
* + Warn and default to MIT license if not set.Ryan Davis2013-07-232-8/+16
* Updated tests to minitest 5Ryan Davis2013-05-225-5/+5
* fixed test for new default and added an explicit default testRyan Davis2013-05-221-0/+5
* test cleanup and refactoringRyan Davis2013-05-091-43/+15
* check_manifest tests weren't using capture_subprocess_io. Broke only on maglevRyan Davis2013-05-091-2/+11
* - Fixed an ancient test to use capture_subprocess_io. More reliable.Ryan Davis2013-04-271-18/+2