This file is indexed.

/usr/share/rubygems-integration/1.9.1/specifications/bluefeather-0.41.gemspec is in ruby-bluefeather 0.41-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
27
28
29
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = "bluefeather"
  s.version = "0.41"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Dice"]
  s.date = "2013-02-11"
  s.description = " BlueFeather is software for converting text written by extended Markdown to\nhtml. It is pair of command-line tool and pure Ruby library.\n"
  s.email = "tetradice@gmail.com"
  s.executables = ["bluefeather"]
  s.files = ["readme_en.txt", "readme_ja.txt", "Rakefile.rb", "bin/bluefeather", "bin/post-setup.rb", "lib/bluefeather.rb", "lib/bluefeather/cui.rb", "license/gpl-2.0.txt", "license/gpl.ja.txt", "spec/auto-link.rb", "spec/code-block.rb", "spec/cui.rb", "spec/dl.rb", "spec/encoding.rb", "spec/escape.rb", "spec/footnote.rb", "spec/header-id.rb", "spec/lib/common.rb", "spec/numbering.rb", "spec/table.rb", "spec/text/encoding_sample_default.bfdoc", "spec/text/encoding_sample_euc-jp.bfdoc", "spec/text/encoding_sample_shift-jis.bfdoc", "spec/text/encoding_sample_utf-8.bfdoc", "spec/text/encoding_sample_utf-8n.bfdoc", "spec/toc.rb", "spec/warning.rb", "spec/win32.rb", "spec/win32.~rb", "original-tests/00_Class.tests.rb", "original-tests/05_Markdown.tests.rb", "original-tests/10_Bug.tests.rb", "original-tests/15_Contrib.tests.rb", "original-tests/bftestcase.rb", "original-tests/data/antsugar.txt", "original-tests/data/ml-announce.txt", "original-tests/data/re-overflow.txt", "original-tests/data/re-overflow2.txt", "original-tests/some_prob.tests.rb", "doc/author-and-license.bfdoc", "doc/author-and-license.html", "doc/base.css", "doc/basic-usage.bfdoc", "doc/basic-usage.html", "doc/black.css", "doc/class-reference.bfdoc", "doc/class-reference.html", "doc/difference.bfdoc", "doc/difference.html", "doc/en/author-and-license.bfdoc", "doc/en/author-and-license.html", "doc/en/base.css", "doc/en/basic-usage.bfdoc", "doc/en/basic-usage.html", "doc/en/black.css", "doc/en/class-reference.bfdoc", "doc/en/class-reference.html", "doc/en/difference.bfdoc", "doc/en/difference.html", "doc/en/encoding-rule.bfdoc", "doc/en/encoding-rule.html", "doc/en/format-extension.bfdoc", "doc/en/format-extension.html", "doc/en/index.bfdoc", "doc/en/index.html", "doc/en/metadata-reference.bfdoc", "doc/en/metadata-reference.html", "doc/encoding-rule.bfdoc", "doc/encoding-rule.html", "doc/format-extension.bfdoc", "doc/format-extension.html", "doc/index.bfdoc", "doc/index.html", "doc/metadata-reference.bfdoc", "doc/metadata-reference.html"]
  s.homepage = "http://ruby.morphball.net/bluefeather/"
  s.require_paths = ["lib"]
  s.required_ruby_version = Gem::Requirement.new(">= 1.8.1")
  s.rubyforge_project = "bluefeather"
  s.rubygems_version = "1.8.23"
  s.summary = "Extend Markdown Converter"

  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