RubyGems Navigation menu

mtime_cache 1.0.2

mtime_cache creates a cache of file modification times, based on a glob pattern. If a cache exists it updates unchanged files (unchanged based on MD5 hash) with the time from the cache. This is useful if you cache your build artifacts for a build process which detects changes based on source modification time (such as most C or C++ build systems) on a continuous integration service (such as Travis CI), which clones the repo for every build. When the repo is cloned, all source files have a modification time equal to the current time, making the cached build artifacts (for example .o files) obsolete. mtime_cache allows you to cache the modification times of the files, enabling a minimal rebuild for each clone.

Gemfile:
=

安裝:
=

版本列表:

  1. 1.0.2 October 27, 2016 (6.5 KB)
  2. 1.0.0 October 18, 2016 (6.5 KB)
顯示所有版本(共 3)

擁有者:

作者:

  • Borislav Stanimirov

SHA 256 總和檢查碼:

=

總下載次數 55,793

這個版本 53,811

版本发布:

授權:

MIT

Ruby 版本需求: >= 0

相關連結: