/usr/share/rubygems-integration/2.5.0/specifications/tokyocabinet-1.31.gemspec is in ruby-tokyocabinet 1.31-5build2.
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 | # -*- encoding: utf-8 -*-
# stub: tokyocabinet 1.31 ruby .
# stub: extconf.rb
Gem::Specification.new do |s|
s.name = "tokyocabinet".freeze
s.version = "1.31"
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.require_paths = [".".freeze]
s.authors = ["FAL Labs".freeze]
s.date = "2018-03-01"
s.description = "Tokyo Cabinet is a library of routines for managing a database. The database is a simple data file containing records, each is a pair of a key and a value. Every key and value is serial bytes with variable length. Both binary data and character string can be used as a key and a value. There is neither concept of data tables nor data types. Records are organized in hash table, B+ tree, or fixed-length array.".freeze
s.email = "info@fallabs.com".freeze
s.extensions = ["extconf.rb".freeze]
s.files = ["extconf.rb".freeze, "tokyocabinet.c".freeze]
s.homepage = "http://fallabs.com/tokyocabinet/".freeze
s.rubygems_version = "2.7.3".freeze
s.summary = "Tokyo Cabinet: a modern implementation of DBM.".freeze
end
|