summaryrefslogtreecommitdiff
path: root/lib/mutex_m.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mutex_m.gemspec')
-rw-r--r--lib/mutex_m.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mutex_m.gemspec b/lib/mutex_m.gemspec
index 484db2cacf..f614dcd9a0 100644
--- a/lib/mutex_m.gemspec
+++ b/lib/mutex_m.gemspec
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/ruby/mutex_m"
spec.licenses = ["Ruby", "BSD-2-Clause"]
- spec.files = [".gitignore", ".travis.yml", "Gemfile", "LICENSE.txt", "README.md", "Rakefile", "bin/console", "bin/setup", "lib/mutex_m.rb", "mutex_m.gemspec"]
+ spec.files = ["Gemfile", "LICENSE.txt", "README.md", "Rakefile", "lib/mutex_m.rb", "mutex_m.gemspec"]
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]