prospectus_repotimer
Prospectus helpers for checking for repo staleness
Usage
Add the following 2 lines to the .prospectus:
“
Add this at the top
Prospectus.extra_dep(‘file’, ‘prospectus_repotimer’)
Add this inside your item that needs a timer
extend ProspectusRepotimer::Timer.new(days_ago)
“
Installation
gem install prospectus_repotimer
License
prospectus_repotimer is released under the MIT License. See the bundled LICENSE file for details.