Skip to content

Releases: ruby/tmpdir

v0.3.1

17 Dec 06:50
0245079
Compare
Choose a tag to compare

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

06 Nov 08:06
ef9ca59
Compare
Choose a tag to compare

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

07 Nov 02:06
8bbd87c
Compare
Choose a tag to compare

What's Changed

  • Update test libraries from ruby/ruby 2023-03-24 by @hsbt in #26
  • [Bug #18933] Make Dir.mktmpdir Ractor-safe by @nobu in #22
  • Update actions workflow by @hsbt in #29

Full Changelog: v0.1.3...v0.2.0

v0.1.3

05 Dec 08:15
ee99c75
Compare
Choose a tag to compare

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

Full Changelog: v0.1.2...v0.1.3

v0.1.2

17 Nov 10:03
c79bc7a
Compare
Choose a tag to compare

What's Changed

  • Make usable chars more strict by @nobu in #8

Full Changelog: v0.1.1...v0.1.2

v0.1.1

17 Nov 10:03
363e1ec
Compare
Choose a tag to compare

What's Changed

  • Tmpdir tests by @nobu in #3
  • Update the latest test library from ruby/ruby by @hsbt in #5
  • Warn when environment variables skipped (fixes #2) by @nobu in #7
  • Added just working Test::Unit::CoreAssertions#diff by @nobu in #6

Full Changelog: v0.1.0...v0.1.1

v0.1.0

17 Nov 10:03
5e03d4c
Compare
Choose a tag to compare

What's Changed

  • Use GitHub Actions instead of Travis CI by @hsbt in #1

Full Changelog: https://github.com/ruby/tmpdir/commits/v0.1.0