This file is indexed.

/usr/share/rubygems-integration/1.9.1/specifications/typhoeus-0.6.3.gemspec is in ruby-typhoeus 0.6.3-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
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = "typhoeus"
  s.version = "0.6.3"

  s.required_rubygems_version = Gem::Requirement.new(">= 1.3.6") if s.respond_to? :required_rubygems_version=
  s.authors = ["David Balatero", "Paul Dix", "Hans Hasselberg"]
  s.date = "2013-08-11"
  s.description = "Like a modern code version of the mythical beast with 100 serpent heads, Typhoeus runs HTTP requests in parallel while cleanly encapsulating handling logic."
  s.email = ["hans.hasselberg@gmail.com"]
  s.files = ["lib/rack", "lib/rack/typhoeus", "lib/rack/typhoeus/middleware", "lib/rack/typhoeus/middleware/params_decoder", "lib/rack/typhoeus/middleware/params_decoder/helper.rb", "lib/rack/typhoeus/middleware/params_decoder.rb", "lib/rack/typhoeus.rb", "lib/typhoeus", "lib/typhoeus/config.rb", "lib/typhoeus/request.rb", "lib/typhoeus/response.rb", "lib/typhoeus/request", "lib/typhoeus/request/marshal.rb", "lib/typhoeus/request/actions.rb", "lib/typhoeus/request/callbacks.rb", "lib/typhoeus/request/cacheable.rb", "lib/typhoeus/request/operations.rb", "lib/typhoeus/request/before.rb", "lib/typhoeus/request/stubbable.rb", "lib/typhoeus/request/responseable.rb", "lib/typhoeus/request/block_connection.rb", "lib/typhoeus/request/memoizable.rb", "lib/typhoeus/easy_factory.rb", "lib/typhoeus/adapters", "lib/typhoeus/adapters/faraday.rb", "lib/typhoeus/errors.rb", "lib/typhoeus/pool.rb", "lib/typhoeus/railtie.rb", "lib/typhoeus/expectation.rb", "lib/typhoeus/hydra", "lib/typhoeus/hydra/queueable.rb", "lib/typhoeus/hydra/cacheable.rb", "lib/typhoeus/hydra/before.rb", "lib/typhoeus/hydra/addable.rb", "lib/typhoeus/hydra/stubbable.rb", "lib/typhoeus/hydra/runnable.rb", "lib/typhoeus/hydra/block_connection.rb", "lib/typhoeus/hydra/memoizable.rb", "lib/typhoeus/version.rb", "lib/typhoeus/errors", "lib/typhoeus/errors/no_stub.rb", "lib/typhoeus/errors/typhoeus_error.rb", "lib/typhoeus/hydra.rb", "lib/typhoeus/response", "lib/typhoeus/response/header.rb", "lib/typhoeus/response/status.rb", "lib/typhoeus/response/informations.rb", "lib/typhoeus.rb", "CHANGELOG.md", "Gemfile", "LICENSE", "README.md", "Rakefile"]
  s.homepage = "https://github.com/typhoeus/typhoeus"
  s.require_paths = ["lib"]
  s.rubyforge_project = "[none]"
  s.rubygems_version = "1.8.23"
  s.summary = "Parallel HTTP library on top of libcurl multi."

  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_runtime_dependency(%q<ethon>, ["~> 0.5.11"])
    else
      s.add_dependency(%q<ethon>, ["~> 0.5.11"])
    end
  else
    s.add_dependency(%q<ethon>, ["~> 0.5.11"])
  end
end