What's Changed
- s/RubyVM::JIT/RubyVM::MJIT/g by @k0kubun in #64
- Added dependabot.yml for actions by @hsbt in #65
- Bump actions/checkout from 2 to 3 by @dependabot in #66
- Enhanced RDoc for FileUtils by @BurdetteLamar in #67
- [DOC] Enhanced RDoc for FileUtils by @BurdetteLamar in #68
- [DOC] Enhanced RDoc for #ln by @BurdetteLamar in #69
- [DOC] Enhanced RDoc for #cp_lr by @BurdetteLamar in #71
- [DOC] Enhanced RDoc for ::ln_s by @BurdetteLamar in #72
- [DOC] Enhanced RDoc for ::ln_sf and ::link_entry by @BurdetteLamar in #73
- [DOC] Enhanced RDoc for ::cp by @BurdetteLamar in #74
- [DOC] Enhanced RDoc for ::cp_r by @BurdetteLamar in #75
- [DOC] Enhanced RDoc for copy_entry by @BurdetteLamar in #76
- [DOC] Enhanced RDoc by @BurdetteLamar in #77
- [DOC] Enhanced RDoc for FileUtils by @BurdetteLamar in #78
- Update Ruby versions on GHA with ci_versions/all.json by @hsbt in #79
- Use official documentation source and add CONTRIBUTING.md by @st0012 in #70
- [DOC] Beautify file trees by @BurdetteLamar in #80
- [DOC] Enhanced RDoc by @BurdetteLamar in #81
- [DOC] Enhanced RDoc by @BurdetteLamar in #82
- [DOC] Enhanced RDoc by @BurdetteLamar in #83
- [DOC] Enhanced Rdoc by @BurdetteLamar in #84
- [DOC] Clarify path arguments by @BurdetteLamar in #85
- [DOC] More on paths and lists by @BurdetteLamar in #86
- [DOC] More on cp_r by @BurdetteLamar in #87
- [DOC] More on paths and lists by @BurdetteLamar in #88
- [DOC] Small tweaks by @BurdetteLamar in #89
- [DOC] Revisions for module-level doc by @BurdetteLamar in #90
- Adding 'Related' by @BurdetteLamar in #91
- [DOC] Adding 'Related' by @BurdetteLamar in #92
- [DOC] Correct method references for secure removal by @BurdetteLamar in #93
- [DOC] Clarify difference between cp_r and install by @BurdetteLamar in #95
- [DOC] Changes to examples by @BurdetteLamar in #96
- Add an octal prefix to clarify to be octal by @nobu in #98
- Fix mkdir_p regression by @deivid-rodriguez in #100
- FileUtils.rm_rf should ignore only Errno::ENOENT, not StandardError by @mame in #99
- Revert "FileUtils.rm* methods swallows only Errno::ENOENT when force is true" by @mame in #102
- [Feature #18925] Add
ln_sr
method andrelative:
option toln_s
by @nobu in #97
New Contributors
- @k0kubun made their first contribution in #64
- @dependabot made their first contribution in #66
- @BurdetteLamar made their first contribution in #67
- @st0012 made their first contribution in #70
- @mame made their first contribution in #99
Full Changelog: v1.6.0...v1.7.0