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 0be3a99 commit 310a531Copy full SHA for 310a531
github-ldap.gemspec
@@ -2,11 +2,11 @@
2
3
Gem::Specification.new do |spec|
4
spec.name = "github-ldap"
5
- spec.version = "1.5.0"
6
- spec.authors = ["David Calavera"]
7
- spec.email = ["david.calavera@gmail.com"]
8
- spec.description = %q{Ldap authentication for humans}
9
- spec.summary = %q{Ldap client authentication wrapper without all the boilerplate}
+ spec.version = "1.6.0"
+ spec.authors = ["David Calavera", "Matt Todd"]
+ spec.email = ["david.calavera@gmail.com", "chiology@gmail.com"]
+ spec.description = %q{LDAP authentication for humans}
+ spec.summary = %q{LDAP client authentication wrapper without all the boilerplate}
10
spec.homepage = "https://github.com/github/github-ldap"
11
spec.license = "MIT"
12
0 commit comments