summaryrefslogtreecommitdiff
path: root/lib/forwardable
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-08-12 22:28:03 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-10-26 09:25:01 +0900
commitb15e0983f7504c4688afce0ee29a2f4746b6631a (patch)
tree1f9eefcbcc917b70d6a992150a676da7f1606254 /lib/forwardable
parentb25ab3832f75f9257d3ea2e450af8a00a28e1acd (diff)
[ruby/forwardable] Update spec.files
https://github.com/ruby/forwardable/commit/1b6991e589
Diffstat (limited to 'lib/forwardable')
-rw-r--r--lib/forwardable/forwardable.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/forwardable/forwardable.gemspec b/lib/forwardable/forwardable.gemspec
index a3c727912f..fb4eae31e2 100644
--- a/lib/forwardable/forwardable.gemspec
+++ b/lib/forwardable/forwardable.gemspec
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/ruby/forwardable"
spec.license = "BSD-2-Clause"
- spec.files = [".gitignore", ".travis.yml", "Gemfile", "LICENSE.txt", "README.md", "Rakefile", "bin/console", "bin/setup", "forwardable.gemspec", "lib/forwardable.rb", "lib/forwardable/impl.rb"]
+ spec.files = ["forwardable.gemspec", "lib/forwardable.rb", "lib/forwardable/impl.rb", "lib/forwardable/version.rb"]
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]