File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.14.0 (2011-03-17)
2
+
3
+ * Sleep interval can now be a float
4
+ * Added Resque.inline to allow in-process performing of jobs (for testing)
5
+ * Fixed tests for Ruby 1.9.2
6
+ * Added Resque.validate(klass) to validate a Job
7
+ * Decode errors are no longer ignored to help debugging
8
+ * Web: Sinatra 1.2 compatibility
9
+ * Fixed after_enqueue hook to actually run in ` Resque.enqueue `
10
+ * Fixed very_verbose timestamps to use 24 hour time (AM/PM wasn't included)
11
+ * Fixed monit example
12
+ * Fixed Worker#pid
13
+
1
14
## 1.13.0 (2011-02-07)
2
15
3
16
* Depend on redis-namespace >= 0.10
Original file line number Diff line number Diff line change 1
1
module Resque
2
- Version = VERSION = '1.13 .0'
2
+ Version = VERSION = '1.14 .0'
3
3
end
You can’t perform that action at this time.
0 commit comments