atomic-write 0.1.0.0 → 0.1.0.1
raw patch · 1 files changed
+4/−1 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- atomic-write.cabal +4/−1
atomic-write.cabal view
@@ -1,5 +1,5 @@ name: atomic-write-version: 0.1.0.0+version: 0.1.0.1 synopsis: Atomically write to a file description:@@ -14,6 +14,7 @@ . * If an original file exists, take those permissions and apply them to the temp file before `mv`ing the file into place.+ . * If the original file does not exist, create a following with default permissions (based on the currently-active umask). .@@ -24,7 +25,9 @@ Ruby and Python: . * <http://apidock.com/rails/File/atomic_write/class Ruby on Rails includes a similar method called atomic_write>+ . * <https://github.com/chef/chef/blob/c4631816132fcfefaba3d123a1d0dfe8bc2866bb/lib/chef/file_content_management/deploy/mv_unix.rb#L23:L71 Chef includes atomic update functionality>+ . * <https://github.com/sashka/atomicfile There is a python library for atomically updating a file> . Note that at this time Windows is not supported, however we would appreciate