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
53 changes: 28 additions & 25 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ GEM
specs:
ast (2.4.3)
base64 (0.3.0)
bigdecimal (3.2.2)
bigdecimal (3.3.1)
coderay (1.1.3)
date_named_file (0.1.1)
deep_merge (1.2.2)
diff-lcs (1.6.2)
docile (1.4.1)
dotenv (3.1.8)
dry-cli (1.2.0)
dry-cli (1.3.0)
dry-files (1.1.0)
dry-inflector (1.2.0)
ettin (1.3.0)
Expand All @@ -45,76 +45,79 @@ GEM
dry-inflector (~> 1.0, < 2)
rake (~> 13.0)
zeitwerk (~> 2.6)
json (2.13.2)
json (2.15.2)
language_server-protocol (3.17.0.5)
library_stdnums (1.6.0)
lint_roller (1.1.0)
logger (1.7.0)
method_source (1.1.0)
milemarker (1.0.1)
mysql2 (0.5.6)
milemarker (1.0.2)
logger
mysql2 (0.5.7)
bigdecimal
parallel (1.27.0)
parser (3.3.9.0)
parser (3.3.10.0)
ast (~> 2.4.1)
racc
pastel (0.8.0)
tty-color (~> 0.5)
prism (1.4.0)
prism (1.6.0)
prometheus-client (4.2.5)
base64
pry (0.15.2)
coderay (~> 1.1)
method_source (~> 1.0)
racc (1.8.1)
rainbow (3.1.1)
rake (13.3.0)
regexp_parser (2.10.0)
rspec (3.13.1)
rake (13.3.1)
regexp_parser (2.11.3)
rspec (3.13.2)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.5)
rspec-core (3.13.6)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.5)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.5)
rspec-mocks (3.13.7)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.4)
rubocop (1.75.8)
rspec-support (3.13.6)
rubocop (1.80.2)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.44.0, < 2.0)
rubocop-ast (>= 1.46.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.46.0)
rubocop-ast (1.47.1)
parser (>= 3.3.7.2)
prism (~> 1.4)
rubocop-performance (1.25.0)
lint_roller (~> 1.1)
rubocop (>= 1.75.0, < 2.0)
rubocop-ast (>= 1.38.0, < 2.0)
ruby-progressbar (1.13.0)
sequel (5.94.0)
sequel (5.98.0)
bigdecimal
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.13.2)
simplecov-lcov (0.8.0)
simplecov-lcov (0.9.0)
simplecov_json_formatter (0.1.4)
sqlite3 (2.7.3-aarch64-linux-gnu)
sqlite3 (2.7.3-x86_64-linux-gnu)
standard (1.50.0)
sqlite3 (2.7.4-aarch64-linux-gnu)
sqlite3 (2.7.4-x86_64-linux-gnu)
standard (1.51.1)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.75.5)
rubocop (~> 1.80.2)
standard-custom (~> 1.0.0)
standard-performance (~> 1.8)
standard-custom (1.0.2)
Expand All @@ -133,9 +136,9 @@ GEM
tty-screen (~> 0.8)
wisper (~> 2.0)
tty-screen (0.8.2)
unicode-display_width (3.1.4)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
unicode-display_width (3.2.0)
unicode-emoji (~> 4.1)
unicode-emoji (4.1.0)
wisper (2.0.1)
yard (0.9.37)
zeitwerk (2.7.3)
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2019-2023, Regents of the University of Michigan. All rights
Copyright (c) 2019-2025, Regents of the University of Michigan. All rights
reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
1 change: 1 addition & 0 deletions lib/hathifiles_database/db/connection.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ module HathifilesDatabase
class DB
class Connection
extend HathifilesDatabase::Exception

MIGRATION_DIR = Pathname.new(__dir__) + "migrations"

attr_accessor :logger, :rawdb, :slice_size
Expand Down
1 change: 1 addition & 0 deletions lib/hathifiles_database/linespec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module HathifilesDatabase
# ways to get to them.
class LineSpec
include Enumerable

attr_accessor :maintable_name

# Create a new LineSpec, optionally passing in an array of Scalar- or
Expand Down
Loading