From 81a7255e8d2a7ad27f8d976fc79f14a6ac0df3d2 Mon Sep 17 00:00:00 2001 From: Mark Young Date: Fri, 7 Jun 2024 15:09:09 +0100 Subject: [PATCH] Provide a 'Changelog' link on rubygems.org/gems/rack-cors Due to a typo the current configuration there isn't a 'Changelog' link showing on https://rubygems.org/gems/rack-cors --- rack-cors.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rack-cors.gemspec b/rack-cors.gemspec index 1c2e338..e6be9db 100644 --- a/rack-cors.gemspec +++ b/rack-cors.gemspec @@ -19,7 +19,7 @@ Gem::Specification.new do |spec| spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ['lib'] - s.metadata = { + spec.metadata = { 'changelog_uri' => 'https://github.com/cyu/rack-cors/blob/master/CHANGELOG.md' }