Skip to content

Commit f3ee6cb

Browse files
authored
Merge pull request #64 from maxmind/horgh/ruby-3.2
Test on Ruby 3.2
2 parents 20e150f + d7bb6b8 commit f3ee6cb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ jobs:
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

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
2.7,
1515
'3.0',
1616
3.1,
17+
3.2,
1718
jruby,
1819
]
1920
exclude:

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ This is the Ruby API for reading [MaxMind
66
DB](https://maxmind.github.io/MaxMind-DB/) files. MaxMind DB is a binary
77
file 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

6261
This is free software, licensed under the [Apache License, Version
6362
2.0](LICENSE-APACHE) or the [MIT License](LICENSE-MIT), at your option.

0 commit comments

Comments
 (0)