File: omniauth-kerberos.gemspec

package info (click to toggle)
ruby-omniauth-kerberos 0.3.0-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 116 kB
  • sloc: ruby: 83; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 616 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# -*- encoding: utf-8 -*-

Gem::Specification.new do |gem|
  gem.authors       = ['Jan Graichen']
  gem.email         = ['jan.graichen@altimos.de']
  gem.description   = 'An OmniAuth strategy for Kerberos.'
  gem.summary       = 'An OmniAuth strategy for Kerberos.'
  gem.homepage      = 'https://github.com/jgraichen/omniauth-kerberos'

  gem.executables   = ''
  gem.files         = ''
  gem.test_files    = ''
  gem.name          = 'omniauth-kerberos'
  gem.require_paths = ['lib']
  gem.version       = '0.3.0'

  gem.add_dependency 'timfel-krb5-auth', '~> 0.8'
  gem.add_dependency 'omniauth-multipassword'
end