0.0
No commit activity in last 3 years
No release in over 3 years
Ruboty plugin to tell garbage collection day
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.11
>= 0
~> 10.0

Runtime

 Project Readme

Ruboty::Gominohi

ruboty plugin that tells garbage collection day

Install

  • put .gominohi.yml on...
    • root directory of this gem
    • root directory of your ruboty
    • see bundled .gominohi.yml.sample

Usage

  • ruboty gominohi
    • notify garbage collection of current day
  • better to use with ruboty-cron
    • e.g) ruboty add job "30 7 * * *" ruboty gominohi

.gominohi.yml

  • version
    • specify version of this file
    • compared between app's version
      • must be same major and minor version (patch version is ignored)
  • garbage_collectiors
    • specify member names to send notification (optional)
  • garbage_collection_days
    • specify days of collect some garbages
      • wday : array of wday (1 : Monday)
      • emoticon : used as prefix
      • position : if specified, show only nth wday
        • e.g wday: [4] position: [2, 4] : notifies on 2nd and 4th Thursday

License

The gem is available as open source under the terms of the MIT License.