Skip to content

Commit eedec06

Browse files
committed
Merge pull request #145 from ruby-ldap/update-ruby-requirement
Update ruby requirement >= 1.9.3
2 parents 5b54513 + a4f15c8 commit eedec06

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

net-ldap.gemspec

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,9 @@ the most recent LDAP RFCs (4510-4519, plutions of 4520-4532).}
2929
s.homepage = %q{http://github.com/ruby-ldap/ruby-net-ldap}
3030
s.rdoc_options = ["--main", "README.rdoc"]
3131
s.require_paths = ["lib"]
32-
s.required_ruby_version = Gem::Requirement.new(">= 1.8.7")
33-
s.rubyforge_project = %q{net-ldap}
32+
s.required_ruby_version = Gem::Requirement.new(">= 1.9.3")
3433
s.rubygems_version = %q{1.5.2}
3534
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}
36-
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"]
3735

3836
if s.respond_to? :specification_version then
3937
s.specification_version = 3

0 commit comments

Comments
 (0)