Skip to content

Commit

Permalink
fix gh-163, cron vs */10 and co
Browse files Browse the repository at this point in the history
  • Loading branch information
jmettraux committed Aug 28, 2015
1 parent 7651b23 commit 83a144f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.txt
Expand Up @@ -2,6 +2,11 @@
= rufus-scheduler CHANGELOG.txt


== rufus-scheduler - 3.1.4 not yet released

- fix cron issue reported by Jesse https://github.com/jhw-at-prosperworks-com


== rufus-scheduler - 3.1.3 released 2015/06/20

- prevent Thread[:rufus_scheduler_time] -> nil, gh-156
Expand Down
1 change: 1 addition & 0 deletions CREDITS.txt
Expand Up @@ -4,6 +4,7 @@

== Contributors

- Jesse Willet (https://github.com/jhw-at-prosperworks-com) cron vs "*/10"
- Pascal Ouellet (https://github.com/pouellet) Scheduler#timeline loop fix
- Ryan Biesemeyer (https://github.com/yaauie) ZoTime.is_timezone? on OSX
- Ketan Padegaonkar (https://github.com/ketan) .brute_frequency improvement
Expand Down
2 changes: 1 addition & 1 deletion lib/rufus/scheduler.rb
Expand Up @@ -39,7 +39,7 @@ class Scheduler
require 'rufus/scheduler/job_array'
require 'rufus/scheduler/locks'

VERSION = '3.1.3'
VERSION = '3.1.4'

#
# A common error class for rufus-scheduler
Expand Down

0 comments on commit 83a144f

Please sign in to comment.