Skip to content

Releases: ruby/tempfile

v0.3.0

06 Nov 07:49
2ff9b3c
Compare
Choose a tag to compare

What's Changed

  • Add LICENSE.txt by @hsbt in #26
  • [DOC] Missing documents by @nobu in #27
  • Use IO.popen to list files by @nobu in #28
  • Ignore lockfile by @hsbt in #29
  • Fix for environment without git by @nobu in #30
  • Ensure finalizer order in Tempfile by @peterzhu2118 in #31
  • Add FinalizerManager to manage finalizers by @peterzhu2118 in #34
  • File.new(fileno, mode: mode, path: path) is provided from Ruby 3.2 by @hsbt in #35
  • Support anonymous tempfile on earlier than Ruby 3.2 by @nobu in #36
  • Add link to RDoc by @mperham in #37

New Contributors

Full Changelog: v0.2.1...v0.3.0

v0.2.0

07 Nov 02:54
d6ddf78
Compare
Choose a tag to compare

What's Changed

  • Adds Ruby 3.2 to the CI matrix by @petergoldstein in #13
  • Improve actions by @hsbt in #14
  • Fix inconsistency in doc of Tempfile.create by @svoop in #15
  • Update test libraries from ruby/ruby 2023-03-24 by @hsbt in #16
  • Expose Tempfile::VERSION by @hsbt in #18
  • Use test-unit-ruby-core gem by @hsbt in #20

New Contributors

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

v0.1.3

14 Dec 05:33
99dc1f7
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v0.1.2

17 Nov 10:20
e5ec902
Compare
Choose a tag to compare

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

v0.1.1

17 Nov 10:20
68859c2
Compare
Choose a tag to compare

What's Changed

  • Use GitHub Actions instead of Travis CI by @hsbt in #1
  • Unlink the file for Tempfile.open with a block by @eregon in #3
  • Revert Tempfile.open unlinking the file by @jeremyevans in #4
  • Improve the documentation for Tempfile.create and recommend Tempfile.open instead by @eregon in #5

New Contributors

Full Changelog: https://github.com/ruby/tempfile/commits/v0.1.1