This file is indexed.

/usr/share/rubygems-integration/2.5.0/specifications/cairo-1.15.12.gemspec is in ruby-cairo 1.15.12-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
40
41
42
43
44
45
46
47
# -*- encoding: utf-8 -*-
# stub: cairo 1.15.12 ruby lib
# stub: ext/cairo/extconf.rb

Gem::Specification.new do |s|
  s.name = "cairo".freeze
  s.version = "1.15.12"

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Kouhei Sutou".freeze]
  s.date = "2018-03-19"
  s.description = "Ruby bindings for cairo".freeze
  s.email = ["kou@cozmixng.org".freeze]
  s.extensions = ["ext/cairo/extconf.rb".freeze]
  s.extra_rdoc_files = ["README.rdoc".freeze]
  s.files = ["AUTHORS".freeze, "COPYING".freeze, "GPL".freeze, "Gemfile".freeze, "NEWS".freeze, "README.rdoc".freeze, "Rakefile".freeze, "ext/cairo/cairo.def".freeze, "ext/cairo/depend".freeze, "ext/cairo/extconf.rb".freeze, "ext/cairo/rb_cairo.c".freeze, "ext/cairo/rb_cairo.h".freeze, "ext/cairo/rb_cairo_constants.c".freeze, "ext/cairo/rb_cairo_context.c".freeze, "ext/cairo/rb_cairo_device.c".freeze, "ext/cairo/rb_cairo_exception.c".freeze, "ext/cairo/rb_cairo_font_extents.c".freeze, "ext/cairo/rb_cairo_font_face.c".freeze, "ext/cairo/rb_cairo_font_options.c".freeze, "ext/cairo/rb_cairo_glyph.c".freeze, "ext/cairo/rb_cairo_io.c".freeze, "ext/cairo/rb_cairo_io.h".freeze, "ext/cairo/rb_cairo_matrix.c".freeze, "ext/cairo/rb_cairo_path.c".freeze, "ext/cairo/rb_cairo_pattern.c".freeze, "ext/cairo/rb_cairo_private.c".freeze, "ext/cairo/rb_cairo_private.h".freeze, "ext/cairo/rb_cairo_quartz_surface.c".freeze, "ext/cairo/rb_cairo_rectangle.c".freeze, "ext/cairo/rb_cairo_region.c".freeze, "ext/cairo/rb_cairo_scaled_font.c".freeze, "ext/cairo/rb_cairo_surface.c".freeze, "ext/cairo/rb_cairo_text_cluster.c".freeze, "ext/cairo/rb_cairo_text_extents.c".freeze, "lib/cairo.rb".freeze, "lib/cairo/color.rb".freeze, "lib/cairo/colors.rb".freeze, "lib/cairo/constants.rb".freeze, "lib/cairo/context.rb".freeze, "lib/cairo/context/blur.rb".freeze, "lib/cairo/context/circle.rb".freeze, "lib/cairo/context/color.rb".freeze, "lib/cairo/context/path.rb".freeze, "lib/cairo/context/rectangle.rb".freeze, "lib/cairo/context/triangle.rb".freeze, "lib/cairo/device.rb".freeze, "lib/cairo/paper.rb".freeze, "lib/cairo/papers.rb".freeze, "lib/cairo/path.rb".freeze, "lib/cairo/pattern.rb".freeze, "lib/cairo/point.rb".freeze, "lib/cairo/region.rb".freeze, "lib/cairo/surface.rb".freeze, "samples/agg/aa_test.rb".freeze, "samples/blur.rb".freeze, "samples/link.rb".freeze, "samples/pac-nomralize.rb".freeze, "samples/pac-tee.rb".freeze, "samples/pac.rb".freeze, "samples/png.rb".freeze, "samples/scalable.rb".freeze, "samples/text-on-path.rb".freeze, "samples/text2.rb".freeze, "test/cairo-test-utils.rb".freeze, "test/run-test.rb".freeze, "test/test_color.rb".freeze, "test/test_constants.rb".freeze, "test/test_context.rb".freeze, "test/test_exception.rb".freeze, "test/test_font_extents.rb".freeze, "test/test_font_face.rb".freeze, "test/test_font_options.rb".freeze, "test/test_image_surface.rb".freeze, "test/test_paper.rb".freeze, "test/test_pdf_surface.rb".freeze, "test/test_quartz_image_surface.rb".freeze, "test/test_raster_source_pattern.rb".freeze, "test/test_recording_surface.rb".freeze, "test/test_region.rb".freeze, "test/test_scaled_font.rb".freeze, "test/test_script_device.rb".freeze, "test/test_script_surface.rb".freeze, "test/test_surface.rb".freeze, "test/test_svg_surface.rb".freeze, "test/test_tee_surface.rb".freeze, "test/test_text_cluster.rb".freeze, "test/test_text_extents.rb".freeze, "test/test_text_to_glyphs_data.rb".freeze, "test/test_xml_device.rb".freeze, "test/test_xml_surface.rb".freeze]
  s.homepage = "http://cairographics.org/rcairo".freeze
  s.licenses = ["Ruby's".freeze]
  s.rubygems_version = "2.7.6".freeze
  s.summary = "Ruby bindings for cairo".freeze
  s.test_files = ["test/cairo-test-utils.rb".freeze, "test/run-test.rb".freeze, "test/test_color.rb".freeze, "test/test_constants.rb".freeze, "test/test_context.rb".freeze, "test/test_exception.rb".freeze, "test/test_font_extents.rb".freeze, "test/test_font_face.rb".freeze, "test/test_font_options.rb".freeze, "test/test_image_surface.rb".freeze, "test/test_paper.rb".freeze, "test/test_pdf_surface.rb".freeze, "test/test_quartz_image_surface.rb".freeze, "test/test_raster_source_pattern.rb".freeze, "test/test_recording_surface.rb".freeze, "test/test_region.rb".freeze, "test/test_scaled_font.rb".freeze, "test/test_script_device.rb".freeze, "test/test_script_surface.rb".freeze, "test/test_surface.rb".freeze, "test/test_svg_surface.rb".freeze, "test/test_tee_surface.rb".freeze, "test/test_text_cluster.rb".freeze, "test/test_text_extents.rb".freeze, "test/test_text_to_glyphs_data.rb".freeze, "test/test_xml_device.rb".freeze, "test/test_xml_surface.rb".freeze]

  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<bundler>.freeze, [">= 0"])
      s.add_runtime_dependency(%q<pkg-config>.freeze, [">= 1.2.2"])
      s.add_development_dependency(%q<poppler>.freeze, [">= 3.1.1"])
      s.add_development_dependency(%q<rake-compiler>.freeze, [">= 0"])
      s.add_development_dependency(%q<test-unit-notify>.freeze, [">= 0"])
    else
      s.add_dependency(%q<bundler>.freeze, [">= 0"])
      s.add_dependency(%q<pkg-config>.freeze, [">= 1.2.2"])
      s.add_dependency(%q<poppler>.freeze, [">= 3.1.1"])
      s.add_dependency(%q<rake-compiler>.freeze, [">= 0"])
      s.add_dependency(%q<test-unit-notify>.freeze, [">= 0"])
    end
  else
    s.add_dependency(%q<bundler>.freeze, [">= 0"])
    s.add_dependency(%q<pkg-config>.freeze, [">= 1.2.2"])
    s.add_dependency(%q<poppler>.freeze, [">= 3.1.1"])
    s.add_dependency(%q<rake-compiler>.freeze, [">= 0"])
    s.add_dependency(%q<test-unit-notify>.freeze, [">= 0"])
  end
end