This file is indexed.

/usr/share/rubygems-integration/all/specifications/flipper-0.13.0.gemspec is in ruby-flipper 0.13.0-3.

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
# -*- encoding: utf-8 -*-
# stub: flipper 0.13.0 ruby lib

Gem::Specification.new do |s|
  s.name = "flipper".freeze
  s.version = "0.13.0"

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["John Nunemaker".freeze]
  s.date = "2018-03-19"
  s.description = "Feature flipper is the act of enabling/disabling features in your application, ideally without re-deploying or changing anything in your code base. Flipper makes this extremely easy to do with any backend you would like to use.".freeze
  s.email = ["nunemaker@gmail.com".freeze]
  s.homepage = "https://github.com/jnunemaker/flipper".freeze
  s.licenses = ["MIT".freeze]
  s.rubygems_version = "2.7.6".freeze
  s.summary = "Feature flipper for ANYTHING".freeze

  s.installed_by_version = "2.7.6" if s.respond_to? :installed_by_version
end