diff --git a/maxmind-geoip2.gemspec b/maxmind-geoip2.gemspec index deb5f08..6a388a9 100644 --- a/maxmind-geoip2.gemspec +++ b/maxmind-geoip2.gemspec @@ -7,7 +7,7 @@ require 'maxmind/geoip2/version' Gem::Specification.new do |s| s.authors = ['William Storey'] - s.files = Dir['**/*'].difference(Dir['.github/**/*', 'dev-bin/**/*', 'Gemfile*']) + s.files = Dir['**/*'].difference(Dir['.github/**/*', 'dev-bin/**/*', 'test/**/*', 'CLAUDE.md', 'Gemfile*', 'Rakefile', '*.gemspec']) s.name = 'maxmind-geoip2' s.summary = 'A gem for interacting with the GeoIP2 webservices and databases.' s.version = MaxMind::GeoIP2::VERSION