[前][次][番号順一覧][スレッド一覧]

ruby-changes:65895

From: Olle <ko1@a...>
Date: Tue, 20 Apr 2021 21:35:47 +0900 (JST)
Subject: [ruby-changes:65895] cc8d0e7cbf (master): [ruby/dbm] gemspec: add README & LICENSE

https://git.ruby-lang.org/ruby.git/commit/?id=cc8d0e7cbf

From cc8d0e7cbf33611b1cd4d6e0dbaa3522387af717 Mon Sep 17 00:00:00 2001
From: Olle Jonsson <olle.jonsson@g...>
Date: Thu, 1 Apr 2021 15:58:27 +0200
Subject: [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 0ff036f..9f13f1c 100644
--- a/ext/dbm/dbm.gemspec
+++ b/ext/dbm/dbm.gemspec
@@ -6,7 +6,7 @@ Gem::Specification.new do |s| https://github.com/ruby/ruby/blob/trunk/ext/dbm/dbm.gemspec#L6
   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"
 
-- 
cgit v1.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]