Skip to content

Commit e55b733

Browse files
oschwaldclaude
andcommitted
Use 'GeoIP'/'GeoLite' branding in documentation and prose
MaxMind no longer ships the legacy products, so refer to the products as 'GeoIP' and 'GeoLite' rather than 'GeoIP2'/'GeoLite2' in prose. Technical identifiers (packages, class names, filenames, edition IDs, hostnames, URLs) are unchanged. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 1abf227 commit e55b733

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/minfraud/model/ip_address.rb

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

77
module Minfraud
88
module Model
9-
# Model containing GeoIP2 data and the risk for the IP address.
9+
# Model containing GeoIP data and the risk for the IP address.
1010
class IPAddress < MaxMind::GeoIP2::Model::Insights
1111
# This field contains the risk associated with the IP address. The value
1212
# ranges from 0.01 to 99. A higher score indicates a higher risk.

0 commit comments

Comments
 (0)