Skip to content

Commit

Permalink
fix: compatiblity with newer rack/omniauth
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraichen committed Jul 20, 2024
1 parent e4a8e3b commit 8dbd2dc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions omniauth-kerberos.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# -*- encoding: utf-8 -*-

Gem::Specification.new do |gem|
gem.version = '0.3.0'
gem.name = 'omniauth-kerberos'
gem.authors = ['Jan Graichen']
gem.email = ['[email protected]']
gem.description = 'An OmniAuth strategy for Kerberos.'
Expand All @@ -9,11 +11,8 @@ Gem::Specification.new do |gem|

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 = 'omniauth-kerberos'
gem.require_paths = ['lib']
gem.version = '0.3.0'

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

0 comments on commit 8dbd2dc

Please sign in to comment.