typhoeus_spec_cache 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.
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