Skip to content

Commit 1d70ec2

Browse files
authored
Merge pull request #2 from hathitrust/update-ruby-versions
Update test matrix & author
2 parents a8620c4 + c5c7637 commit 1d70ec2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Ruby ${{ matrix.ruby }}
99
strategy:
1010
matrix:
11-
ruby: [2.7, 3.0, 3.1, 3.2]
11+
ruby: [3.1, 3.2, 3.3, 3.4]
1212
steps:
1313
- uses: actions/checkout@v3
1414
- name: Set up Ruby

ht-pairtree.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ require "ht/pairtree/version"
55
Gem::Specification.new do |spec|
66
spec.name = "ht-pairtree"
77
spec.version = HathiTrust::Pairtree::VERSION
8-
spec.authors = ["Bill Dueber"]
9-
spec.email = ["[email protected]"]
8+
spec.authors = ["Bill Dueber", "Aaron Elkiss"]
9+
1010
spec.summary = "Pairtree with extra sugar for the HathiTrust environment"
1111
# spec.description = %q{TODO: Write a longer description or delete this line.}
1212
spec.homepage = "https://github.com/hathitrust/ht-pairtree"

0 commit comments

Comments
 (0)