Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions ht-pairtree.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ["[email protected]"]
spec.authors = ["Bill Dueber", "Aaron Elkiss"]
spec.email = ["[email protected]", "[email protected]"]
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"
Expand Down
Loading