/usr/share/rubygems-integration/2.3.0/specifications/bdb-0.6.6.gemspec is in ruby-bdb 0.6.6-2build3.
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 | # -*- encoding: utf-8 -*-
# stub: bdb 0.6.6 ruby lib
# stub: src/extconf.rb
Gem::Specification.new do |s|
s.name = "bdb"
s.version = "0.6.6"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["Akinori MUSHA", "Guy Decoux"]
s.date = "2016-03-13"
s.description = "This is a Ruby interface to Berkeley DB >= 2.0."
s.email = ["knu@idaemons.org", nil]
s.extensions = ["src/extconf.rb"]
s.files = ["src/extconf.rb"]
s.homepage = "https://github.com/knu/ruby-bdb"
s.licenses = ["Ruby's"]
s.rubygems_version = "2.5.1"
s.summary = "A Ruby interface to Berkeley DB >= 2.0"
end
|