typhoeus_spec_cache 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0
1
+ 0.2.1
@@ -4,6 +4,10 @@ module Typhoeus
4
4
  def stub_hydra(hydra)
5
5
  Typhoeus::Hydra.stub(:new).
6
6
  and_return(hydra)
7
+
8
+ # stub out the singleton as well.
9
+ Typhoeus::Hydra.stub(:hydra).
10
+ and_return(hydra)
7
11
  end
8
12
  end
9
13
 
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
  - David Balatero