1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Simplify ipaddr.gemspec.

This commit is contained in:
Samuel Williams 2019-07-09 23:16:13 +12:00 committed by Hiroshi SHIBATA
parent ab524dfdd9
commit 7b126a82a9
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -17,9 +17,7 @@ Both IPv4 and IPv6 are supported.
spec.homepage = "https://github.com/ruby/ipaddr"
spec.licenses = ["Ruby", "BSD-2-Clause"]
spec.files = [".gitignore", ".travis.yml", "Gemfile", "LICENSE.txt", "README.md", "Rakefile", "bin/console", "bin/setup", "ipaddr.gemspec", "lib/ipaddr.rb"]
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.files = ["LICENSE.txt", "README.md", "ipaddr.gemspec", "lib/ipaddr.rb"]
spec.require_paths = ["lib"]
spec.add_development_dependency "bundler", "~> 1.15"