lib/schedulability.rb in schedulability-0.2.0 vs lib/schedulability.rb in schedulability-0.3.0
- old
+ new
@@ -8,13 +8,13 @@
# A mixin that provides scheduling to an including object.
module Schedulability
extend Loggability
# Package version constant
- VERSION = '0.2.0'
+ VERSION = '0.3.0'
# VCS revision
- REVISION = %q$Revision: bd7566ac26d5 $
+ REVISION = %q$Revision: 4eb3e8287023 $
# Loggability API -- set up a logger for Schedulability objects
log_as :schedulability