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

Sign up to get free protection for your applications and to get access to all the features.
@@ -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