Skip to content

Commit 0c9da9d

Browse files
authored
Merge pull request #759 from binarylogic/tiegz/require-mfa-on-gem
Add gemspec flag that requires MFA for gem privileged operations.
2 parents 962cb37 + 575973c commit 0c9da9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1010
* Breaking Changes
1111
* None
1212
* Added
13-
* None
13+
* Rubygems MFA requirement for authors added to gemspec.
1414
* Fixed
1515
* None
1616

authlogic.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ require "authlogic/version"
2121
s.homepage = "https://github.com/binarylogic/authlogic"
2222
s.summary = "An unobtrusive ruby authentication library based on ActiveRecord."
2323
s.license = "MIT"
24-
24+
s.metadata = { "rubygems_mfa_required" => "true" }
2525
s.required_ruby_version = ">= 2.6.0"
2626

2727
# See doc/rails_support_in_authlogic_5.0.md

0 commit comments

Comments
 (0)