Skip to content

Commit c1e3ffb

Browse files
committed
Remove unneeded files from the gem package
1 parent 94b2a9d commit c1e3ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maxmind-geoip2.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require 'maxmind/geoip2/version'
77

88
Gem::Specification.new do |s|
99
s.authors = ['William Storey']
10-
s.files = Dir['**/*'].difference(Dir['.github/**/*', 'dev-bin/**/*', 'Gemfile*'])
10+
s.files = Dir['**/*'].difference(Dir['.github/**/*', 'dev-bin/**/*', 'test/**/*', 'CLAUDE.md', 'Gemfile*', 'Rakefile', '*.gemspec'])
1111
s.name = 'maxmind-geoip2'
1212
s.summary = 'A gem for interacting with the GeoIP2 webservices and databases.'
1313
s.version = MaxMind::GeoIP2::VERSION

0 commit comments

Comments
 (0)