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