Skip to content

v2.0.0

Latest

Choose a tag to compare

@simonc simonc released this 03 Feb 13:35

Breaking

  • DEL: Dropping support for Ruby < 3.2
  • CHG: Renaming the master branch to main

What's changed?

  • ADD: Support for Ruby 3.x and 4.x
  • ADD: Dir.empty?
  • ADD: IO#fileno and Dir#fileno raise NotImplementedError
  • ADD: File.birthtime and File#birthtime
  • ADD: File.empty?
  • ADD: File::Stat#nlink (#39 by @djberg96)
  • ADD: Dir.mktmpdir (#52 by @djberg96)
  • ADD: Support for Tempfile.create
  • FIX: Fixing the inverted read and execute bitmasks (#41 by @micahlee)
  • ADD: Dependabot configuration
  • CHG: Replacing Travis CI with GitHub Actions
  • ADD: Adding Windows support