resque-scheduler 2.1.1 → 2.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of resque-scheduler might be problematic. Click here for more details.

data/HISTORY.md CHANGED
@@ -1,3 +1,13 @@
1
+ ## 2.2.0 (2013-10-13)
2
+
3
+ * Locking rufus-scheduler dependency to `~> 2.0`
4
+ * Updated redis dependency to `>= 3.0.0`
5
+ * Add support for parameterized resque jobs.
6
+ * Allowing prefix for `master_lock_key`.
7
+ * Add `Resque.clean_schedules` method, which is useful when setting up the
8
+ scheduler for the first time.
9
+ * Bug fixes related to first time schedule retrieval and missing schedules.
10
+
1
11
  ## 2.1.0 (2013-09-20)
2
12
 
3
13
  * Locking to resque < 1.25.0 (for now)
@@ -1,3 +1,3 @@
1
1
  module ResqueScheduler
2
- VERSION = '2.1.1'
2
+ VERSION = '2.2.0'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: resque-scheduler
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.1
4
+ version: 2.2.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: