From 99769f2cd30aabed8d32d9efc010f162c608b316 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Fri, 24 May 2024 10:28:34 +0200 Subject: [PATCH] gem build: include README.md+LICENSE --- voxpupuli-test.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voxpupuli-test.gemspec b/voxpupuli-test.gemspec index b9df7d6..98d11f1 100644 --- a/voxpupuli-test.gemspec +++ b/voxpupuli-test.gemspec @@ -10,7 +10,7 @@ Gem::Specification.new do |s| s.description = 'A package that depends on all the gems Vox Pupuli modules need and methods to simplify spec helpers' s.licenses = 'Apache-2.0' - s.files = Dir['lib/**/*.rb', 'rubocop.yml'] + s.files = Dir['lib/**/*.rb', 'rubocop.yml', 'LICENSE', 'README.md'] s.required_ruby_version = '>= 2.7.0'