[DRE-commits] [ruby-activeldap] branch master updated (4aa2885 -> 5d4a6fe)

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 change to branch master
in repository ruby-activeldap.

      from  4aa2885   prepare for upload
      adds  c0ef96f   Imported Upstream version 4.0.1
       new  f62858d   Merge tag 'upstream/4.0.1'
       new  5d4a6fe   [evol] NUR

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Gemfile                                            |   3 +
 README.textile                                     |   8 +-
 debian/changelog                                   |   7 +
 debian/control                                     |   4 +-
 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 +-
 36 files changed, 479 insertions(+), 186 deletions(-)
 create mode 100644 lib/active_ldap/entry.rb
 create mode 100644 test/test_entry.rb
 create mode 100644 test/test_entry_attribute.rb

-- 
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