mint_http 1.1.1 → 1.1.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9798afec9525a3f44076af1c28fca13c2cc27a9f7d83bb92686f36c0b580d77e
4
- data.tar.gz: b67a46bb16359ec94b6e66170bbe1372ba0b032a841770771a0cc74eae2e8869
3
+ metadata.gz: aa830b46ebe311e90ff571e7d713b50e7fc742a222750cd59695ca4bee8361cc
4
+ data.tar.gz: d334bf77edf4eecd8882d05002b719374f64ba46311000d5322d899a57758728
5
5
  SHA512:
6
- metadata.gz: ce77e57f9fcbb2716b3bf7e9b2f11f92f9c2966ed832a74d8dbdcf4076120644437272e24533091bec2229f329a48eb8a81a6e0a583d85d407a44c63561320a4
7
- data.tar.gz: e0a13f67428839f211cf936323db790afe300cd95c3b71a025392a0849a7ca4a41368ec2ff3c643fba1e8b7c15a0e57b225a92b0944cbd70dc55c3a063ec6149
6
+ metadata.gz: 9e7fae9a7e8836b7a5798d8b4232b40965e5acf6930589c6887389cf89c03e914bfa6cd47243d555206a40713549409c8783c0b90ed15e04874eac9c670334cc
7
+ data.tar.gz: 6065f172e8157e7cf76c0d2b8a549c571660588201ebc832eae685e5fff92dbc91142555a5f6ab3bd44ef2ca0561f0c23f8b52977b6bc59a03eaf50f485763e7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [1.1.2] - 2025-05-27
4
+
5
+ - Log local and remote addresses
6
+
3
7
  ## [1.0.1] - 2025-05-26
4
8
 
5
9
  - Add SSL min and max version support
@@ -137,7 +137,7 @@ module MintHttp
137
137
  end
138
138
 
139
139
  socket = http.underlying_tcp_socket
140
- if socket
140
+ if socket && socket.is_a?(TCPSocket)
141
141
  @local_address = socket.local_address
142
142
  @remote_address = socket.remote_address
143
143
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MintHttp
4
- VERSION = "1.1.1"
4
+ VERSION = "1.1.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mint_http
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ali Alhoshaiyan