net-ldap 0.13.0 → 0.14.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of net-ldap might be problematic. Click here for more details.

metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: net-ldap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.0
4
+ version: 0.14.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Francis Cianfrocca
@@ -13,7 +13,7 @@ authors:
13
13
  autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
- date: 2016-01-07 00:00:00.000000000 Z
16
+ date: 2016-02-05 00:00:00.000000000 Z
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
19
19
  name: flexmock
@@ -167,6 +167,7 @@ files:
167
167
  - test/integration/test_bind.rb
168
168
  - test/integration/test_delete.rb
169
169
  - test/integration/test_open.rb
170
+ - test/integration/test_password_modify.rb
170
171
  - test/integration/test_return_codes.rb
171
172
  - test/integration/test_search.rb
172
173
  - test/support/vm/openldap/.gitignore
@@ -211,7 +212,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
211
212
  version: '0'
212
213
  requirements: []
213
214
  rubyforge_project:
214
- rubygems_version: 2.2.3
215
+ rubygems_version: 2.5.1
215
216
  signing_key:
216
217
  specification_version: 4
217
218
  summary: Net::LDAP for Ruby (also called net-ldap) implements client access for the
@@ -231,6 +232,7 @@ test_files:
231
232
  - test/integration/test_bind.rb
232
233
  - test/integration/test_delete.rb
233
234
  - test/integration/test_open.rb
235
+ - test/integration/test_password_modify.rb
234
236
  - test/integration/test_return_codes.rb
235
237
  - test/integration/test_search.rb
236
238
  - test/support/vm/openldap/.gitignore
@@ -253,4 +255,3 @@ test_files:
253
255
  - test/testdata.ldif
254
256
  - testserver/ldapserver.rb
255
257
  - testserver/testdata.ldif
256
- has_rdoc: