summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSamuel Williams <samuel.williams@oriontransfer.co.nz>2019-07-09 23:16:13 +1200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-12-03 17:35:30 +0900
commit7b126a82a921c991f8121f62e094a62a5f0edb30 (patch)
treecfb6ddb2141635d2aa754ca1202d97e0947c985e /lib
parentab524dfdd90078b48cc41354a8e9a472ef466a2f (diff)
Simplify `ipaddr.gemspec`.
Diffstat (limited to 'lib')
-rw-r--r--lib/ipaddr.gemspec4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/ipaddr.gemspec b/lib/ipaddr.gemspec
index 8f8fc4afaa..ebc81f0adc 100644
--- a/lib/ipaddr.gemspec
+++ b/lib/ipaddr.gemspec
@@ -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"