We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94b2a9d commit c1e3ffbCopy full SHA for c1e3ffb
maxmind-geoip2.gemspec
@@ -7,7 +7,7 @@ require 'maxmind/geoip2/version'
7
8
Gem::Specification.new do |s|
9
s.authors = ['William Storey']
10
- s.files = Dir['**/*'].difference(Dir['.github/**/*', 'dev-bin/**/*', 'Gemfile*'])
+ s.files = Dir['**/*'].difference(Dir['.github/**/*', 'dev-bin/**/*', 'test/**/*', 'CLAUDE.md', 'Gemfile*', 'Rakefile', '*.gemspec'])
11
s.name = 'maxmind-geoip2'
12
s.summary = 'A gem for interacting with the GeoIP2 webservices and databases.'
13
s.version = MaxMind::GeoIP2::VERSION
0 commit comments