mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/reline] Add acknowledgments and license for rb-readline
https://github.com/ruby/reline/commit/19df59b916
This commit is contained in:
parent
01235f800f
commit
a8f4cbeece
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Reference in a new issue