fake-resque 0.2.0 → 0.2.1

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.
@@ -25,6 +25,7 @@ module FakeResque
25
25
  def self.unblock!
26
26
  FakeResque::Resque.unblock!
27
27
  end
28
+
28
29
  end
29
30
 
30
31
  def FakeResque
@@ -15,6 +15,11 @@ module FakeResque
15
15
  def unblock!
16
16
  @forward = true
17
17
  end
18
+
19
+ def redis=(redis)
20
+ RealResque.redis = redis
21
+ end
22
+
18
23
  end
19
24
  end
20
25
  end
@@ -1,6 +1,6 @@
1
1
  module FakeResque
2
2
  module Version
3
- VERSION = "0.2.0"
3
+ VERSION = "0.2.1"
4
4
 
5
5
  def self.to_s
6
6
  VERSION
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 0
9
- version: 0.2.0
8
+ - 1
9
+ version: 0.2.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Jacob Atzen
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-03-17 00:00:00 +01:00
17
+ date: 2010-03-19 00:00:00 +01:00
18
18
  default_executable:
19
19
  dependencies: []
20
20