Skip to content

Commit

Permalink
Update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
bsedat committed Jan 11, 2024
1 parent 142b3a6 commit 7a4bc39
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions devise-two-factor.gemspec
Expand Up @@ -5,11 +5,10 @@ Gem::Specification.new do |s|
s.name = 'devise-two-factor'
s.version = DeviseTwoFactor::VERSION.dup
s.platform = Gem::Platform::RUBY
s.licenses = ['MIT']
s.license = 'MIT'
s.summary = 'Barebones two-factor authentication with Devise'
s.email = 'engineers@tinfoilsecurity.com'
s.homepage = 'https://github.com/tinfoil/devise-two-factor'
s.description = 'Barebones two-factor authentication with Devise'
s.homepage = 'https://github.com/devise-two-factor/devise-two-factor'
s.description = 'Devise-Two-Factor is a minimalist extension to Devise which offers support for two-factor authentication through the TOTP scheme.'
s.authors = ['Quinn Wilton']

s.cert_chain = [
Expand Down

0 comments on commit 7a4bc39

Please sign in to comment.