forked from djberg96/net-ping
-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathCHANGES
More file actions
34 lines (32 loc) · 1.8 KB
/
Copy pathCHANGES
File metadata and controls
34 lines (32 loc) · 1.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
== 2.1.1 - 16-Aug-2026
* Fix the license format in net-ping.gemspec to use the SPDX identifier
"Artistic-2.0" [#47](https://github.com/eitoball/net-ping/pull/47).
* Exclude CLAUDE.md and docs/ from the packaged gem files
[#48](https://github.com/eitoball/net-ping/pull/48).
== 2.1.0 - 08-Aug-2026
* Publish platform-specific gem metadata so Linux installs cap2 and current
Windows RubyInstaller installs win32-security for ICMP support
[#44](https://github.com/eitoball/net-ping/pull/44).
* Fix the FreeBSD ping6 timeout option
[#43](https://github.com/eitoball/net-ping/pull/43).
* Add Ruby 4.0 to the test matrix and add win32ole as an explicit Windows
dependency, since it is no longer a default gem as of Ruby 4.0
[#41](https://github.com/eitoball/net-ping/pull/41).
* Move Net::Ping::VERSION into its own file so the gemspec version can no
longer drift out of sync with it
[#37](https://github.com/eitoball/net-ping/pull/37).
* Fix `Net::Ping::External#ping6` setting a spurious "undefined method '=~'
for false" exception on success
[#39](https://github.com/eitoball/net-ping/pull/39).
== 2.0.9 - 25-Jul-2026
* Add GitHub Actions CI [#33](https://github.com/eitoball/net-ping/pull/33)
and update its supported Ruby versions [#38](https://github.com/eitoball/net-ping/pull/38).
* Replace FakeWeb with WebMock and update the test suite for current Ruby
versions [#38](https://github.com/eitoball/net-ping/pull/38).
* Skip external-ping tests when the system ping command is unavailable
[#33](https://github.com/eitoball/net-ping/pull/33).
* Fix the macOS ping6 interval option
[#40](https://github.com/eitoball/net-ping/pull/40).
* Update README wording [#30](https://github.com/eitoball/net-ping/pull/30).
* Align Net::Ping::VERSION with the gem version
[#37](https://github.com/eitoball/net-ping/pull/37).