From 1086992d1ff32fdf61dabec00ab5f1c0d74a1c41 Mon Sep 17 00:00:00 2001 From: Mark Young Date: Fri, 2 Feb 2024 16:30:43 +0000 Subject: [PATCH] Update contributors and history --- Contributing.md | 1 + History.md | 5 +++++ Rakefile | 4 ++-- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Contributing.md b/Contributing.md index 72fb5e1..fdf0f9a 100644 --- a/Contributing.md +++ b/Contributing.md @@ -101,6 +101,7 @@ Thanks to everyone else who has contributed code or bug reports to Diff::LCS: - Koichi Ito - Mark Friedgan - Masato Nakamura +- Mark Young - Michael Granger - Myron Marston - Nicolas Leger diff --git a/History.md b/History.md index 14f8540..89a9b36 100644 --- a/History.md +++ b/History.md @@ -1,5 +1,9 @@ # History +## NEXT / YYYY-MM-DD + +- Mark Young added a Changelog link to the RubyGems metadata. [#92][] + ## 1.5.1 / 2024-01-31 - Peter Goldstein updated CI configuration to add Ruby 3.1 and Masato Nakamura @@ -422,6 +426,7 @@ [#89]: https://github.com/halostatue/diff-lcs/pull/89 [#90]: https://github.com/halostatue/diff-lcs/pull/90 [#91]: https://github.com/halostatue/diff-lcs/issues/91 +[#92]: https://github.com/halostatue/diff-lcs/pull/92 [rspec/rspec-expectations#200]: https://github.com/rspec/rspec-expectations/pull/200 [rspec/rspec-expectations#219]: https://github.com/rspec/rspec-expectations/issues/219 [rspec/rspec-expectations#238]: https://github.com/rspec/rspec-expectations/issues/238 diff --git a/Rakefile b/Rakefile index 3c9b2b5..28db36f 100644 --- a/Rakefile +++ b/Rakefile @@ -77,8 +77,8 @@ _spec = Hoe.spec "diff-lcs" do self.licenses = ["MIT", "Artistic-2.0", "GPL-2.0-or-later"] spec_extras[:metadata] = ->(val) do - val["rubygems_mfa_required"] = "true" - val["changelog_uri"] = "https://github.com/halostatue/diff-lcs/blob/main/History.md" + val["rubygems_mfa_required"] = "true" + val["changelog_uri"] = "https://github.com/halostatue/diff-lcs/blob/main/History.md" end extra_dev_deps << ["hoe", ">= 3.0", "< 5"]