webmock 1.8.2 → 1.8.3

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,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.8.3
4
+
5
+ * Fixed compatibility with latest em-http-request
6
+
7
+ Thanks to [Paul Cortens](https://github.com/thoughtless)
8
+
3
9
  ## 1.8.2
4
10
 
5
11
  * Prevent Webmock `hash_including` from overriding RSpec version 1 `hash_including` method.
data/README.md CHANGED
@@ -700,6 +700,7 @@ People who submitted patches and new features or suggested improvements. Many th
700
700
  * Nick Recobra
701
701
  * Jordan Elver
702
702
  * Joe Karayusuf
703
+ * Paul Cortens
703
704
 
704
705
  For a full list of contributors you can visit the
705
706
  [contributors](https://github.com/bblimke/webmock/contributors) page.
@@ -154,7 +154,7 @@ if defined?(EventMachine::HttpClient)
154
154
 
155
155
  method = @req.method
156
156
  uri = @req.uri
157
- auth = @req.proxy[:authorization]
157
+ auth = @req.proxy[:authorization] if @req.proxy
158
158
  query = @req.query
159
159
 
160
160
  if auth
@@ -1,3 +1,3 @@
1
1
  module WebMock
2
- VERSION = '1.8.2' unless defined?(::WebMock::VERSION)
2
+ VERSION = '1.8.3' unless defined?(::WebMock::VERSION)
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: webmock
3
3
  version: !ruby/object:Gem::Version
4
- hash: 51
4
+ hash: 49
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 8
9
- - 2
10
- version: 1.8.2
9
+ - 3
10
+ version: 1.8.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Bartosz Blimke
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-03-07 00:00:00 Z
18
+ date: 2012-03-15 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: addressable