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 59e1528 commit 731bd7dCopy full SHA for 731bd7d
maxmind-db.gemspec
@@ -2,7 +2,7 @@
2
3
Gem::Specification.new do |s|
4
s.authors = ['William Storey']
5
- s.files = Dir['**/*']
+ s.files = Dir['**/*'].difference(Dir['.github/**/*', 'dev-bin/**/*'])
6
s.name = 'maxmind-db'
7
s.summary = 'A gem for reading MaxMind DB files.'
8
s.version = '1.2.0'
0 commit comments