lib/pennyworth/configuration/contract.rb in pennyworth-17.4.1 vs lib/pennyworth/configuration/contract.rb in pennyworth-17.5.0
- old
+ new
@@ -12,10 +12,12 @@
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_extensions_uri).filled :string
required(:htmx_references_uri).filled :string
+ required(:htmx_site_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