This file is indexed.

/usr/share/rubygems-integration/1.9.1/specifications/charlock_holmes-0.6.9.4.gemspec is in ruby-charlock-holmes 0.6.9.4.dfsg1-1build1.

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
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = "charlock_holmes"
  s.version = "0.6.9.4"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Brian Lopez", "Vicent Mart\u{ed}"]
  s.date = "2013-04-03"
  s.email = "seniorlopez@gmail.com"
  s.extensions = ["ext/charlock_holmes/extconf.rb"]
  s.files = [".gitignore", "Gemfile", "Gemfile.lock", "MIT-LICENSE", "README.md", "Rakefile", "benchmark/detection.rb", "benchmark/test.txt", "charlock_holmes.gemspec", "ext/charlock_holmes/common.h", "ext/charlock_holmes/converter.c", "ext/charlock_holmes/encoding_detector.c", "ext/charlock_holmes/ext.c", "ext/charlock_holmes/extconf.rb", "ext/charlock_holmes/src/file-5.08.tar.gz", "ext/charlock_holmes/src/file-soft-check.patch", "ext/charlock_holmes/transliterator.cpp", "lib/charlock_holmes.rb", "lib/charlock_holmes/encoding_detector.rb", "lib/charlock_holmes/string.rb", "lib/charlock_holmes/version.rb", "test/converter_test.rb", "test/encoding_detector_test.rb", "test/fixtures/AnsiGraph.psm1", "test/fixtures/TwigExtensionsDate.es.yml", "test/fixtures/cl-messagepack.lisp", "test/fixtures/core.rkt", "test/fixtures/hello_world", "test/fixtures/laholator.py", "test/fixtures/repl2.cljs", "test/helper.rb", "test/string_methods_test.rb", "test/transliterator_test.rb"]
  s.homepage = "http://github.com/brianmario/charlock_holmes"
  s.rdoc_options = ["--charset=UTF-8"]
  s.require_paths = ["lib"]
  s.rubygems_version = "1.8.23"
  s.summary = "Character encoding detection, brought to you by ICU"

  if s.respond_to? :specification_version then
    s.specification_version = 3

    if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
      s.add_development_dependency(%q<rake-compiler>, [">= 0.7.5"])
      s.add_development_dependency(%q<minitest>, [">= 0"])
      s.add_development_dependency(%q<chardet>, [">= 0"])
    else
      s.add_dependency(%q<rake-compiler>, [">= 0.7.5"])
      s.add_dependency(%q<minitest>, [">= 0"])
      s.add_dependency(%q<chardet>, [">= 0"])
    end
  else
    s.add_dependency(%q<rake-compiler>, [">= 0.7.5"])
    s.add_dependency(%q<minitest>, [">= 0"])
    s.add_dependency(%q<chardet>, [">= 0"])
  end
end