delayed_job_couchrest_model 0.0.9 → 0.0.10
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.
- data/lib/delayed/backend/couchrest_model.rb +2 -1
- metadata +4 -4
@@ -3,7 +3,8 @@ module Delayed
|
|
3
3
|
module CouchrestModel
|
4
4
|
class Job < ::CouchRest::Model::Base
|
5
5
|
include Delayed::Backend::Base
|
6
|
-
|
6
|
+
# Add the following in an initializer to set the database name
|
7
|
+
# Delayed::Backend::CouchrestModel::Job.use_database 'delayed_jobs'
|
7
8
|
|
8
9
|
property :handler
|
9
10
|
property :last_error
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: delayed_job_couchrest_model
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 11
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 10
|
10
|
+
version: 0.0.10
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- GTen
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-
|
18
|
+
date: 2011-11-03 00:00:00 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: couchrest_model
|