Skip to content

Commit

Permalink
[ruby/reline] Add acknowledgments and license for rb-readline
Browse files Browse the repository at this point in the history
  • Loading branch information
aycabta committed Jan 8, 2021
1 parent 01235f8 commit a8f4cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/reline/reline.gemspec
Expand Up @@ -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')
Expand Down

0 comments on commit a8f4cbe

Please sign in to comment.