Skip to content

Commit 310a531

Browse files
committed
Bump Gemspec version, add author, fix capitalization
1 parent 0be3a99 commit 310a531

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

github-ldap.gemspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
Gem::Specification.new do |spec|
44
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}
5+
spec.version = "1.6.0"
6+
spec.authors = ["David Calavera", "Matt Todd"]
7+
spec.email = ["david.calavera@gmail.com", "chiology@gmail.com"]
8+
spec.description = %q{LDAP authentication for humans}
9+
spec.summary = %q{LDAP client authentication wrapper without all the boilerplate}
1010
spec.homepage = "https://github.com/github/github-ldap"
1111
spec.license = "MIT"
1212

0 commit comments

Comments
 (0)