summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* + Bumped minimum ruby to 2.7. So done.HEADmasterRyan Davis2023-05-091-1/+1
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 13783]
* - Fixed a readme parsing oddity for section headers w/ multiple words that ↵Ryan Davis2023-05-091-6/+7
| | | | | | collide. [git-p4: depot-paths = "//src/hoe/dev/": change = 13782]
* prepped for releasev4.0.3Ryan Davis2023-05-022-1/+7
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 13765]
* - Ensure that license name is a string.Ryan Davis2023-04-081-1/+1
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 13732]
* prepped for releasev4.0.2Ryan Davis2023-01-212-1/+11
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 13672]
* + Bump minimum ruby version to 2.6+. Can't wait to drop 2.6.Ryan Davis2023-01-101-2/+2
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 13666]
* - Fix for rubygems method error. Version used to respect #=~, now needs to ↵Ryan Davis2023-01-101-1/+1
| | | | | | #to_s first. [git-p4: depot-paths = "//src/hoe/dev/": change = 13665]
* ugh I hate GHARyan Davis2022-12-171-0/+3
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 13627]
* fix ci now that minitest/test_task is in minitest gemRyan Davis2022-12-171-0/+3
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 13626]
* prepped for releasev4.0.1Ryan Davis2022-12-172-1/+7
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 13619]
* - Add extra checks to release_sanity to ensure history file is updated ↵Ryan Davis2022-12-171-1/+4
| | | | | | before release. [git-p4: depot-paths = "//src/hoe/dev/": change = 13618]
* OOPS!! Need to fix hoe to prevent this!Ryan Davis2022-12-171-0/+8
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 13617]
* ! Removed Minitest::TestTask. Shipped with minitest 5.16+ now!Ryan Davis2022-12-156-502/+6
| | | | | | | ! Removed direct support for rspec, test/unit. Still extendable tho. ! Removed support for old style readme parsing. [git-p4: depot-paths = "//src/hoe/dev/": change = 13614]
* prepped for releasev3.26.0Ryan Davis2022-10-202-1/+12
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 13576]
* + Added warning to bundled minitest/test_task.Ryan Davis2022-10-204-7/+13
| | | | | - Fixed test task load path issue, prepend Hoe.include_dirs to ensure they come first. [git-p4: depot-paths = "//src/hoe/dev/": change = 13575]
* + Removed dead rcov plugin and added (simple)cov plugin.Ryan Davis2022-10-196-71/+43
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 13573]
* Cleaned up and normalized requires on test files.Ryan Davis2022-10-194-7/+5
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 13572]
* prepped for releasev3.25.0Ryan Davis2022-08-182-1/+11
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 13516]
* + Added otp_command config option for OTP auth on gem push.Ryan Davis2022-08-172-6/+47
| | | | | | | | | | | | This sets $GEM_HOST_OTP_CODE to the output of the command. eg: otp_command: "op item get rubygems.org --otp" This will be used by rake release if defined. [git-p4: depot-paths = "//src/hoe/dev/": change = 13514]
* just... noRyan Davis2022-07-091-2/+2
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 13494]
* fixed test for sh switchRyan Davis2022-07-091-1/+1
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 13493]
* - Use sh instead of system during gem install to raise on error.Ryan Davis2022-07-091-2/+1
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 13489]
* prepped for releasev3.24.0Ryan Davis2022-06-202-1/+9
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 13452]
* typoRyan Davis2022-06-201-2/+1
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 13451]
* don't use bundler for either test taskRyan Davis2022-05-171-0/+1
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 13392]
* setup-ruby prints the versionRyan Davis2022-05-171-2/+0
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 13390]
* + Add bindir and homepage accessor methods. (dsisnero)Ryan Davis2022-05-172-5/+48
| | | | | | | + Use bindir to determine executables. (dsisnero) + Don't auto-intuit values if they're already set. (dsisnero) [git-p4: depot-paths = "//src/hoe/dev/": change = 13384]
* Added GHA CI setup for better or worse...Ryan Davis2022-05-171-0/+71
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 13383]
* Minor test fixes for windowsRyan Davis2022-05-171-2/+5
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 13382]
* Fixed test that fails if I'm not using isolate for rake.Ryan Davis2022-05-171-3/+14
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 13381]
* prepped for releasev3.23.1Ryan Davis2022-01-042-1/+7
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 13301]
* - Fixed loading config files for ruby 3.1's now default YAML.safe_load_file.Ryan Davis2021-12-281-4/+14
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 13295]
* prepped for releasev3.23.0Ryan Davis2021-05-292-1/+8
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 13131]
* * Removed ruby18! and ruby19! methods. ughRyan Davis2021-05-221-14/+3
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 13109]
* + Bump racc (plugin) dependency.Ryan Davis2021-04-251-1/+1
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 13081]
* prepped for releasev3.22.3Ryan Davis2021-01-102-1/+7
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 12989]
* - Bumped ruby version to include < 4 (trunk).Ryan Davis2021-01-101-1/+1
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 12988]
* prepped for releasev3.22.2Ryan Davis2020-08-312-1/+7
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 12822]
* - Bumped ruby version to include 3.0 (trunk).Ryan Davis2020-08-312-2/+2
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 12819]
* Fix broken test on linux only... stupid packaging...Ryan Davis2020-06-141-0/+5
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 12746]
* Print entire email in debug_email task if FULL=1Ryan Davis2020-05-151-1/+1
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 12682]
* prepped for releasev3.22.1Ryan Davis2020-02-122-1/+7
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 12556]
* - Avoid calling parse_urls if URL metadata are already set. (flavorjones)Ryan Davis2020-02-112-2/+38
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 12551]
* prepped for releasev2.22.0Ryan Davis2020-02-092-1/+15
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 12539]
* - Fixed wiring of test_prelude into Minitest::TestTask.create. (flavorjones)Ryan Davis2020-02-093-15/+57
| | | | | | - Fixed ordering of test_prelude vs framework in Minitest::TestTask. (flavorjones) [git-p4: depot-paths = "//src/hoe/dev/": change = 12538]
* + Added rdoc extension to the history and readme file finder globs.Ryan Davis2020-02-082-15/+60
| | | | | | | + Refactored intuit_values to take the file content as an arg. + Extended readme parsing to more intelligently deal with markup sections. [git-p4: depot-paths = "//src/hoe/dev/": change = 12535]
* + Added metadate mapping for 'docs'.Ryan Davis2020-02-071-0/+1
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 12529]
* prepped for releasev3.21.0Ryan Davis2020-01-112-1/+16
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 12497]
* - Add require_ruby_version for 2.1+. (MSP-Greg)Ryan Davis2020-01-111-0/+1
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 12496]
* minor doco for latest mergeRyan Davis2020-01-111-0/+3
| | | | [git-p4: depot-paths = "//src/hoe/dev/": change = 12495]