From 612b7b6224db7965e1b11463a8a83569afda101f Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Wed, 10 Jul 2019 12:32:35 +0900 Subject: Removed unused files --- ext/etc/etc.gemspec | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'ext/etc') diff --git a/ext/etc/etc.gemspec b/ext/etc/etc.gemspec index 322fd41e8b..f3ec4afc7b 100644 --- a/ext/etc/etc.gemspec +++ b/ext/etc/etc.gemspec @@ -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} -- cgit v1.2.3