Sha256: 9827c237df6152209371b3df68af330405db3ff34d8c226e730387c365a4c5bc

Contents?: true

Size: 725 Bytes

Versions: 1

Compression:

Stored size: 725 Bytes

Contents

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

Gem::Specification.new do |s|
  s.name = "activeldap3"
  s.version = '1.2.3'
  s.platform = Gem::Platform::RUBY
  s.authors = ["Will Drewry", "Kouhei Sutou", "koutou", "Kenny Ortmann"]
  s.email = ['kenny.ortmann@gmail.com']
  s.homepage = "https://github.com/asynchrony/ruby-activeldap"
  s.summary = %q{working towards getting active ldap to work on rails 3}
  s.description = %q{working towards getting active ldap to work on rails 3}

  s.files = `git ls-files`.split("\n")
  s.test_files = `git ls-files -- {test}/*`.split("\n")
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ["lib", "po"]
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
activeldap3-1.2.3 activeldap3.gemspec