From a8f4cbeece5c30587536e456365c28d829bb1a95 Mon Sep 17 00:00:00 2001 From: aycabta Date: Wed, 6 Jan 2021 07:06:58 +0900 Subject: [PATCH] [ruby/reline] Add acknowledgments and license for rb-readline https://github.com/ruby/reline/commit/19df59b916 --- lib/reline/reline.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/reline/reline.gemspec b/lib/reline/reline.gemspec index 0a0b129228..763c0f8bc3 100644 --- a/lib/reline/reline.gemspec +++ b/lib/reline/reline.gemspec @@ -14,7 +14,7 @@ Gem::Specification.new do |spec| spec.homepage = 'https://github.com/ruby/reline' spec.license = 'Ruby' - spec.files = Dir['BSDL', 'COPYING', 'README.md', 'lib/**/*'] + spec.files = Dir['BSDL', 'COPYING', 'README.md', 'license_of_rb-readline', 'lib/**/*'] spec.require_paths = ['lib'] spec.required_ruby_version = Gem::Requirement.new('>= 2.5')