Skip to content

Commit ecd9430

Browse files
Merge pull request #377 from ruby-ldap/gemspec-20200829
Update gemspec files
2 parents d95697c + 7cddc21 commit ecd9430

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ Gemfile.lock
88
.bundle
99
bin/
1010
.idea
11+
*.gem

net-ldap.gemspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Our roadmap for Net::LDAP 1.0 is to gain full <em>client</em> compliance with
2121
the most recent LDAP RFCs (4510-4519, plutions of 4520-4532).}
2222
2323
s.extra_rdoc_files = ["Contributors.rdoc", "Hacking.rdoc", "History.rdoc", "License.rdoc", "README.rdoc"]
24-
s.files = `git ls-files`.split $/
24+
s.files = Dir["*.rdoc", "lib/**/*"]
2525
s.test_files = s.files.grep(%r{^test})
2626
s.homepage = %q{http://github.com/ruby-ldap/ruby-net-ldap}
2727
s.rdoc_options = ["--main", "README.rdoc"]
@@ -32,6 +32,6 @@ the most recent LDAP RFCs (4510-4519, plutions of 4520-4532).}
3232
s.add_development_dependency("flexmock", "~> 1.3")
3333
s.add_development_dependency("rake", "~> 12.3.3")
3434
s.add_development_dependency("rubocop", "~> 0.49.0")
35-
s.add_development_dependency("test-unit")
36-
s.add_development_dependency("byebug") unless RUBY_PLATFORM == "java"
35+
s.add_development_dependency("test-unit", "~> 3.3")
36+
s.add_development_dependency("byebug", "~> 9.0.6") unless RUBY_PLATFORM == "java"
3737
end

0 commit comments

Comments
 (0)