/usr/share/rubygems-integration/all/specifications/ttfunk-1.4.0.gemspec is in ruby-ttfunk 1.4.0-1.
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 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | # -*- encoding: utf-8 -*-
# stub: ttfunk 1.4.0 ruby lib
Gem::Specification.new do |s|
s.name = "ttfunk"
s.version = "1.4.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["Gregory Brown", "Brad Ediger", "Daniel Nelson", "Jonathan Greenberg", "James Healy"]
s.date = "2014-09-21"
s.description = "Font Metrics Parser for the Prawn PDF generator"
s.email = ["gregory.t.brown@gmail.com", "brad@bradediger.com", "dnelson@bluejade.com", "greenberg@entryway.net", "jimmy@deefa.com"]
s.files = ["CHANGELOG", "COPYING", "GPLv2", "GPLv3", "LICENSE", "README.rdoc", "data/fonts/DejaVuSans.ttf", "examples/metrics.rb", "lib/ttfunk.rb", "lib/ttfunk/directory.rb", "lib/ttfunk/encoding/mac_roman.rb", "lib/ttfunk/encoding/windows_1252.rb", "lib/ttfunk/reader.rb", "lib/ttfunk/resource_file.rb", "lib/ttfunk/subset.rb", "lib/ttfunk/subset/base.rb", "lib/ttfunk/subset/mac_roman.rb", "lib/ttfunk/subset/unicode.rb", "lib/ttfunk/subset/unicode_8bit.rb", "lib/ttfunk/subset/windows_1252.rb", "lib/ttfunk/subset_collection.rb", "lib/ttfunk/table.rb", "lib/ttfunk/table/cmap.rb", "lib/ttfunk/table/cmap/format00.rb", "lib/ttfunk/table/cmap/format04.rb", "lib/ttfunk/table/cmap/format06.rb", "lib/ttfunk/table/cmap/format10.rb", "lib/ttfunk/table/cmap/format12.rb", "lib/ttfunk/table/cmap/subtable.rb", "lib/ttfunk/table/glyf.rb", "lib/ttfunk/table/glyf/compound.rb", "lib/ttfunk/table/glyf/simple.rb", "lib/ttfunk/table/head.rb", "lib/ttfunk/table/hhea.rb", "lib/ttfunk/table/hmtx.rb", "lib/ttfunk/table/kern.rb", "lib/ttfunk/table/kern/format0.rb", "lib/ttfunk/table/loca.rb", "lib/ttfunk/table/maxp.rb", "lib/ttfunk/table/name.rb", "lib/ttfunk/table/os2.rb", "lib/ttfunk/table/post.rb", "lib/ttfunk/table/post/format10.rb", "lib/ttfunk/table/post/format20.rb", "lib/ttfunk/table/post/format30.rb", "lib/ttfunk/table/post/format40.rb", "lib/ttfunk/table/sbix.rb", "lib/ttfunk/table/simple.rb"]
s.required_ruby_version = Gem::Requirement.new(">= 1.9.3")
s.rubygems_version = "2.2.2"
s.summary = "TrueType Font Metrics Parser"
if s.respond_to? :specification_version then
s.specification_version = 4
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_development_dependency(%q<rdoc>, [">= 0"])
s.add_development_dependency(%q<rspec>, [">= 0"])
s.add_development_dependency(%q<rake>, [">= 0"])
s.add_development_dependency(%q<rubocop>, ["= 0.20.1"])
else
s.add_dependency(%q<rdoc>, [">= 0"])
s.add_dependency(%q<rspec>, [">= 0"])
s.add_dependency(%q<rake>, [">= 0"])
s.add_dependency(%q<rubocop>, ["= 0.20.1"])
end
else
s.add_dependency(%q<rdoc>, [">= 0"])
s.add_dependency(%q<rspec>, [">= 0"])
s.add_dependency(%q<rake>, [">= 0"])
s.add_dependency(%q<rubocop>, ["= 0.20.1"])
end
end
|