# -*- encoding: utf-8 -*- # stub: redmine-http_basic_authentication 0.0.2 ruby lib Gem::Specification.new do |s| s.name = "redmine-http_basic_authentication".freeze s.version = "0.0.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Jonas Thiel".freeze] s.date = "2015-03-19" s.description = "Use HTTP Basic Authentication for login and IMPLICIT registration!".freeze s.email = ["jt@neopoly.de".freeze] s.files = [".gitignore".freeze, ".rubocop.yml".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "app/views/http_basic_authentication/_settings.html.erb".freeze, "app/views/http_basic_authentication/logout.html.erb".freeze, "config/locales/en.yml".freeze, "lib/http_basic_authentication/engine.rb".freeze, "lib/http_basic_authentication/infos.rb".freeze, "lib/http_basic_authentication/patches.rb".freeze, "lib/http_basic_authentication/patches/account_controller_patch.rb".freeze, "lib/http_basic_authentication/patches/application_controller_patch.rb".freeze, "lib/http_basic_authentication/redmine_plugin.rb".freeze, "lib/http_basic_authentication/version.rb".freeze, "lib/redmine-http_basic_authentication.rb".freeze, "rakelib/rubocop.rake".freeze, "redmine-http_basic_authentication.gemspec".freeze] s.homepage = "https://github.com/neopoly/redmine-http_basic_authentication".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Use HTTP Basic Authentication for login and IMPLICIT registration!".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 4.2.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.7".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end