From 0eddd4d05507404b77e1c5a1ee277736342d4f10 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Mon, 15 Jan 2024 10:42:30 -0800 Subject: [PATCH] Exclude maintainer files from gem --- maxmind-db.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maxmind-db.gemspec b/maxmind-db.gemspec index 40f63e3..498f581 100644 --- a/maxmind-db.gemspec +++ b/maxmind-db.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.authors = ['William Storey'] - s.files = Dir['**/*'] + s.files = Dir['**/*'].difference(Dir['.github/**/*', 'dev-bin/**/*') s.name = 'maxmind-db' s.summary = 'A gem for reading MaxMind DB files.' s.version = '1.2.0'