We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4ff746 commit 838998fCopy full SHA for 838998f
commonmarker.gemspec
@@ -21,7 +21,10 @@ Gem::Specification.new do |spec|
21
spec.require_paths = ["lib", "ext"]
22
spec.required_ruby_version = [">= 3.0", "< 4.0"]
23
24
- spec.metadata["rubygems_mfa_required"] = "true"
+ spec.metadata = {
25
+ "funding_uri" => "https://github.com/sponsors/gjtorikian/",
26
+ "rubygems_mfa_required" => "true",
27
+ }
28
29
spec.add_development_dependency("awesome_print")
30
spec.add_development_dependency("debug") if "#{RbConfig::CONFIG["MAJOR"]}.#{RbConfig::CONFIG["MINOR"]}".to_f >= 3.1
0 commit comments