resque-igo 1.1.1 → 1.1.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.
@@ -32,8 +32,8 @@ module Resque
32
32
  # back to `Resque::Failure::Redis`
33
33
  def self.backend
34
34
  return @backend if @backend
35
- require 'resque/failure/redis'
36
- @backend = Failure::Redis
35
+ require 'resque/failure/mongo'
36
+ @backend = Failure::Mongo
37
37
  end
38
38
 
39
39
  # Returns the int count of how many failures we have seen.
@@ -1,3 +1,3 @@
1
1
  module Resque
2
- Version = VERSION = '1.1.1'
2
+ Version = VERSION = '1.1.2'
3
3
  end
@@ -0,0 +1,3 @@
1
+ module Resque
2
+ Version = VERSION = '1.1.1'
3
+ end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: resque-igo
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 23
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 1
10
- version: 1.1.1
9
+ - 2
10
+ version: 1.1.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Nathan D Acuff
@@ -131,6 +131,7 @@ files:
131
131
  - lib/resque/stat.rb
132
132
  - lib/resque/tasks.rb
133
133
  - lib/resque/version.rb
134
+ - lib/resque/version.rb~
134
135
  - lib/resque/worker.rb
135
136
  - lib/resque.rb
136
137
  - bin/resque