Skip to content

Commit

Permalink
Simplify ipaddr.gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix authored and hsbt committed Dec 3, 2020
1 parent ab524df commit 7b126a8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/ipaddr.gemspec
Expand Up @@ -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"
Expand Down

0 comments on commit 7b126a8

Please sign in to comment.