-
Notifications
You must be signed in to change notification settings - Fork 252
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #377 from ruby-ldap/gemspec-20200829
Update gemspec files
- Loading branch information
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,4 @@ Gemfile.lock | |
.bundle | ||
bin/ | ||
.idea | ||
*.gem |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ Our roadmap for Net::LDAP 1.0 is to gain full <em>client</em> compliance with | |
the most recent LDAP RFCs (4510-4519, plutions of 4520-4532).} | ||
s.email = ["[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]"] | ||
s.extra_rdoc_files = ["Contributors.rdoc", "Hacking.rdoc", "History.rdoc", "License.rdoc", "README.rdoc"] | ||
s.files = `git ls-files`.split $/ | ||
s.files = Dir["*.rdoc", "lib/**/*"] | ||
s.test_files = s.files.grep(%r{^test}) | ||
s.homepage = %q{http://github.com/ruby-ldap/ruby-net-ldap} | ||
s.rdoc_options = ["--main", "README.rdoc"] | ||
|
@@ -32,6 +32,6 @@ the most recent LDAP RFCs (4510-4519, plutions of 4520-4532).} | |
s.add_development_dependency("flexmock", "~> 1.3") | ||
s.add_development_dependency("rake", "~> 12.3.3") | ||
s.add_development_dependency("rubocop", "~> 0.49.0") | ||
s.add_development_dependency("test-unit") | ||
s.add_development_dependency("byebug") unless RUBY_PLATFORM == "java" | ||
s.add_development_dependency("test-unit", "~> 3.3") | ||
s.add_development_dependency("byebug", "~> 9.0.6") unless RUBY_PLATFORM == "java" | ||
end |