File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 77 - uses : actions/checkout@v3
88 - uses : ruby/setup-ruby@v1
99 with :
10- ruby-version : 3.1
10+ ruby-version : 3.2
1111 - run : bundle install
1212 - run : bundle exec rake -t rubocop
Original file line number Diff line number Diff line change 1414 2.7,
1515 ' 3.0' ,
1616 3.1,
17+ 3.2,
1718 jruby,
1819 ]
1920 exclude :
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ This is the Ruby API for reading [MaxMind
66DB] ( https://maxmind.github.io/MaxMind-DB/ ) files. MaxMind DB is a binary
77file format that stores data indexed by IP address subnets (IPv4 or IPv6).
88
9-
109## Installation
1110
1211```
@@ -57,7 +56,7 @@ This library uses [Semantic Versioning](https://semver.org/).
5756
5857## Copyright and License
5958
60- This software is Copyright (c) 2018 - 2021 by MaxMind, Inc.
59+ This software is Copyright (c) 2018 - 2022 by MaxMind, Inc.
6160
6261This is free software, licensed under the [ Apache License, Version
63622.0] ( LICENSE-APACHE ) or the [ MIT License] ( LICENSE-MIT ) , at your option.
You can’t perform that action at this time.
0 commit comments