Skip to content

[0.3.0] - 2017-03-29

Compare
Choose a tag to compare
@acant acant released this 31 May 16:28
· 73 commits to master since this release

Added

  • SugarUtils::File.read, with locking and error handling when reading a plain
    text file
  • SugarUtils::File.write, with locking and error handling when writing a plain
    text file

Changed

  • explicitly specify the Ruby v2.0.0 support limit
  • divide SugarUtils::File.flock into .flock_shared and .flock_exclusive