Skip to content

Commit

Permalink
Merge pull request #2 from shreyasahir/master
Browse files Browse the repository at this point in the history
upgraded ruby-net-ldap gem to version 0.15 keeping keepalive changes intact
  • Loading branch information
smlsml authored Sep 23, 2016
2 parents 4b0ddd9 + 61c0936 commit 15cb42e
Show file tree
Hide file tree
Showing 89 changed files with 5,187 additions and 2,020 deletions.
11 changes: 0 additions & 11 deletions .autotest

This file was deleted.

11 changes: 4 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
spec/ldap.yml
*~
*.swp
.rvmrc
*.gemspec
pkg/
*.swp
html/
doc/
publish/
coverage/
coverage.info
.rake_tasks~
Gemfile.lock
.bundle
bin/
2 changes: 0 additions & 2 deletions .rspec

This file was deleted.

17 changes: 17 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
inherit_from: .rubocop_todo.yml

AllCops:
Exclude:
- 'pkg/**/*'

Style/ExtraSpacing:
Enabled: false

Lint/AssignmentInCondition:
Enabled: false

Style/ParallelAssignment:
Enabled: false

Style/TrailingComma:
EnforcedStyleForMultiline: comma
Loading

0 comments on commit 15cb42e

Please sign in to comment.