Sha256: ef507c2d14a45a4a3087dcea5346f5567b63a3875492d0172e7cabd383020055
Contents?: true
Size: 976 Bytes
Versions: 1
Compression:
Stored size: 976 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/omniauth-ldap/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Ping Yu"] gem.email = ["ping@intridea.com"] gem.description = %q{A LDAP strategy for OmniAuth.} gem.summary = %q{A LDAP strategy for OmniAuth.} gem.homepage = "https://github.com/gitlabhq/omniauth-ldap" gem.license = "MIT" gem.add_runtime_dependency 'omniauth', '~> 1.0' gem.add_runtime_dependency 'net-ldap', '~> 0.3.1' gem.add_runtime_dependency 'pyu-ruby-sasl', '~> 0.0.3.1' gem.add_runtime_dependency 'rubyntlm', '~> 0.1.1' gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } gem.files = `git ls-files`.split("\n") gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") gem.name = "gitlab_omniauth-ldap" gem.require_paths = ["lib"] gem.version = OmniAuth::LDAP::VERSION end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gitlab_omniauth-ldap-1.0.4 | gitlab_omniauth-ldap.gemspec |