/usr/share/rubygems-integration/2.3.0/specifications/tokyocabinet-1.31.gemspec is in ruby-tokyocabinet 1.31-5.
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"
s.version = "1.31"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["."]
s.authors = ["FAL Labs"]
s.date = "2016-03-22"
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."
s.email = "info@fallabs.com"
s.extensions = ["extconf.rb"]
s.files = ["extconf.rb", "tokyocabinet.c"]
s.homepage = "http://fallabs.com/tokyocabinet/"
s.rubygems_version = "2.5.1"
s.summary = "Tokyo Cabinet: a modern implementation of DBM."
end
|