lib/rufus/scheduler.rb in rufus-scheduler-1.0.10 vs lib/rufus/scheduler.rb in rufus-scheduler-1.0.11
- old
+ new
@@ -304,10 +304,10 @@
# will return the thread of the last triggered instance, thus, in case
# of overlapping executions, you only get the most recent thread.
#
class Scheduler
- VERSION = "1.0.10"
+ VERSION = '1.0.11'
#
# By default, the precision is 0.250, with means the scheduler
# will check for jobs to execute 4 times per second.
#