Releases: ruby/fileutils
Releases · ruby/fileutils
v1.7.3
v1.7.2
v1.7.1
What's Changed
- Pin RubyGems 3.3 for Ruby 2.5 by @hsbt in #105
- Migrate
set-output
to$GITHUB_OUTPUT
by @znz in #106 - Add mkdir_p to FileUtils.install by @satmandu in #104
- Replace reusing actions by @hsbt in #107
- [DOC] Remove (newly unneeded) remarks about aliases by @BurdetteLamar in #108
- Update test libraries from ruby/ruby 2023-03-24 by @hsbt in #109
New Contributors
Full Changelog: v1.7.0...v1.7.1
v1.7.0
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
v1.6.0
What's Changed
- Drop support for dead old versions by @nobu in #54
- Test with jruby by @nobu in #55
- CI: Use a single build matrix, in 1 Workflow by @olleolleolle in #63
- Simplify
mkdir_p
(and make it faster in some cases) by @deivid-rodriguez in #60
New Contributors
- @olleolleolle made their first contribution in #63
Full Changelog: v1.5.0...v1.6.0
v1.5.0
What's Changed
- Fix Ruby 2.4 test run by @deivid-rodriguez in #48
- Unify CI by @deivid-rodriguez in #50
- Make verbose output go to stdout instead of stderr by @jeremyevans in #49
- Fix #install with "X" mode option by @nobu in #47
- Sync from ruby head by @nobu in #51
- Reduce iteration through list for
:mkdir_p
by @ashmaroli in #52 - Make mkdir_p only attempt to create necessary directories by @jeremyevans in #53
New Contributors
- @ashmaroli made their first contribution in #52
Full Changelog: v1.4.1...v1.5.0
v1.4.1
Full Changelog: v1.4.0...v1.4.1
v1.4.0
v1.3.0
What's Changed
- Require version file relatively by @deivid-rodriguez in #35
- Update the documentation content and formatting by @zverok in #33
- Make copy methods handle FIFOs and UNIX sockets by @jeremyevans in #36
- Migrate GitHub Actions by @hsbt in #38
- Reduce global variables by @znz in #40
- Do not break in verbose mode if using FileUtils with a frozen object by @jeremyevans in #37
- Fix a Couple Windows Issues by @jeremyevans in #39
New Contributors
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
- Add missing
remove_destination
option to a doc [ci skip] by @y-yagi in #23 - Use FileUtils::VERSION in gemspec by @stomar in #24
- Merge r64911: restore documentation for FileUtils by @stomar in #25
- Remove development files in gem releases by @colby-swandale in #27
- update JRuby in travis by @colby-swandale in #28
- improve the documentation of FileUtils.cd by @colby-swandale in #26
- fix breaking specs in CI due to undefined method in ruby MRI < 2.5 by @colby-swandale in #29
- Update supported rubies to the latest version in travis by @colby-swandale in #30
- Lazily require
etc
by @deivid-rodriguez in #34
New Contributors
- @y-yagi made their first contribution in #23
- @colby-swandale made their first contribution in #27
Full Changelog: v1.1.0...v1.2.0