From 48f9ca23581978896c6c01aa4e4c7359b29eb49e Mon Sep 17 00:00:00 2001 From: Andrew Nesbitt Date: Sat, 30 Nov 2024 20:46:56 +0000 Subject: [PATCH] Add funding_uri to gemspec --- autoprefixer-rails.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/autoprefixer-rails.gemspec b/autoprefixer-rails.gemspec index d87ea5f..f9b7b96 100644 --- a/autoprefixer-rails.gemspec +++ b/autoprefixer-rails.gemspec @@ -32,4 +32,5 @@ Gem::Specification.new do |s| s.metadata["changelog_uri"] = "https://github.com/ai/autoprefixer-rails/blob/master/CHANGELOG.md" s.metadata["source_code_uri"] = "https://github.com/ai/autoprefixer-rails" s.metadata["bug_tracker_uri"] = "https://github.com/ai/autoprefixer-rails/issues" + s.metadata["funding_uri"] = "https://github.com/sponsors/ai" end