chorewheel:在Ruby中轻松安排工作

时间:2024-05-30 18:01:17
【文件属性】:

文件名称:chorewheel:在Ruby中轻松安排工作

文件大小:12KB

文件格式:ZIP

更新时间:2024-05-30 18:01:17

Ruby

拨轮 Ruby中的简单琐事调度程序。 用法 # a chore needs to be done every day, assign adit or maggie to do it cw = ChoreWheel . new ( [ :adit , :maggie ] , Timespan :: WEEK , Interval :: DAY ) p cw . chunks # a chore needs to be done every tuesday and thursday # the month of sept 2015, and two people are required. timespan = Timespan :: MONTH . new ( Date . parse ( "2015-09-01" ) ) interval = Interval :: SPECIFIC_D


【文件预览】:
chorewheel-master
----.travis.yml(185B)
----TODO.markdown(68B)
----chorewheel.gemspec(478B)
----Rakefile(126B)
----.rubocop.yml(3KB)
----LICENSE(1KB)
----Gemfile(216B)
----.rspec(30B)
----spec()
--------chorewheel_spec.rb(5KB)
--------support.rb(62B)
--------spec_helper.rb(5KB)
--------fixtures()
----.gitignore(28B)
----lib()
--------util.rb(411B)
--------chorewheel.rb(3KB)
--------timespan.rb(349B)
--------interval.rb(323B)
--------person.rb(62B)
----README.md(630B)
----CHANGELOG.markdown(0B)

网友评论