Module: HttpBasicAuthentication::Infos

Included in:
RedminePlugin
Defined in:
lib/http_basic_authentication/infos.rb

Overview

Module to share global gem / plugin information between the gem’s specification and the Redmine plugin specification

Constant Summary collapse

NAME =
"redmine-http_basic_authentication"
DESCRIPTION =
"Use HTTP Basic Authentication for login and" \
" IMPLICIT registration!"
LICENSE =
"MIT"
URL =
"https://github.com/neopoly/redmine-http_basic_authentication"
AUTHORS =
{
  "Jonas Thiel" => "[email protected]"
}.freeze