sugar_utils v0.3.0 Release Notes

Release Date: 2019-05-31 // almost 5 years ago
  • โž• 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