Sha256: eb86cb27b71a4ec788edf5ce0d4d0261a793aa66e601fcb173c7b3ff9b454bb5

Contents?: true

Size: 1.1 KB

Versions: 3

Compression:

Stored size: 1.1 KB

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "cornell_ldap/version"

Gem::Specification.new do |s|
  s.name        = "cornell_ldap"
  s.version     = CornellLdap::VERSION
  s.authors     = ["Ari Epstein"]
  s.email       = ["aepstein607@gmail.com"]
  s.homepage    = "http://github.com/aepstein/cornell_ldap"
  s.summary     = %q{Lightweight LDAP abstraction library to work Cornell's particular structure}
  s.description = %q{Using ActiveLdap, this library provides an easy interface for communicating with the Cornell University LDAP directory.  Use of this directory is restricted to purposes authorized by the university.}

  s.rubyforge_project = "cornell_ldap"

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ["lib"]
  s.rubygems_version = %q{1.3.7}
  s.test_files = [
    "spec/cornell_ldap_spec.rb",
     "spec/spec_helper.rb"
  ]

  s.add_development_dependency 'rspec'
  s.add_dependency 'net-ldap'

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cornell_ldap-1.4.4 cornell_ldap.gemspec
cornell_ldap-1.4.3 cornell_ldap.gemspec
cornell_ldap-1.4.2 cornell_ldap.gemspec