summaryrefslogtreecommitdiff
path: root/lib/mutex_m.gemspec
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-12-22 21:43:30 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-12-22 21:45:28 +0900
commit9b9cbbbc17bb5840581c7da37fd0feb0a7d4c1f3 (patch)
treecc69767e7139d5616ad59764f8c897c598aa47ec /lib/mutex_m.gemspec
parent96b881679390271eb2234060ea7eed77a997d707 (diff)
Update library versions of the default gems.
They are followed up with https://github.com/ruby/ruby/commit/8fb02b7a97317090e3946e6f2d4a7d034f9699f1
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"]