mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/dbm] gemspec: add README & LICENSE
https://github.com/ruby/dbm/commit/c86b94b781
This commit is contained in:
parent
b56c8f814e
commit
cc8d0e7cbf
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ Gem::Specification.new do |s|
|
|||
s.description = "Provides a wrapper for the UNIX-style Database Manager Library"
|
||||
|
||||
s.require_path = %w{lib}
|
||||
s.files = %w{ext/dbm/extconf.rb ext/dbm/dbm.c}
|
||||
s.files = %w{README.md LICENSE.txt ext/dbm/extconf.rb ext/dbm/dbm.c}
|
||||
s.extensions = %w{ext/dbm/extconf.rb}
|
||||
s.required_ruby_version = ">= 2.3.0"
|
||||
|
||||
|
|
Loading…
Reference in a new issue