Releases: ruby/tmpdir
Releases · ruby/tmpdir
v0.3.1
What's Changed
- Bump step-security/harden-runner from 2.10.1 to 2.10.2 by @dependabot in #36
- Bump rubygems/release-gem from 612653d273a73bdae1df8453e090060bb4db5f31 to 9e85cb11501bebc2ae661c1500176316d3987059 by @dependabot in #35
- Fix for path-like objects by @nobu in #38
- Tell if the block is given by block argument by @nobu in #39
- CI: Windows toolchain is not needed by @nobu in #40
- Move private constants under
Dir::Tmpname
module by @nobu in #41
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- [Feature #16495] Do not include a backtick in error messages and backtraces by @hsbt in #30
- Use
IO.popen
to list files by @nobu in #32 - Document require inside each method on Dir by @adam12 in #31
- Fix for environment without git by @nobu in #33
- Display the offending parent path in the exception by @nobu in #34
- Reject empty parent path by @nobu in #20
New Contributors
Full Changelog: v0.2.0...v0.3.0
v0.2.0
v0.1.3
What's Changed
- [DOC] Fix syntax in example code [ci skip] by @nobu in #10
- s/RubyVM::JIT/RubyVM::MJIT/g by @k0kubun in #11
- Use omit instead of skip for test-unit by @hsbt in #12
- Added dependabot.yml for actions by @hsbt in #14
- Bump actions/checkout from 2 to 3 by @dependabot in #15
- refactor
Dir.tmpdir
- make it more idiomatic and functional by @pvdb in #16 - Update Ruby versions by @nobu in #18
- Ignore empty environment variables by @nobu in #19
- Warnings should contain the environment variable name by @nobu in #23
- Sync test tools by @nobu in #24
New Contributors
- @k0kubun made their first contribution in #11
- @dependabot made their first contribution in #15
- @pvdb made their first contribution in #16
Full Changelog: v0.1.2...v0.1.3