/usr/share/rubygems-integration/2.3.0/specifications/ruby-gd-0.8.0.gemspec is in ruby-gd 0.8.0-7build5.
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: ruby-gd 0.8.0 ruby lib
# stub: extconf.rb
Gem::Specification.new do |s|
s.name = "ruby-gd"
s.version = "0.8.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["Ryuichi Tamura"]
s.autorequire = "GD"
s.date = "2016-03-13"
s.email = "tam at kais dot kyoto-u dot ac dot jp"
s.extensions = ["extconf.rb"]
s.extra_rdoc_files = ["readme.en"]
s.files = ["Changes", "GD.c", "doc/INSTALL.en", "doc/INSTALL.ja", "doc/manual.html", "doc/manual.rd", "doc/manual_index.html", "extconf.rb", "readme.en", "readme.ja", "sample/example.rb", "sample/gdtestttf.png", "sample/gdtestttf.rb", "sample/webpng.rb"]
s.homepage = "http://tam.0xfa.com/ruby-gd"
s.rubygems_version = "2.5.1"
s.summary = "An interface to Boutell GD library"
end
|