Skip to content

Commit

Permalink
Update contributors and history
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-young-atg authored and halostatue committed Feb 2, 2024
1 parent 00cbf75 commit 1086992
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions Contributing.md
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions 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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -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"]
Expand Down

0 comments on commit 1086992

Please sign in to comment.