Skip to content

Commit 15cb42e

Browse files
authored
Merge pull request #2 from shreyasahir/master
upgraded ruby-net-ldap gem to version 0.15 keeping keepalive changes intact
2 parents 4b0ddd9 + 61c0936 commit 15cb42e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+5187
-2020
lines changed

.autotest

Lines changed: 0 additions & 11 deletions
This file was deleted.

.gitignore

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
spec/ldap.yml
1+
*~
2+
*.swp
23
.rvmrc
3-
*.gemspec
44
pkg/
5-
*.swp
6-
html/
75
doc/
86
publish/
9-
coverage/
10-
coverage.info
11-
.rake_tasks~
127
Gemfile.lock
8+
.bundle
9+
bin/

.rspec

Lines changed: 0 additions & 2 deletions
This file was deleted.

.rubocop.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
inherit_from: .rubocop_todo.yml
2+
3+
AllCops:
4+
Exclude:
5+
- 'pkg/**/*'
6+
7+
Style/ExtraSpacing:
8+
Enabled: false
9+
10+
Lint/AssignmentInCondition:
11+
Enabled: false
12+
13+
Style/ParallelAssignment:
14+
Enabled: false
15+
16+
Style/TrailingComma:
17+
EnforcedStyleForMultiline: comma

0 commit comments

Comments
 (0)