Files
openproject/modules/two_factor_authentication/openproject-two_factor_authentication.gemspec
T
ulferts df5f899b2f Fix/bump gems (#9435)
* bump aws-partitions

* bump dry-inflector & faraday & faraday-httpclient & faraday-patron & mime-types-data

* bump newrelic_rpm

* bump oj

* bump rake

* bump rdoc

* bump rubocop

* bump rubocop-rails

* bump rubyzip

* use rubocop-1-18-2 on codeclimate

* remove rewrelic

* bump oj

* bump addressable

* sentry-delayed_job & sentry-rails & sentry-ruby & sentry-ruby-core

* bump danger

* bump aws-partitions

* bump git

* use rubocop-1-18-3 on codeclimate

* bump aws-sdk-sns

* fix rubocop rule for Rails/ContentTag

* bump aws-partitions

* bump aws-sdk-core & aws-sigv4

* bump dry-core & excon

* bump faraday & faraday-net_http_persistent

* bump git

* bump oj

* bump parser

* bump rake

* bump recaptcha

* bump rubocop-rails

* bump sentry-delayed_job

* bump sentry-rails

* bump sentry-ruby & sentry-ruby-core

* use rubocop-1-12-1 on codeclimate
2021-07-14 12:06:15 +02:00

21 lines
864 B
Ruby

# 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.homepage = "https://community.openproject.org/projects/two-factor-authentication"
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