/usr/share/rubygems-integration/2.5.0/specifications/unicode-0.4.4.gemspec is in ruby-unicode 0.4.4-2build8.
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: unicode 0.4.4 ruby lib
# stub: extconf.rb
Gem::Specification.new do |s|
s.name = "unicode".freeze
s.version = "0.4.4"
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib".freeze]
s.authors = ["Yoshida Masato".freeze]
s.date = "2018-03-01"
s.description = "Unicode normalization library.".freeze
s.email = "yoshidam@yoshidam.net".freeze
s.extensions = ["extconf.rb".freeze]
s.extra_rdoc_files = ["README".freeze]
s.files = ["README".freeze, "extconf.rb".freeze, "lib/.dummy".freeze, "tools/README".freeze, "tools/mkunidata.rb".freeze, "tools/normtest.rb".freeze, "unicode.c".freeze, "unidata.map".freeze, "ustring.c".freeze, "ustring.h".freeze, "wstring.c".freeze, "wstring.h".freeze]
s.homepage = "http://www.yoshidam.net/Ruby.html#unicode".freeze
s.rubygems_version = "2.7.3".freeze
s.summary = "Unicode normalization library.".freeze
end
|