File tree Expand file tree Collapse file tree
lib/berkeley_library/util Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # 0.2.1 (2026-02-04)
1+ # 0.3.0 (2026-02-04)
22
33- Add ` URIs::HeadCheck ` , an OkComputer check that performs a HEAD request
44 to verify the availability of a URL, with optional basic authentication.
55- updates Requester to support timeouts values passed to RestClient
6+ - Bumping to 0.3.0 to reflect changes to ` Requester ` and the addition of ` URIs::HeadCheck ` .
67
78# 0.2.0 (2025-07-24)
89
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ class ModuleInfo
77 SUMMARY = 'Miscellaneous Ruby utilities for the UC Berkeley Library' . freeze
88 DESCRIPTION = 'A collection of miscellaneous Ruby routines for the UC Berkeley Library.' . freeze
99 LICENSE = 'MIT' . freeze
10- VERSION = '0.2.1 ' . freeze
10+ VERSION = '0.3.0 ' . freeze
1111 HOMEPAGE = 'https://github.com/BerkeleyLibrary/util' . freeze
1212 end
1313 end
You can’t perform that action at this time.
0 commit comments