Ldap_Login_For_Mdu/ldap_login.gemspec

23 lines
686 B
Ruby

$:.push File.expand_path("../lib", __FILE__)
# Maintain your gem's version:
require "ldap_login/version"
# Describe your gem and declare its dependencies:
Gem::Specification.new do |s|
s.name = "ldap_login"
s.version = LdapLogin::VERSION
s.authors = ["Harry Bomrah"]
s.email = ["harry@rulingcom.com"]
s.homepage = "http://www.rulingcom.com"
s.summary = "Summary of LdapLogin."
s.description = "Description of LdapLogin."
s.license = "MIT"
s.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.rdoc"]
s.test_files = Dir["test/**/*"]
s.add_dependency "net-ldap"
s.add_development_dependency "sqlite3"
end