This file is indexed.

/usr/share/rubygems-integration/1.8/specifications/validatable-1.6.7.gemspec is in ruby-validatable 1.6.7-9.

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 = "validatable"
  s.version = "1.6.7"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Jay Fields"]
  s.date = "2008-03-20"
  s.description = "Validatable is a library for adding validations."
  s.email = "validatable-developer@rubyforge.org"
  s.extra_rdoc_files = ["README"]
  s.files = ["lib/child_validation.rb", "lib/errors.rb", "lib/included_validation.rb", "lib/macros.rb", "lib/object_extension.rb", "lib/requireable.rb", "lib/understandable.rb", "lib/validatable.rb", "lib/validatable_class_methods.rb", "lib/validatable_instance_methods.rb", "lib/validations/validates_acceptance_of.rb", "lib/validations/validates_confirmation_of.rb", "lib/validations/validates_each.rb", "lib/validations/validates_format_of.rb", "lib/validations/validates_length_of.rb", "lib/validations/validates_numericality_of.rb", "lib/validations/validates_presence_of.rb", "lib/validations/validates_true_for.rb", "lib/validations/validation_base.rb", "test/all_tests.rb", "test/functional/validatable_test.rb", "test/functional/validates_acceptance_of_test.rb", "test/functional/validates_confirmation_of_test.rb", "test/functional/validates_each_test.rb", "test/functional/validates_format_of_test.rb", "test/functional/validates_length_of_test.rb", "test/functional/validates_numericality_of_test.rb", "test/functional/validates_presence_of_test.rb", "test/functional/validates_true_for_test.rb", "test/test_helper.rb", "test/unit/errors_test.rb", "test/unit/understandable_test.rb", "test/unit/validatable_test.rb", "test/unit/validates_acceptance_of_test.rb", "test/unit/validates_confirmation_of_test.rb", "test/unit/validates_format_of_test.rb", "test/unit/validates_length_of_test.rb", "test/unit/validates_numericality_of_test.rb", "test/unit/validates_presence_of_test.rb", "test/unit/validates_true_for_test.rb", "test/unit/validation_base_test.rb", "rakefile.rb", "README"]
  s.homepage = "http://validatable.rubyforge.org"
  s.rdoc_options = ["--title", "Validatable", "--main", "README", "--line-numbers"]
  s.require_paths = ["lib"]
  s.rubyforge_project = "validatable"
  s.rubygems_version = "1.8.23"
  s.summary = "Validatable is a library for adding validations."
  s.test_files = ["test/all_tests.rb"]

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

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