We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6717bbe commit 3242f85Copy full SHA for 3242f85
lib/omniauth-ldap/version.rb
@@ -1,5 +1,5 @@
1
module OmniAuth
2
module LDAP
3
- VERSION = "1.0.5"
+ VERSION = "2.0.0"
4
end
5
omniauth-ldap.gemspec
@@ -2,8 +2,8 @@
require File.expand_path('../lib/omniauth-ldap/version', __FILE__)
Gem::Specification.new do |gem|
- gem.authors = ["Ping Yu"]
6
- gem.email = ["ping@intridea.com"]
+ gem.authors = ["Ping Yu", "Tom Milewski"]
+ gem.email = ["ping@intridea.com", "tmilewski@gmail.com"]
7
gem.description = %q{A LDAP strategy for OmniAuth.}
8
gem.summary = %q{A LDAP strategy for OmniAuth.}
9
gem.homepage = "https://github.com/intridea/omniauth-ldap"
0 commit comments