From cb203e971cd89611723363ddc343d08286111c13 Mon Sep 17 00:00:00 2001 From: Ashwin Maroli Date: Thu, 5 Dec 2024 22:09:05 +0530 Subject: [PATCH] Include LICENSE in built gem --- jekyll-archives.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jekyll-archives.gemspec b/jekyll-archives.gemspec index 5afeaf7..d145ae2 100644 --- a/jekyll-archives.gemspec +++ b/jekyll-archives.gemspec @@ -13,7 +13,7 @@ Gem::Specification.new do |s| s.licenses = ["MIT"] all_files = `git ls-files -z`.split("\x0") - s.files = all_files.grep(%r!^(lib)/!) + s.files = all_files.grep(%r!^(lib)/!).push("LICENSE") s.required_ruby_version = ">= 2.7.0"