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

Removed unused files

This commit is contained in:
Nobuyoshi Nakada 2019-07-10 12:32:35 +09:00
parent cc936402eb
commit 612b7b6224
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -7,27 +7,21 @@ Gem::Specification.new do |spec|
spec.email = ["matz@ruby-lang.org"]
spec.summary = %q{Provides access to information typically stored in UNIX /etc directory.}
spec.description = %q{Provides access to information typically stored in UNIX /etc directory.}
spec.description = spec.summary
spec.homepage = "https://github.com/ruby/etc"
spec.license = "BSD-2-Clause"
spec.files = %w[
.gitignore
.travis.yml
Gemfile
LICENSE.txt
README.md
Rakefile
bin/console
bin/setup
etc.gemspec
ext/etc/constdefs.h
ext/etc/etc.c
ext/etc/extconf.rb
ext/etc/mkconstants.rb
stub/etc.rb
test/etc/test_etc.rb
]
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
spec.extensions = %w{ext/etc/extconf.rb}