mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 20:19:19 +00:00
[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:
parent
6cac643487
commit
f23fab66c2
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user