/usr/share/rubygems-integration/2.0/specifications/ruby-odbc-0.99995.gemspec is in ruby-odbc 0.99995-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 | # -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "ruby-odbc"
s.version = "0.99995"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Christian Werner"]
s.date = "2013-12-19"
s.email = "chw @nospam@ ch-werner.de"
s.extensions = ["ext/extconf.rb", "ext/utf8/extconf.rb"]
s.extra_rdoc_files = ["README", "COPYING", "ChangeLog", "GPL", "doc/odbc.html"]
s.files = ["README", "COPYING", "test", "test/test.rb", "test/50drop_table.rb", "test/utf8", "test/utf8/test.rb", "test/40update.rb", "test/10create_table.rb", "test/70close.rb", "test/00connect.rb", "test/20insert.rb", "test/30select.rb", "MANIFEST", "debian", "debian/ruby-odbc.examples", "debian/ruby-odbc-dbg.debhelper.log", "debian/ruby-odbc", "debian/compat", "debian/changelog", "debian/copyright", "debian/patches", "debian/patches/ext_enable_dlopen.patch", "debian/patches/series", "debian/patches/001extconf_dlopen.patch", "debian/source", "debian/source/format", "debian/ruby-odbc.doc-base", "debian/rules", "debian/control", "debian/README.Debian", "debian/ruby-odbc.docs", "debian/ruby-odbc.debhelper.log", "debian/ruby-odbc-dbg", "debian/watch", "ext", "ext/init.c", "ext/odbc.c", "ext/extconf.rb", "ext/utf8", "ext/utf8/init.c", "ext/utf8/odbc.c", "ext/utf8/extconf.rb", "ruby-odbc.gemspec", "GPL", "doc", "doc/odbc.html", "lib", "lib/cqgen.rb", "ChangeLog"]
s.homepage = "http://www.ch-werner.de/rubyodbc"
s.require_paths = ["lib", "lib"]
s.rubygems_version = "1.8.23"
s.summary = "ODBC binding for Ruby"
if s.respond_to? :specification_version then
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
else
end
else
end
end
|