Merge pull request #71 from github/release-1.6.0

Release v1.6.0
This commit is contained in:
Matt Todd 2014-12-05 19:40:51 -08:00
Родитель 0be3a99315 7f6f180560
Коммит d34a89974b
2 изменённых файлов: 11 добавлений и 5 удалений

Просмотреть файл

@ -1,5 +1,11 @@
# CHANGELOG
## v1.6.0
* Expose `GitHub::Ldap::Group.group?` for testing if entry is a group [#67](https://github.com/github/github-ldap/pull/67)
* Add *Member Search* strategies [#64](https://github.com/github/github-ldap/pull/64) [#68](https://github.com/github/github-ldap/pull/68) [#69](https://github.com/github/github-ldap/pull/69)
* Simplify *Member Search* and *Membership Validation* search strategy configuration, detection, and default behavior [#70](https://github.com/github/github-ldap/pull/70)
## v1.5.0
* Automatically detect membership validator strategy by default [#58](https://github.com/github/github-ldap/pull/58) [#62](https://github.com/github/github-ldap/pull/62)

Просмотреть файл

@ -2,11 +2,11 @@
Gem::Specification.new do |spec|
spec.name = "github-ldap"
spec.version = "1.5.0"
spec.authors = ["David Calavera"]
spec.email = ["david.calavera@gmail.com"]
spec.description = %q{Ldap authentication for humans}
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}
spec.homepage = "https://github.com/github/github-ldap"
spec.license = "MIT"