We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29f37ee commit b569484Copy full SHA for b569484
HISTORY.md
@@ -1,3 +1,8 @@
1
+## 1.15.0 (2011-03-18)
2
+
3
+* Fallback to Redis.connect. Makes ENV variables and whatnot work.
4
+* Fixed Sinatra 1.2 compatibility
5
6
## 1.14.0 (2011-03-17)
7
8
* Sleep interval can now be a float
lib/resque/version.rb
@@ -1,3 +1,3 @@
module Resque
- Version = VERSION = '1.14.0'
+ Version = VERSION = '1.15.0'
end
0 commit comments