OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/modules/two_factor_authentication/openproject-two_factor_auth...

19 lines
775 B

# encoding: UTF-8
Gem::Specification.new do |s|
s.name = "openproject-two_factor_authentication"
s.version = '1.0.0'
s.authors = "OpenProject GmbH"
s.email = "info@openproject.com"
s.summary = "OpenProject Two-factor authentication"
s.description = "This OpenProject plugin authenticates your users using two-factor authentication by means of one-time password " \
"through the TOTP standard (Google Authenticator) or sent to the user's cell phone via SMS or voice call"
s.files = Dir["{app,config,db,lib}/**/*", "CHANGELOG.md", "README.rdoc"]
s.test_files = Dir["spec/**/*"]
s.add_dependency 'messagebird-rest', '~> 1.4.2'
s.add_dependency 'rotp', '~> 6.1'
s.add_dependency 'aws-sdk-sns', '~> 1.42.0'
end