Skip to content

Commit 153879a

Browse files
author
Jerry Cheung
committed
require ruby >= 1.9.3
1 parent 5b54513 commit 153879a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net-ldap.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ 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")
32+
s.required_ruby_version = Gem::Requirement.new(">= 1.9.3")
3333
s.rubyforge_project = %q{net-ldap}
3434
s.rubygems_version = %q{1.5.2}
3535
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}

0 commit comments

Comments
 (0)