Sha256: 912f44b47399553f6cb56819d85c0e552edb7afb2b926c1ceda3d6352dbe61af
Contents?: true
Size: 1.12 KB
Versions: 2
Compression:
Stored size: 1.12 KB
Contents
CHANGELOG ========= v0.0.14 ======= Make symlinking actually work in a sensible way. v0.0.12 ======= FilePath.touch() takes same options as FileUtils.touch() FilePath.glob() now takes a block (yields files one at a time) v0.0.9 ------ Changed the initialization procedure, which wasn't working on some systems. v0.0.8 ------ A few new, useful functions. .ext() overloaded to take an argument, spit out the path with .arg added to the end. timestamp() v0.0.7 ------ Added dependency on `fun_with_version_strings`. Then removed it, cuz fwvs needs fwf more. Bleh. Added filepath.md5() => hexdigest of file contents. Added shaXXXX functions, so the poor li'l crypto won't feel left out. 0.0.4 - 0.0.6 ------------- I've not been so good about updating this doc. 0.0.3 ----- Added .succession() to get all existing files within a succession group. The differentiating piece of the filename can be either a timestamp or a numeric ID. TODO ---- * It really makes more sense for path.basename to return a string instead of a filepath. Or is it? Why does Pathname.basename return a path? Imma cargo cult this and leave it as-is.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fun_with_files-0.0.15 | CHANGELOG.markdown |
fun_with_files-0.0.14 | CHANGELOG.markdown |