[ruby/date] Add license files (COPYING, BSDL) to gem files

https://github.com/ruby/date/commit/a3d85e0be5
This commit is contained in:
Susan van den Broek 2025-03-17 16:36:37 +01:00 committed by git
parent bb7f1619d2
commit 76aaf8ddf4

View File

@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.require_path = %w{lib}
s.files = [
"README.md",
"README.md", "COPYING", "BSDL",
"lib/date.rb", "ext/date/date_core.c", "ext/date/date_parse.c", "ext/date/date_strftime.c",
"ext/date/date_strptime.c", "ext/date/date_tmx.h", "ext/date/extconf.rb", "ext/date/prereq.mk",
"ext/date/zonetab.h", "ext/date/zonetab.list"