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:
parent
ab524dfdd9
commit
7b126a82a9
1 changed files with 1 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue