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 f9e2e60 commit ff3ca51Copy full SHA for ff3ca51
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/**/*', 'test/**/*', 'CLAUDE.md', 'Gemfile*', 'Rakefile', '*.gemspec'])
+ s.files = Dir['**/*'].difference(Dir['.github/**/*', 'dev-bin/**/*', 'test/**/*', 'CLAUDE.md', 'Gemfile*', 'Rakefile', '*.gemspec', 'README.dev.md'])
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