[ruby/ipaddr] gemspec files does not need to be included in spec.files

https://github.com/ruby/ipaddr/commit/ada04589fe
This commit is contained in:
Nobuyoshi Nakada 2025-11-09 21:21:06 +09:00 committed by git
parent 6cac643487
commit f23fab66c2

View File

@ -29,7 +29,7 @@ Both IPv4 and IPv6 are supported.
spec.homepage = "https://github.com/ruby/ipaddr"
spec.licenses = ["Ruby", "BSD-2-Clause"]
spec.files = ["LICENSE.txt", "README.md", "ipaddr.gemspec", "lib/ipaddr.rb"]
spec.files = ["LICENSE.txt", "README.md", "lib/ipaddr.rb"]
spec.require_paths = ["lib"]
spec.required_ruby_version = ">= 2.4"