Skip to content

Commit 96aef10

Browse files
authored
Merge pull request #132 from maxmind/horgh/changelog
Update changelog
2 parents d703349 + ff3ca51 commit 96aef10

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## 1.5.0
4+
5+
* Unnecessary files were removed from the published .gem. Pull request by
6+
Orien Madgwick. GitHub #131.
7+
38
## 1.4.0 (2025-11-20)
49

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

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)