[DRE-commits] [ruby-net-ldap] 02/07: Merge tag 'upstream/0.11'
Sebastien Badia
sbadia-guest at moszumanska.debian.org
Fri Apr 10 15:47:27 UTC 2015
This is an automated email from the git hooks/post-receive script.
sbadia-guest pushed a commit to branch master
in repository ruby-net-ldap.
commit 0ae660b047af1af371faef04d41094fc627f7757
Merge: e87a271 94f2f4c
Author: Sebastien Badia <seb at sebian.fr>
Date: Fri Apr 10 17:09:37 2015 +0200
Merge tag 'upstream/0.11'
Upstream version 0.11
.autotest | 11 -
.gemtest | 0
.gitignore | 9 +
.rspec | 2 -
.rubocop.yml | 5 +
.rubocop_todo.yml | 462 +++++++++++++++++
.travis.yml | 20 +-
CONTRIBUTING.md | 54 ++
Contributors.rdoc | 2 +
Hacking.rdoc | 8 +-
History.rdoc | 62 +++
Manifest.txt | 56 --
README.rdoc | 25 +-
Rakefile | 84 +--
autotest/discover.rb | 1 -
lib/net/ber/ber_parser.rb | 15 +-
lib/net/ber/core_ext.rb | 19 +-
lib/net/ber/core_ext/bignum.rb | 22 -
lib/net/ber/core_ext/fixnum.rb | 66 ---
lib/net/ber/core_ext/integer.rb | 74 +++
lib/net/ber/core_ext/string.rb | 14 +-
lib/net/ber/core_ext/true_class.rb | 5 +-
lib/net/ldap.rb | 899 +++++++--------------------------
lib/net/ldap/connection.rb | 702 +++++++++++++++++++++++++
lib/net/ldap/dataset.rb | 22 +-
lib/net/ldap/entry.rb | 4 +-
lib/net/ldap/error.rb | 38 ++
lib/net/ldap/filter.rb | 35 +-
lib/net/ldap/password.rb | 22 +-
lib/net/ldap/pdu.rb | 32 +-
lib/net/ldap/version.rb | 2 +-
lib/net/snmp.rb | 476 +++++++++--------
metadata.yml | 169 +++----
net-ldap.gemspec | 42 +-
script/install-openldap | 111 ++++
script/package | 7 +
script/release | 16 +
spec/integration/ssl_ber_spec.rb | 39 --
spec/spec.opts | 2 -
spec/spec_helper.rb | 28 -
spec/unit/ber/ber_spec.rb | 141 ------
spec/unit/ber/core_ext/array_spec.rb | 24 -
spec/unit/ber/core_ext/string_spec.rb | 51 --
spec/unit/ldap/dn_spec.rb | 80 ---
spec/unit/ldap/entry_spec.rb | 51 --
spec/unit/ldap/filter_parser_spec.rb | 26 -
spec/unit/ldap/filter_spec.rb | 115 -----
spec/unit/ldap/search_spec.rb | 49 --
spec/unit/ldap_spec.rb | 223 --------
test/ber/core_ext/test_array.rb | 22 +
test/ber/core_ext/test_string.rb | 25 +
test/ber/test_ber.rb | 145 ++++++
test/common.rb | 3 -
test/fixtures/cacert.pem | 20 +
test/fixtures/openldap/memberof.ldif | 33 ++
test/fixtures/openldap/retcode.ldif | 76 +++
test/fixtures/openldap/slapd.conf.ldif | 67 +++
test/fixtures/seed.ldif | 374 ++++++++++++++
test/integration/test_add.rb | 28 +
test/integration/test_ber.rb | 30 ++
test/integration/test_bind.rb | 34 ++
test/integration/test_delete.rb | 31 ++
test/integration/test_open.rb | 88 ++++
test/integration/test_return_codes.rb | 38 ++
test/integration/test_search.rb | 77 +++
test/support/vm/openldap/.gitignore | 1 +
test/support/vm/openldap/README.md | 32 ++
test/support/vm/openldap/Vagrantfile | 33 ++
test/test_dn.rb | 44 ++
test/test_entry.rb | 118 +++--
test/test_filter.rb | 109 +++-
test/test_filter_parser.rb | 20 +
test/test_helper.rb | 66 +++
test/test_ldap.rb | 60 +++
test/test_ldap_connection.rb | 384 +++++++++++++-
test/test_ldif.rb | 27 +-
test/test_password.rb | 13 +-
test/test_rename.rb | 4 +-
test/test_search.rb | 39 ++
test/test_snmp.rb | 2 +-
test/test_ssl_ber.rb | 40 ++
81 files changed, 4218 insertions(+), 2287 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