File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## 1.2.0
3+ ## 1.2.0 (2023-11-22)
44
55* Ruby 2.4 is no longer supported. If you're using Ruby 2.4, please use
66 version 1.1.1 of this gem.
77* ` Object#respond_to? ` is no longer called on every read. Pull request by
88 Jean byroot Boussier. GitHub #65 .
9+ * The ` get ` and ` get_prefix_length ` methods now accept the IP addresses as
10+ ` IPAddr ` objects. Strings are still accepted too. Pull request by Eddie
11+ Lebow. GitHub #69 .
912
1013## 1.1.1 (2020-06-23)
1114
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Gem::Specification.new do |s|
55 s . files = Dir [ '**/*' ]
66 s . name = 'maxmind-db'
77 s . summary = 'A gem for reading MaxMind DB files.'
8- s . version = '1.1.1 '
8+ s . version = '1.2.0 '
99
1010 s . description = 'A gem for reading MaxMind DB files. MaxMind DB is a binary file format that stores data indexed by IP address subnets (IPv4 or IPv6).'
1111
You can’t perform that action at this time.
0 commit comments