delayed_job_couchrest_model 0.0.1 → 0.0.2

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.
@@ -1,6 +1,6 @@
1
1
  module Delayed
2
2
  module Backend
3
- module CouchRestModel
3
+ module CouchrestModel
4
4
  class Job < ::CouchRest::Model::Base
5
5
  include Delayed::Backend::Base
6
6
  use_database 'delayed_jobs'
@@ -3,4 +3,4 @@ require 'delayed_job'
3
3
  require 'delayed/serialization/couch_rest'
4
4
  require 'delayed/backend/couch_rest_model'
5
5
 
6
- Delayed::Worker.backend = :couch_rest
6
+ Delayed::Worker.backend = :couchrest_model
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: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - GTen
@@ -72,7 +72,7 @@ extra_rdoc_files:
72
72
  - LICENSE
73
73
  - README.md
74
74
  files:
75
- - lib/delayed/backend/couch_rest_model.rb
75
+ - lib/delayed/backend/couchrest_model.rb
76
76
  - lib/delayed/serialization/couch_rest.rb
77
77
  - lib/delayed_job_couchrest_model.rb
78
78
  - spec/delayed_job_couch_rest_spec.rb