2006-04-30 05:34:34 +02:00
|
|
|
spec = Gem::Specification.new {|s|
|
|
|
|
s.name = "netldap"
|
2006-04-30 13:32:52 +02:00
|
|
|
s.version = "0.0.1"
|
2006-04-30 05:34:34 +02:00
|
|
|
s.author = "Francis Cianfrocca"
|
|
|
|
s.email = "garbagecat10@gmail.com"
|
|
|
|
s.homepage = "netldap@rubyforge.org"
|
|
|
|
s.summary = "Net::LDAP library"
|
|
|
|
s.files = FileList["{bin,tests,lib}/**/*"].exclude("rdoc").to_a
|
|
|
|
s.require_paths = ["lib"]
|
|
|
|
s.test_file = "tests/testem.rb"
|
|
|
|
s.has_rdoc = true
|
2006-04-30 13:32:52 +02:00
|
|
|
s.extra_rdoc_files = ["README", "ChangeLog", "LICENCE"]
|
2006-04-30 05:34:34 +02:00
|
|
|
}
|