rack-client 0.3.1.pre.d → 0.3.1.pre.e

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.
@@ -78,7 +78,7 @@ module Rack
78
78
  end
79
79
 
80
80
  def http_host_for(uri)
81
- unless uri.to_s.include?(":#{uri.port}")
81
+ if uri.to_s.include?(":#{uri.port}")
82
82
  [uri.host, uri.port].join(':')
83
83
  else
84
84
  uri.host
@@ -1,5 +1,5 @@
1
1
  module Rack
2
2
  module Client
3
- VERSION = "0.3.1.pre.d"
3
+ VERSION = "0.3.1.pre.e"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack-client
3
3
  version: !ruby/object:Gem::Version
4
- hash: 1923832055
4
+ hash: 1923832056
5
5
  prerelease: true
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
9
  - 1
10
10
  - pre
11
- - d
12
- version: 0.3.1.pre.d
11
+ - e
12
+ version: 0.3.1.pre.e
13
13
  platform: ruby
14
14
  authors:
15
15
  - Tim Carey-Smith