mirror of
https://github.com/opf/openproject.git
synced 2026-06-13 19:20:00 +00:00
3b2121f733
This reverts commit40b2bbeb09, reversing changes made tob4c6cb17cc.
14 lines
458 B
Ruby
14 lines
458 B
Ruby
Gem::Specification.new do |s|
|
|
s.name = "openproject-recaptcha"
|
|
s.version = "1.0.0"
|
|
s.authors = "OpenProject GmbH"
|
|
s.email = "info@openproject.com"
|
|
s.summary = "OpenProject ReCaptcha"
|
|
s.description = "This module provides recaptcha checks during login"
|
|
|
|
s.files = Dir["{app,config,db,lib}/**/*", "CHANGELOG.md", "README.rdoc"]
|
|
|
|
s.add_dependency "recaptcha", "~> 5.7"
|
|
s.metadata["rubygems_mfa_required"] = "true"
|
|
end
|