This file is indexed.

/usr/share/rubygems-integration/2.5.0/specifications/cairo-gobject-3.2.4.gemspec is in ruby-cairo-gobject 3.2.4-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
# -*- encoding: utf-8 -*-
# stub: cairo-gobject 3.2.4 ruby lib
# stub: ext/cairo-gobject/extconf.rb

Gem::Specification.new do |s|
  s.name = "cairo-gobject".freeze
  s.version = "3.2.4"

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["The Ruby-GNOME2 Project Team".freeze]
  s.date = "2018-04-09"
  s.description = "Ruby/CairoGObject is a Ruby binding of cairo-gobject.".freeze
  s.email = "ruby-gnome2-devel-en@lists.sourceforge.net".freeze
  s.extensions = ["ext/cairo-gobject/extconf.rb".freeze]
  s.files = ["Rakefile".freeze, "ext/cairo-gobject/extconf.rb".freeze, "ext/cairo-gobject/rb-cairo-gobject.c".freeze, "ext/cairo-gobject/rb-cairo-gobject.h".freeze, "extconf.rb".freeze, "lib/cairo-gobject.rb".freeze, "test/cairo-gobject-test-utils.rb".freeze, "test/run-test.rb".freeze, "test/test_cairoantialias.rb".freeze, "test/test_cairocontent.rb".freeze, "test/test_cairocontext.rb".freeze, "test/test_cairodevicetype.rb".freeze, "test/test_cairoextend.rb".freeze, "test/test_cairofillrule.rb".freeze, "test/test_cairofilter.rb".freeze, "test/test_cairofontslant.rb".freeze, "test/test_cairofonttype.rb".freeze, "test/test_cairofontweight.rb".freeze, "test/test_cairoformat.rb".freeze, "test/test_cairohintmetrics.rb".freeze, "test/test_cairohintstyle.rb".freeze, "test/test_cairoimagesurface.rb".freeze, "test/test_cairolinecap.rb".freeze, "test/test_cairolinejoin.rb".freeze, "test/test_cairooperator.rb".freeze, "test/test_cairopathdatatype.rb".freeze, "test/test_cairopatterntype.rb".freeze, "test/test_cairoregion.rb".freeze, "test/test_cairoregionoverlap.rb".freeze, "test/test_cairoscaledfont.rb".freeze, "test/test_cairostatus.rb".freeze, "test/test_cairosubpixelorder.rb".freeze, "test/test_cairosurfacetype.rb".freeze, "test/test_cairotextclusterflags.rb".freeze]
  s.homepage = "http://ruby-gnome2.sourceforge.jp/".freeze
  s.licenses = ["LGPL-2.1+".freeze]
  s.required_ruby_version = Gem::Requirement.new(">= 2.1.0".freeze)
  s.rubygems_version = "2.7.6".freeze
  s.summary = "Ruby/CairoGObject is a Ruby binding of cairo-gobject.".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_runtime_dependency(%q<cairo>.freeze, [">= 0"])
      s.add_runtime_dependency(%q<glib2>.freeze, ["= 3.2.4"])
    else
      s.add_dependency(%q<cairo>.freeze, [">= 0"])
      s.add_dependency(%q<glib2>.freeze, ["= 3.2.4"])
    end
  else
    s.add_dependency(%q<cairo>.freeze, [">= 0"])
    s.add_dependency(%q<glib2>.freeze, ["= 3.2.4"])
  end
end