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:
parent
cc936402eb
commit
612b7b6224
1 changed files with 3 additions and 9 deletions
|
@ -7,27 +7,21 @@ Gem::Specification.new do |spec|
|
||||||
spec.email = ["matz@ruby-lang.org"]
|
spec.email = ["matz@ruby-lang.org"]
|
||||||
|
|
||||||
spec.summary = %q{Provides access to information typically stored in UNIX /etc directory.}
|
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.homepage = "https://github.com/ruby/etc"
|
||||||
spec.license = "BSD-2-Clause"
|
spec.license = "BSD-2-Clause"
|
||||||
|
|
||||||
spec.files = %w[
|
spec.files = %w[
|
||||||
.gitignore
|
|
||||||
.travis.yml
|
|
||||||
Gemfile
|
|
||||||
LICENSE.txt
|
LICENSE.txt
|
||||||
README.md
|
README.md
|
||||||
Rakefile
|
ext/etc/constdefs.h
|
||||||
bin/console
|
|
||||||
bin/setup
|
|
||||||
etc.gemspec
|
|
||||||
ext/etc/etc.c
|
ext/etc/etc.c
|
||||||
ext/etc/extconf.rb
|
ext/etc/extconf.rb
|
||||||
ext/etc/mkconstants.rb
|
ext/etc/mkconstants.rb
|
||||||
|
stub/etc.rb
|
||||||
test/etc/test_etc.rb
|
test/etc/test_etc.rb
|
||||||
]
|
]
|
||||||
spec.bindir = "exe"
|
spec.bindir = "exe"
|
||||||
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
|
||||||
spec.require_paths = ["lib"]
|
spec.require_paths = ["lib"]
|
||||||
spec.extensions = %w{ext/etc/extconf.rb}
|
spec.extensions = %w{ext/etc/extconf.rb}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue