/usr/share/rubygems-integration/2.0/specifications/dbi-0.4.5.gemspec is in ruby-dbi 0.4.5-2.
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 29 30 31 32 33 34 | # -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "dbi"
s.version = "0.4.5"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Erik Hollensbe", "Christopher Maujean"]
s.date = "2010-05-17"
s.description = "A vendor independent interface for accessing databases, similar to Perl's DBI"
s.email = "ruby-dbi-users@rubyforge.org"
s.executables = ["dbi", "test_broken_dbi"]
s.extra_rdoc_files = ["README", "LICENSE", "ChangeLog"]
s.files = ["examples/test1.pl", "examples/test1.rb", "examples/xmltest.rb", "bin/dbi", "build/Rakefile.dbi.rb", "lib/dbi.rb", "lib/dbi/base_classes/database.rb", "lib/dbi/base_classes/driver.rb", "lib/dbi/base_classes/statement.rb", "lib/dbi/base_classes.rb", "lib/dbi/binary.rb", "lib/dbi/columninfo.rb", "lib/dbi/exceptions.rb", "lib/dbi/handles/database.rb", "lib/dbi/handles/driver.rb", "lib/dbi/handles/statement.rb", "lib/dbi/handles.rb", "lib/dbi/row.rb", "lib/dbi/sql/preparedstatement.rb", "lib/dbi/sql.rb", "lib/dbi/sql_type_constants.rb", "lib/dbi/trace.rb", "lib/dbi/types.rb", "lib/dbi/typeutil.rb", "lib/dbi/utils/date.rb", "lib/dbi/utils/tableformatter.rb", "lib/dbi/utils/time.rb", "lib/dbi/utils/timestamp.rb", "lib/dbi/utils/xmlformatter.rb", "lib/dbi/utils.rb", "test/ts_dbi.rb", "test/dbi/tc_columninfo.rb", "test/dbi/tc_date.rb", "test/dbi/tc_dbi.rb", "test/dbi/tc_row.rb", "test/dbi/tc_sqlbind.rb", "test/dbi/tc_statementhandle.rb", "test/dbi/tc_time.rb", "test/dbi/tc_timestamp.rb", "test/dbi/tc_types.rb", "README", "LICENSE", "ChangeLog", "bin/test_broken_dbi"]
s.homepage = "http://www.rubyforge.org/projects/ruby-dbi"
s.require_paths = ["lib"]
s.required_ruby_version = Gem::Requirement.new(">= 1.8.0")
s.rubyforge_project = "ruby-dbi"
s.rubygems_version = "1.8.23"
s.summary = "A vendor independent interface for accessing databases, similar to Perl's DBI"
s.test_files = ["test/ts_dbi.rb"]
if s.respond_to? :specification_version then
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<deprecated>, ["= 2.0.1"])
else
s.add_dependency(%q<deprecated>, ["= 2.0.1"])
end
else
s.add_dependency(%q<deprecated>, ["= 2.0.1"])
end
end
|