[DRE-commits] [ruby-activeldap] 01/02: Merge tag 'upstream/4.0.1'

Marc Dequènes duck at moszumanska.debian.org
Sun Dec 29 22:20:35 UTC 2013


This is an automated email from the git hooks/post-receive script.

duck pushed a commit to branch master
in repository ruby-activeldap.

commit f62858d3fb6d8bad3fbfa6effefc59833136b7f9
Merge: 4aa2885 c0ef96f
Author: Marc Dequènes (Duck) <Duck at DuckCorp.org>
Date:   Sun Dec 29 22:32:24 2013 +0100

    Merge tag 'upstream/4.0.1'
    
    Upstream version 4.0.1

 Gemfile                                            |   3 +
 README.textile                                     |   8 +-
 doc/text/news.textile                              |  76 ++++++++++
 doc/text/rails.textile                             |   9 +-
 lib/active_ldap.rb                                 |   4 +-
 lib/active_ldap/acts/tree.rb                       |  18 ++-
 lib/active_ldap/adapter/base.rb                    |  14 +-
 lib/active_ldap/adapter/jndi.rb                    |   6 +
 lib/active_ldap/adapter/jndi_connection.rb         |   1 +
 lib/active_ldap/adapter/ldap.rb                    |  14 +-
 lib/active_ldap/adapter/net_ldap.rb                |  14 +-
 lib/active_ldap/associations.rb                    |   2 +-
 lib/active_ldap/attributes.rb                      |  35 +----
 lib/active_ldap/base.rb                            |  76 ++++++----
 lib/active_ldap/callbacks.rb                       |   4 +-
 lib/active_ldap/entry.rb                           |   8 +
 lib/active_ldap/entry_attribute.rb                 |   6 +-
 lib/active_ldap/object_class.rb                    |   4 +
 lib/active_ldap/persistence.rb                     |   3 +-
 lib/active_ldap/schema.rb                          |  28 ++--
 lib/active_ldap/schema/syntaxes.rb                 |  17 +++
 lib/active_ldap/user_password.rb                   |   2 +-
 lib/active_ldap/validations.rb                     |   6 +-
 lib/active_ldap/version.rb                         |   2 +-
 .../active_ldap/model/model_generator.rb           |   6 +-
 metadata.yml                                       |  33 +++-
 test/command.rb                                    |   3 +-
 test/test_attributes.rb                            | 168 ++++++++++++++-------
 test/test_base.rb                                  |   8 -
 test/test_entry.rb                                 |  19 +++
 test/test_entry_attribute.rb                       |  24 +++
 test/test_object_class.rb                          |  19 +++
 test/test_user.rb                                  |   3 +-
 test/test_validation.rb                            |  11 +-
 34 files changed, 470 insertions(+), 184 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-activeldap.git



More information about the Pkg-ruby-extras-commits mailing list