Skip to content

Commit 1032410

Browse files
committed
Exclude maintainer files from gem
1 parent ae4e64f commit 1032410

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['**/*']
10+
s.files = Dir['**/*'].difference(Dir['.github/**/*', 'dev-bin/**/*'])
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)