Skip to content

Commit 91cb4f4

Browse files
authored
Merge pull request #137 from maxmind/wstorey/eng-3664-files-are-removed-from-maxmind-db-reader-ruby-and-minfraud
Remove unneeded files from the gem package
2 parents fe507df + b846aca commit 91cb4f4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.5.0
4+
5+
* Unnecessary files were removed from the published .gem.
6+
37
## 1.4.0 (2025-11-20)
48

59
* Ruby 3.2+ is now required. If you're using Ruby 3.0 or 3.1, please use

maxmind-db.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |s|
44
s.authors = ['William Storey']
5-
s.files = Dir['**/*'].difference(Dir['.github/**/*', 'dev-bin/**/*', 'Gemfile*', 'test/**/*'])
5+
s.files = Dir['**/*'].difference(Dir['.github/**/*', 'bin/**/*', 'CLAUDE.md', 'dev-bin/**/*', 'Gemfile*', 'Rakefile', 'README.dev.md', 'test/**/*', '*.gemspec'])
66
s.name = 'maxmind-db'
77
s.summary = 'A gem for reading MaxMind DB files.'
88
s.version = '1.4.0'

0 commit comments

Comments
 (0)