1
0
Fork 0
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:
Olle Jonsson 2021-04-01 15:58:27 +02:00 committed by Hiroshi SHIBATA
parent b56c8f814e
commit cc8d0e7cbf
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -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"