@@ -21,7 +21,7 @@ Our roadmap for Net::LDAP 1.0 is to gain full <em>client</em> compliance with
21
21
the most recent LDAP RFCs (4510-4519, plutions of 4520-4532).}
22
22
s . email = [ "blackhedd@rubyforge.org" , "gemiel@gmail.com" , "rory.ocon@gmail.com" , "kaspar.schiess@absurd.li" , "austin@rubyforge.org" ]
23
23
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/**/*" ]
25
25
s . test_files = s . files . grep ( %r{^test} )
26
26
s . homepage = %q{http://github.com/ruby-ldap/ruby-net-ldap}
27
27
s . rdoc_options = [ "--main" , "README.rdoc" ]
@@ -32,6 +32,6 @@ the most recent LDAP RFCs (4510-4519, plutions of 4520-4532).}
32
32
s . add_development_dependency ( "flexmock" , "~> 1.3" )
33
33
s . add_development_dependency ( "rake" , "~> 12.3.3" )
34
34
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"
37
37
end
0 commit comments