diff --git a/net-ldap.gemspec b/net-ldap.gemspec index 454ab446..30ca60ad 100644 --- a/net-ldap.gemspec +++ b/net-ldap.gemspec @@ -29,11 +29,9 @@ the most recent LDAP RFCs (4510-4519, plutions of 4520-4532).} s.homepage = %q{http://github.com/ruby-ldap/ruby-net-ldap} s.rdoc_options = ["--main", "README.rdoc"] s.require_paths = ["lib"] - s.required_ruby_version = Gem::Requirement.new(">= 1.8.7") - s.rubyforge_project = %q{net-ldap} + s.required_ruby_version = Gem::Requirement.new(">= 1.9.3") s.rubygems_version = %q{1.5.2} s.summary = %q{Net::LDAP for Ruby (also called net-ldap) implements client access for the Lightweight Directory Access Protocol (LDAP), an IETF standard protocol for accessing distributed directory services} - s.test_files = ["test/test_entry.rb", "test/test_filter.rb", "test/test_ldap_connection.rb", "test/test_ldif.rb", "test/test_password.rb", "test/test_rename.rb", "test/test_snmp.rb"] if s.respond_to? :specification_version then s.specification_version = 3