From 2bf514c4b4d9ae013cfa5d01f53d804e23258462 Mon Sep 17 00:00:00 2001 From: Yuri Zubov Date: Sat, 23 May 2026 06:21:17 +0300 Subject: [PATCH] Reduce gem size by excluding test files --- afm.gemspec | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/afm.gemspec b/afm.gemspec index bb71579..9c09e05 100644 --- a/afm.gemspec +++ b/afm.gemspec @@ -24,12 +24,9 @@ Gem::Specification.new do |s| s.files = file_list( "LICENSE", "README.md", - "Rakefile", "VERSION", "CHANGELOG.md", - "lib/*.rb", - "test/*", - "test/fixtures/*" + "lib/*.rb" ) s.homepage = "http://github.com/halfbyte/afm" s.require_paths = ["lib"]