[DRE-commits] [ruby-net-ldap] 01/04: Merge tag 'upstream/0.8.0'

Cédric Boutillier boutil at moszumanska.debian.org
Thu Sep 11 21:45:01 UTC 2014


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

boutil pushed a commit to branch master
in repository ruby-net-ldap.

commit 1425919d0e0298a9e72cda286eac8fc9980bf68e
Merge: 33c0353 ce7e0e4
Author: Cédric Boutillier <boutil at debian.org>
Date:   Thu Sep 11 23:26:17 2014 +0200

    Merge tag 'upstream/0.8.0'
    
    Upstream version 0.8.0
    
    # gpg: Signature faite le jeu. 11 sept. 2014 23:26:12 CEST avec la clef RSA d'identifiant 39CD217A
    # gpg: Bonne signature de « Cédric Boutillier <boutil at debian.org> »
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at upmc.fr> »
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at polytechnique.org> »
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at gmail.com> »

 .travis.yml                           |  10 +
 Contributors.rdoc                     |   1 +
 Gemfile                               |   2 +
 Hacking.rdoc                          |   3 +-
 History.rdoc                          |  12 +
 Manifest.txt                          |   7 +
 README.rdoc                           |  14 +-
 Rakefile                              |   8 +-
 lib/net/ber.rb                        |   6 +-
 lib/net/ber/ber_parser.rb             |   5 +
 lib/net/ber/core_ext/array.rb         |  14 +
 lib/net/ber/core_ext/string.rb        |  28 +-
 lib/net/ldap.rb                       | 636 ++++++++++++++++++++++------------
 lib/net/ldap/entry.rb                 |  10 +-
 lib/net/ldap/filter.rb                |  38 +-
 lib/net/ldap/instrumentation.rb       |  23 ++
 lib/net/ldap/password.rb              |  35 +-
 lib/net/ldap/pdu.rb                   |  16 +
 lib/net/ldap/version.rb               |   5 +
 lib/net/snmp.rb                       |   4 +-
 metadata.yml                          | 148 ++++----
 net-ldap.gemspec                      |  25 +-
 spec/integration/ssl_ber_spec.rb      |  11 +-
 spec/spec_helper.rb                   |  23 ++
 spec/unit/ber/ber_spec.rb             |  76 ++--
 spec/unit/ber/core_ext/array_spec.rb  |  24 ++
 spec/unit/ber/core_ext/string_spec.rb |   4 +-
 spec/unit/ldap/filter_parser_spec.rb  |  26 ++
 spec/unit/ldap/filter_spec.rb         |  31 ++
 spec/unit/ldap/search_spec.rb         |  49 +++
 spec/unit/ldap_spec.rb                | 189 +++++++++-
 test/test_snmp.rb                     |  11 +-
 32 files changed, 1109 insertions(+), 385 deletions(-)

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



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