/usr/share/rubygems-integration/2.0/specifications/ruby-ldap-0.9.16.gemspec is in ruby-ldap 0.9.16-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | # -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "ruby-ldap"
s.version = "0.9.16"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Alexey Chebotar"]
s.date = "2013-09-06"
s.description = "It provides the interface to some LDAP libraries (e.g. OpenLDAP, Netscape SDK and Active Directory). The common API for application development is described in RFC1823 and is supported by Ruby/LDAP.\n"
s.email = "alexey.chebotar@gmail.com"
s.extensions = ["extconf.rb"]
s.files = ["ChangeLog", "COPYING", "FAQ", "NOTES", "README", "TODO", "test/ext.rb", "test/compare.rb", "test/bind-sasl.rb", "test/misc1.rb", "test/add.rb", "test/tc_schema.rb", "test/add2.rb", "test/search.rb", "test/add3.rb", "test/modrdn.rb", "test/bind-ssl.rb", "test/setup.rb", "test/search3.rb", "test/delete.rb", "test/search2.rb", "test/tc_conn.rb", "test/ts_ldap.rb", "test/conf.rb", "test/misc2.rb", "test/bind-ldaps.rb", "test/tc_search.rb", "test/bind.rb", "test/tc_ldif.rb", "test/subschema.rb", "test/moz_cert.rb", "lib/ldap/schema.rb", "lib/ldap/control.rb", "lib/ldap/ldif.rb", "extconf.rb", "rbldap.h", "win/winlber.h", "win/winldap.h", "conn.c", "sslconn.c", "entry.c", "clientauth.c", "ldap.c", "mod.c", "saslconn.c", "misc.c", "win/wldap32.def"]
s.homepage = "http://ruby-ldap.sourceforge.net/"
s.require_paths = ["lib"]
s.rubyforge_project = "ruby-ldap"
s.rubygems_version = "1.8.23"
s.summary = "Ruby/LDAP is an extension module for Ruby"
if s.respond_to? :specification_version then
s.specification_version = 4
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
else
end
else
end
end
|