lib/pennyworth.rb in pennyworth-17.3.0 vs lib/pennyworth.rb in pennyworth-17.4.0

- old
+ new

@@ -3,10 +3,11 @@ require "zeitwerk" Zeitwerk::Loader.new.then do |loader| loader.inflector.inflect "cli" => "CLI", "http_status" => "HTTPStatus", - "http_statuses" => "HTTPStatuses" + "http_statuses" => "HTTPStatuses", + "htmx" => "HTMX" loader.tag = File.basename __FILE__, ".rb" loader.push_dir __dir__ loader.setup end