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

- old
+ new

@@ -11,9 +11,11 @@ required(:inflections).array :hash required(:git_hub_api_url).filled :string optional(:git_hub_organization).filled :string optional(:git_hub_user).filled :string required(:http_statuses_url).filled :string + required(:htmx_examples_uri).filled :string + required(:htmx_references_uri).filled :string required(:ruby_gems_api_url).filled :string optional(:ruby_gems_owner).filled :string required(:standard_gems_api_url).filled :string end end