File tree Expand file tree Collapse file tree 4 files changed +17
-3
lines changed
Expand file tree Collapse file tree 4 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 11name : Run rubocop
2- on : [push, pull_request]
2+
3+ on :
4+ push :
5+ pull_request :
6+ schedule :
7+ - cron : ' 3 20 * * SUN'
8+
39jobs :
410 rubocop :
511 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 11name : Run tests
2- on : [push, pull_request]
2+
3+ on :
4+ push :
5+ pull_request :
6+ schedule :
7+ - cron : ' 3 21 * * SUN'
8+
39jobs :
410 test :
511 runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change 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.
7+ * ` Object#respond_to? ` is no longer called on every read. Pull request by
8+ Jean byroot Boussier. GitHub #65 .
79
810## 1.1.1 (2020-06-23)
911
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ This library uses [Semantic Versioning](https://semver.org/).
5656
5757## Copyright and License
5858
59- This software is Copyright (c) 2018 - 2022 by MaxMind, Inc.
59+ This software is Copyright (c) 2018 - 2023 by MaxMind, Inc.
6060
6161This is free software, licensed under the [ Apache License, Version
62622.0] ( LICENSE-APACHE ) or the [ MIT License] ( LICENSE-MIT ) , at your option.
You can’t perform that action at this time.
0 commit comments