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 ae4e64f commit 1032410Copy full SHA for 1032410
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['**/*']
+ s.files = Dir['**/*'].difference(Dir['.github/**/*', 'dev-bin/**/*'])
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