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.
2 parents 962cb37 + 575973c commit 0c9da9dCopy full SHA for 0c9da9d
CHANGELOG.md
@@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
10
* Breaking Changes
11
* None
12
* Added
13
- * None
+ * Rubygems MFA requirement for authors added to gemspec.
14
* Fixed
15
16
authlogic.gemspec
@@ -21,7 +21,7 @@ require "authlogic/version"
21
s.homepage = "https://github.com/binarylogic/authlogic"
22
s.summary = "An unobtrusive ruby authentication library based on ActiveRecord."
23
s.license = "MIT"
24
-
+ s.metadata = { "rubygems_mfa_required" => "true" }
25
s.required_ruby_version = ">= 2.6.0"
26
27
# See doc/rails_support_in_authlogic_5.0.md
0 commit comments