Browse Source

+ description

for_activeadmin
Dmitrii Golub 13 years ago
parent
commit
046a8081ce
  1. 8
      two_factor_authentication.gemspec

8
two_factor_authentication.gemspec

@ -9,7 +9,13 @@ Gem::Specification.new do |s|
s.email = ["dmitrii.golub@gmail.com"]
s.homepage = "https://github.com/Houdini/two_factor_authentication"
s.summary = %q{Two factor authentication plugin for devise}
s.description = s.summary
s.description = <<-EOF
### Features ###
* control sms code pattern
* configure max login attempts
* per user level control if he really need two factor authentication
* your own sms logic
EOF
s.rubyforge_project = "two_factor_authentication"

Loading…
Cancel
Save