Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #30 from leoasis/master
Browse files Browse the repository at this point in the history
Update net-ldap gem to avoid errors with some LDAP Servers
  • Loading branch information
Ping Yu committed Dec 11, 2013
2 parents 62bc4f0 + 5cd2771 commit 232e088
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions omniauth-ldap.gemspec
Expand Up @@ -10,15 +10,15 @@ Gem::Specification.new do |gem|
gem.license = "MIT"

gem.add_runtime_dependency 'omniauth', '~> 1.0'
gem.add_runtime_dependency 'net-ldap', '~> 0.2.2'
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.add_runtime_dependency 'rubyntlm', '~> 0.1.1'
gem.add_development_dependency 'rspec', '~> 2.7'
gem.add_development_dependency 'simplecov'
gem.add_development_dependency 'rack-test'
gem.add_development_dependency 'libnotify'
gem.add_development_dependency 'ruby-debug19'

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")
Expand Down

0 comments on commit 232e088

Please sign in to comment.