Skip to content

Commit 8a4fb60

Browse files
authored
Merge pull request #67 from maxmind/horgh/changelog
Update changelog and run tests on a schedule
2 parents c9709ee + 21c8f1b commit 8a4fb60

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

.github/workflows/rubocop.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
name: Run rubocop
2-
on: [push, pull_request]
2+
3+
on:
4+
push:
5+
pull_request:
6+
schedule:
7+
- cron: '3 20 * * SUN'
8+
39
jobs:
410
rubocop:
511
runs-on: ubuntu-latest

.github/workflows/test.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
name: Run tests
2-
on: [push, pull_request]
2+
3+
on:
4+
push:
5+
pull_request:
6+
schedule:
7+
- cron: '3 21 * * SUN'
8+
39
jobs:
410
test:
511
runs-on: ${{ matrix.os }}

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

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

0 commit comments

Comments
 (0)