Skip to content

Commit ff3ca51

Browse files
committed
Remove README.dev.md from published .gem too
1 parent f9e2e60 commit ff3ca51

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