This file is indexed.

/usr/share/rubygems-integration/1.9.1/specifications/haml-4.0.5.gemspec is in ruby-haml 4.0.5-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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = "haml"
  s.version = "4.0.5"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Nathan Weizenbaum", "Hampton Catlin", "Norman Clarke"]
  s.date = "2014-01-07"
  s.description = "Haml (HTML Abstraction Markup Language) is a layer on top of HTML or XML that's\ndesigned to express the structure of documents in a non-repetitive, elegant, and\neasy way by using indentation rather than closing tags and allowing Ruby to be\nembedded with ease. It was originally envisioned as a plugin for Ruby on Rails,\nbut it can function as a stand-alone templating engine.\n"
  s.email = ["haml@googlegroups.com", "norman@njclarke.com"]
  s.executables = ["haml"]
  s.files = [".yardopts", "CHANGELOG.md", "FAQ.md", "MIT-LICENSE", "README.md", "REFERENCE.md", "Rakefile", "bin/haml", "lib/haml.rb", "lib/haml/buffer.rb", "lib/haml/compiler.rb", "lib/haml/engine.rb", "lib/haml/error.rb", "lib/haml/exec.rb", "lib/haml/filters.rb", "lib/haml/helpers.rb", "lib/haml/helpers/action_view_extensions.rb", "lib/haml/helpers/action_view_mods.rb", "lib/haml/helpers/action_view_xss_mods.rb", "lib/haml/helpers/safe_erubis_template.rb", "lib/haml/helpers/xss_mods.rb", "lib/haml/options.rb", "lib/haml/parser.rb", "lib/haml/railtie.rb", "lib/haml/sass_rails_filter.rb", "lib/haml/template.rb", "lib/haml/template/options.rb", "lib/haml/template/plugin.rb", "lib/haml/temple.rb", "lib/haml/util.rb", "lib/haml/version.rb", "test/engine_test.rb", "test/erb/_av_partial_1.erb", "test/erb/_av_partial_2.erb", "test/erb/action_view.erb", "test/erb/standard.erb", "test/filters_test.rb", "test/gemfiles/Gemfile.rails-3.0.x", "test/gemfiles/Gemfile.rails-3.1.x", "test/gemfiles/Gemfile.rails-3.2.x", "test/gemfiles/Gemfile.rails-4.0.x", "test/gemfiles/Gemfile.rails-4.0.x.lock", "test/helper_test.rb", "test/markaby/standard.mab", "test/mocks/article.rb", "test/parser_test.rb", "test/results/content_for_layout.xhtml", "test/results/eval_suppressed.xhtml", "test/results/helpers.xhtml", "test/results/helpful.xhtml", "test/results/just_stuff.xhtml", "test/results/list.xhtml", "test/results/nuke_inner_whitespace.xhtml", "test/results/nuke_outer_whitespace.xhtml", "test/results/original_engine.xhtml", "test/results/partial_layout.xhtml", "test/results/partial_layout_erb.xhtml", "test/results/partials.xhtml", "test/results/render_layout.xhtml", "test/results/silent_script.xhtml", "test/results/standard.xhtml", "test/results/tag_parsing.xhtml", "test/results/very_basic.xhtml", "test/results/whitespace_handling.xhtml", "test/template_test.rb", "test/templates/_av_partial_1.haml", "test/templates/_av_partial_1_ugly.haml", "test/templates/_av_partial_2.haml", "test/templates/_av_partial_2_ugly.haml", "test/templates/_layout.erb", "test/templates/_layout_for_partial.haml", "test/templates/_partial.haml", "test/templates/_text_area.haml", "test/templates/_text_area_helper.html.haml", "test/templates/action_view.haml", "test/templates/action_view_ugly.haml", "test/templates/breakage.haml", "test/templates/content_for_layout.haml", "test/templates/eval_suppressed.haml", "test/templates/helpers.haml", "test/templates/helpful.haml", "test/templates/just_stuff.haml", "test/templates/list.haml", "test/templates/nuke_inner_whitespace.haml", "test/templates/nuke_outer_whitespace.haml", "test/templates/original_engine.haml", "test/templates/partial_layout.haml", "test/templates/partial_layout_erb.erb", "test/templates/partialize.haml", "test/templates/partials.haml", "test/templates/render_layout.haml", "test/templates/silent_script.haml", "test/templates/standard.haml", "test/templates/standard_ugly.haml", "test/templates/tag_parsing.haml", "test/templates/very_basic.haml", "test/templates/whitespace_handling.haml", "test/test_helper.rb", "test/util_test.rb"]
  s.homepage = "http://haml.info/"
  s.licenses = ["MIT"]
  s.post_install_message = "\nHEADS UP! Haml 4.0 has many improvements, but also has changes that may break\nyour application:\n\n* Support for Ruby 1.8.6 dropped\n* Support for Rails 2 dropped\n* Sass filter now always outputs <style> tags\n* Data attributes are now hyphenated, not underscored\n* html2haml utility moved to the html2haml gem\n* Textile and Maruku filters moved to the haml-contrib gem\n\nFor more info see:\n\nhttp://rubydoc.info/github/haml/haml/file/CHANGELOG.md\n\n"
  s.require_paths = ["lib"]
  s.rubygems_version = "1.8.23"
  s.summary = "An elegant, structured (X)HTML/XML templating engine."
  s.test_files = ["test/engine_test.rb", "test/filters_test.rb", "test/helper_test.rb", "test/parser_test.rb", "test/template_test.rb", "test/util_test.rb"]

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

    if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
      s.add_runtime_dependency(%q<tilt>, [">= 0"])
      s.add_development_dependency(%q<rails>, [">= 3.0.0"])
      s.add_development_dependency(%q<rbench>, [">= 0"])
      s.add_development_dependency(%q<minitest>, [">= 0"])
      s.add_development_dependency(%q<nokogiri>, ["~> 1.5.10"])
    else
      s.add_dependency(%q<tilt>, [">= 0"])
      s.add_dependency(%q<rails>, [">= 3.0.0"])
      s.add_dependency(%q<rbench>, [">= 0"])
      s.add_dependency(%q<minitest>, [">= 0"])
      s.add_dependency(%q<nokogiri>, ["~> 1.5.10"])
    end
  else
    s.add_dependency(%q<tilt>, [">= 0"])
    s.add_dependency(%q<rails>, [">= 3.0.0"])
    s.add_dependency(%q<rbench>, [">= 0"])
    s.add_dependency(%q<minitest>, [">= 0"])
    s.add_dependency(%q<nokogiri>, ["~> 1.5.10"])
  end
end