From 153879aacb02bfe29f85409dc80104a5f48b11d7 Mon Sep 17 00:00:00 2001 From: Jerry Cheung Date: Wed, 22 Oct 2014 10:30:15 -0700 Subject: [PATCH 1/3] require ruby >= 1.9.3 --- net-ldap.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-ldap.gemspec b/net-ldap.gemspec index 454ab446..b6649c03 100644 --- a/net-ldap.gemspec +++ b/net-ldap.gemspec @@ -29,7 +29,7 @@ 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.required_ruby_version = Gem::Requirement.new(">= 1.9.3") s.rubyforge_project = %q{net-ldap} 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} From cc32757fa5b2c9183b19200f002be62a88144afa Mon Sep 17 00:00:00 2001 From: Jerry Cheung Date: Wed, 22 Oct 2014 10:30:32 -0700 Subject: [PATCH 2/3] rubyforge is no more --- net-ldap.gemspec | 1 - 1 file changed, 1 deletion(-) diff --git a/net-ldap.gemspec b/net-ldap.gemspec index b6649c03..981c75da 100644 --- a/net-ldap.gemspec +++ b/net-ldap.gemspec @@ -30,7 +30,6 @@ the most recent LDAP RFCs (4510-4519, plutions of 4520-4532).} s.rdoc_options = ["--main", "README.rdoc"] s.require_paths = ["lib"] s.required_ruby_version = Gem::Requirement.new(">= 1.9.3") - s.rubyforge_project = %q{net-ldap} 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"] From a4f15c85da3e3dd64b8ceb5cabd88d0e6898da67 Mon Sep 17 00:00:00 2001 From: Jerry Cheung Date: Wed, 22 Oct 2014 10:31:28 -0700 Subject: [PATCH 3/3] remove duplidate test_files definition --- net-ldap.gemspec | 1 - 1 file changed, 1 deletion(-) diff --git a/net-ldap.gemspec b/net-ldap.gemspec index 981c75da..30ca60ad 100644 --- a/net-ldap.gemspec +++ b/net-ldap.gemspec @@ -32,7 +32,6 @@ the most recent LDAP RFCs (4510-4519, plutions of 4520-4532).} 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