Skip to content

Commit b33f034

Browse files
committed
Require MFA to release the gems
1 parent 41499eb commit b33f034

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tailwindcss-rails.gemspec

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ Gem::Specification.new do |spec|
99
spec.summary = "Integrate Tailwind CSS with the asset pipeline in Rails."
1010
spec.license = "MIT"
1111

12-
spec.metadata["homepage_uri"] = spec.homepage
12+
spec.metadata = {
13+
"homepage_uri" => spec.homepage,
14+
"rubygems_mfa_required" => "true"
15+
}
1316

1417
spec.files = Dir["{app,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]
1518

0 commit comments

Comments
 (0)