From e0a52c4ce6a6cbfb37886c52f2a8ac1c4b9fec77 Mon Sep 17 00:00:00 2001 From: Max Jacobson Date: Sun, 20 Oct 2024 14:05:41 -0400 Subject: [PATCH] Add missing comma to metadata example I tried copying and pasting this example of gemspec metadata into a gem and noticed that it had a syntax error because there's a missing comma. --- specification-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification-reference.md b/specification-reference.md index 8c42390..952dc36 100644 --- a/specification-reference.md +++ b/specification-reference.md @@ -286,7 +286,7 @@ next: /command-reference "homepage_uri" => "https://bestgemever.example.io", "mailing_list_uri" => "https://groups.example.com/bestgemever", "source_code_uri" => "https://example.com/user/bestgemever", - "wiki_uri" => "https://example.com/user/bestgemever/wiki" + "wiki_uri" => "https://example.com/user/bestgemever/wiki", "funding_uri" => "https://example.com/donate" }