Skip to content

Commit

Permalink
bump gemspec description again
Browse files Browse the repository at this point in the history
  • Loading branch information
jayywolff committed Dec 30, 2024
1 parent 451284c commit e70c810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devise-twilio-verify.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
spec.authors = ["Jay Wolff"]

spec.summary = %q{Devise-Twilio-Verify is a Devise extension that adds two-factor authentication (2FA) support using SMS and/or TOTP via the Twilio Verify API}
spec.description = %q{The devise-twilio-verify gem is an extension for the Devise authentication system that adds extra security with two-factor authentication (2FA). It works by using Twilio's Verify API to send verification codes to users via SMS or TOTP (time-based codes). This gem makes it easy to set up 2FA in your Devise-powered Rails app, helping to keep user accounts secure. This gem is meant to make migrating from authy to twilio verify as simple as possible, please see the README for details.}
spec.description = %q{The devise-twilio-verify gem is an extension for the Devise authentication system that adds extra security with two-factor authentication (2FA). It leverages the Twilio Verify API to send verification codes to users via SMS or TOTP (time-based codes). This gem makes it easy to set up 2FA in your Devise-powered Rails app, helping to keep user accounts secure. This gem is meant to make migrating from authy to twilio verify as simple as possible, please see the README for details.}
spec.homepage = "https://github.com/jayywolff/twilio-verify-devise"
spec.license = "MIT"

Expand Down

0 comments on commit e70c810

Please sign in to comment.