canonicurl 0.0.3 → 0.0.4

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.
@@ -88,6 +88,7 @@ module Canonicurl
88
88
  status = http.response_header.status.to_i
89
89
  case status
90
90
  when 200...300
91
+ http.last_effective_url.port = nil if http.last_effective_url.port == 80 # don't show default port 80
91
92
  canonical_url = http.last_effective_url.to_s
92
93
  set url, canonical_url, url_key
93
94
  callbacks[:resolved].call(canonical_url, http) if callbacks[:resolved]
@@ -1,3 +1,3 @@
1
1
  module Canonicurl
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: canonicurl
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 3
10
- version: 0.0.3
9
+ - 4
10
+ version: 0.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - David Dai