From c5c76379317b007d7cf127201061879dcf59491b Mon Sep 17 00:00:00 2001 From: Aaron Elkiss Date: Mon, 10 Mar 2025 09:11:47 -0400 Subject: [PATCH] Update test matrix & author --- .github/workflows/tests.yml | 2 +- ht-pairtree.gemspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e3f65c8..bf79556 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,7 +8,7 @@ jobs: name: Ruby ${{ matrix.ruby }} strategy: matrix: - ruby: [2.7, 3.0, 3.1, 3.2] + ruby: [3.1, 3.2, 3.3, 3.4] steps: - uses: actions/checkout@v3 - name: Set up Ruby diff --git a/ht-pairtree.gemspec b/ht-pairtree.gemspec index c18587b..1b71e7e 100644 --- a/ht-pairtree.gemspec +++ b/ht-pairtree.gemspec @@ -5,8 +5,8 @@ require "ht/pairtree/version" Gem::Specification.new do |spec| spec.name = "ht-pairtree" spec.version = HathiTrust::Pairtree::VERSION - spec.authors = ["Bill Dueber"] - spec.email = ["bill@dueber.com"] + spec.authors = ["Bill Dueber", "Aaron Elkiss"] + spec.email = ["bill@dueber.com", "aelkiss@hathitrust.org"] spec.summary = "Pairtree with extra sugar for the HathiTrust environment" # spec.description = %q{TODO: Write a longer description or delete this line.} spec.homepage = "https://github.com/hathitrust/ht-pairtree"