This file is indexed.

/usr/share/rubygems-integration/1.9.1/specifications/httpclient-2.3.3.gemspec is in ruby-httpclient 2.3.3-2.

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

Gem::Specification.new do |s|
  s.name = "httpclient"
  s.version = "2.3.3"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Hiroshi Nakamura"]
  s.date = "2013-02-24"
  s.email = "nahi@ruby-lang.org"
  s.executables = ["httpclient"]
  s.files = ["bin/httpclient", "lib/httpclient/auth.rb", "lib/httpclient/ssl_config.rb", "lib/httpclient/http.rb", "lib/httpclient/timeout.rb", "lib/httpclient/version.rb", "lib/httpclient/connection.rb", "lib/httpclient/include_client.rb", "lib/httpclient/session.rb", "lib/httpclient/cacert.p7s", "lib/httpclient/cookie.rb", "lib/httpclient/util.rb", "lib/oauthclient.rb", "lib/httpclient.rb", "lib/http-access2.rb", "lib/http-access2/http.rb", "lib/http-access2/cookie.rb", "lib/hexdump.rb", "sample/auth.rb", "sample/dav.rb", "sample/stream.rb", "sample/async.rb", "sample/wcat.rb", "sample/ssl/1000cert.pem", "sample/ssl/1000key.pem", "sample/ssl/ssl_client.rb", "sample/ssl/0key.pem", "sample/ssl/htdocs/index.html", "sample/ssl/0cert.pem", "sample/ssl/webrick_httpsd.rb", "sample/oauth_salesforce_10.rb", "sample/thread.rb", "sample/oauth_friendfeed.rb", "sample/oauth_twitter.rb", "sample/cookie.rb", "sample/howto.rb", "sample/oauth_buzz.rb", "test/client.cert", "test/test_http-access2.rb", "test/server.cert", "test/htdigest", "test/test_ssl.rb", "test/test_hexdump.rb", "test/test_cookie.rb", "test/runner.rb", "test/htpasswd", "test/test_auth.rb", "test/client.key", "test/test_include_client.rb", "test/helper.rb", "test/ca.cert", "test/sslsvr.rb", "test/subca.cert", "test/ca-chain.cert", "test/server.key", "test/test_httpclient.rb", "README.txt"]
  s.homepage = "http://github.com/nahi/httpclient"
  s.require_paths = ["lib"]
  s.rubygems_version = "1.8.23"
  s.summary = "gives something like the functionality of libwww-perl (LWP) in Ruby"

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

    if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
    else
    end
  else
  end
end