From cc8d0e7cbf33611b1cd4d6e0dbaa3522387af717 Mon Sep 17 00:00:00 2001 From: Olle Jonsson <olle.jonsson@gmail.com> Date: Thu, 1 Apr 2021 15:58:27 +0200 Subject: [PATCH] [ruby/dbm] gemspec: add README & LICENSE https://github.com/ruby/dbm/commit/c86b94b781 --- ext/dbm/dbm.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"