[DRE-commits] [ruby-net-ldap] branch master updated (33c0353 -> e87a271)

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

      from  33c0353   install History.rdoc as upstream changelog
      adds  ce7e0e4   Imported Upstream version 0.8.0
       new  1425919   Merge tag 'upstream/0.8.0'
       new  19b0c29   Bump Standards-Version to 3.9.5
       new  86f3def   Drop fix-ruby2-tests path, not needed anymore
       new  e87a271   prepare changelog

The 4 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:
 .travis.yml                           |  10 +
 Contributors.rdoc                     |   1 +
 Gemfile                               |   2 +
 Hacking.rdoc                          |   3 +-
 History.rdoc                          |  12 +
 Manifest.txt                          |   7 +
 README.rdoc                           |  14 +-
 Rakefile                              |   8 +-
 debian/changelog                      |   9 +
 debian/control                        |   2 +-
 debian/patches/fix-ruby2-tests        |  20 --
 debian/patches/series                 |   1 -
 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 +-
 36 files changed, 1119 insertions(+), 407 deletions(-)
 create mode 100644 .travis.yml
 create mode 100644 Gemfile
 delete mode 100644 debian/patches/fix-ruby2-tests
 create mode 100644 lib/net/ldap/instrumentation.rb
 create mode 100644 lib/net/ldap/version.rb
 create mode 100644 spec/unit/ber/core_ext/array_spec.rb
 create mode 100644 spec/unit/ldap/filter_parser_spec.rb
 create mode 100644 spec/unit/ldap/search_spec.rb

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