Sha256: 3176889693c50ebd3926f8585243749fbef397ab85f068f1cd1a732f8b41e936
Contents?: true
Size: 522 Bytes
Versions: 2
Compression:
Stored size: 522 Bytes
Contents
module HttpBasicAuthentication # Module to share global gem / plugin information between # the gem's specification and the Redmine plugin specification module Infos 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" => "jt@neopoly.de" }.freeze end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
redmine-http_basic_authentication-0.0.2 | lib/http_basic_authentication/infos.rb |
redmine-http_basic_authentication-0.0.1 | lib/http_basic_authentication/infos.rb |