summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlle Jonsson <olle.jonsson@gmail.com>2021-04-01 15:58:27 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-04-20 21:19:41 +0900
commitcc8d0e7cbf33611b1cd4d6e0dbaa3522387af717 (patch)
tree8743ecff347699ad498a0ed9fb63901ada5cdf44
parentb56c8f814e656e6a680acf2e5c96812e84af238d (diff)
[ruby/dbm] gemspec: add README & LICENSE
https://github.com/ruby/dbm/commit/c86b94b781
-rw-r--r--ext/dbm/dbm.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dbm/dbm.gemspec b/ext/dbm/dbm.gemspec
index 0ff036f712..9f13f1c2a8 100644
--- a/ext/dbm/dbm.gemspec
+++ b/ext/dbm/dbm.gemspec
@@ -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"