bin/rq in rq-3.0.0 vs bin/rq in rq-3.1.0
- old
+ new
@@ -25,10 +25,10 @@
# or see README
#
# for the detailed instructions for each of the operation modes
#
- require 'rq-3.0.0'
+ require 'rq-3.1.0'
module RQ
#
# the Main class is responsible for parsing command line paramters and
# switches, doing some validation, initializing logging, and, ultimately,
# delegating the bulk of the work to a MainHelper based on the _mode_ given.