File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## v1.7.0
4+
5+ * Accept ` :depth ` option for Recursive membership validator strategy instance [ #73 ] ( https://github.com/github/github-ldap/pull/73 )
6+ * Deprecate ` depth ` argument to ` Recursive ` membership validator ` perform ` method
7+ * Bump net-ldap dependency to 0.10.0 at minimum [ #72 ] ( https://github.com/github/github-ldap/pull/72 )
8+
39## v1.6.0
410
511* Expose ` GitHub::Ldap::Group.group? ` for testing if entry is a group [ #67 ] ( https://github.com/github/github-ldap/pull/67 )
Original file line number Diff line number Diff line change 22
33Gem ::Specification . new do |spec |
44 spec . name = "github-ldap"
5- spec . version = "1.6 .0"
5+ spec . version = "1.7 .0"
66 spec . authors = [ "David Calavera" , "Matt Todd" ]
77 spec . email = [ "david.calavera@gmail.com" , "chiology@gmail.com" ]
88 spec . description = %q{LDAP authentication for humans}
You can’t perform that action at this time.
0 commit comments