Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@tsileo tsileo released this 12 Dec 21:28
· 2 commits to master since this release

2013-12-12

  • New compress_to methods for easy gzip compression with tarfile.
  • Added patterns support to Dir.files and Dir.subdirs methods.
  • Now Dir.files and Dir.subdirs methods return sorted list.
  • Allowing custom sort options and abspath args that allow to choose between relative/absolute path.
  • Added Dir.size method to recursively compute directory size.
  • New DirState and compute_diff method.
  • Now skipping symlinks.