Skip to content

Commit 838998f

Browse files
committed
funding
1 parent f4ff746 commit 838998f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

commonmarker.gemspec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ Gem::Specification.new do |spec|
2121
spec.require_paths = ["lib", "ext"]
2222
spec.required_ruby_version = [">= 3.0", "< 4.0"]
2323

24-
spec.metadata["rubygems_mfa_required"] = "true"
24+
spec.metadata = {
25+
"funding_uri" => "https://github.com/sponsors/gjtorikian/",
26+
"rubygems_mfa_required" => "true",
27+
}
2528

2629
spec.add_development_dependency("awesome_print")
2730
spec.add_development_dependency("debug") if "#{RbConfig::CONFIG["MAJOR"]}.#{RbConfig::CONFIG["MINOR"]}".to_f >= 3.1

0 commit comments

Comments
 (0)