This file is indexed.

/usr/share/rubygems-integration/all/specifications/haml-magic-translations-4.1.1.gemspec is in ruby-haml-magic-translations 4.1.1-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
46
47
48
49
50
51
52
# -*- encoding: utf-8 -*-
# stub: haml-magic-translations 4.1.1 ruby lib

Gem::Specification.new do |s|
  s.name = "haml-magic-translations"
  s.version = "4.1.1"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib"]
  s.authors = ["Kriss Kowalik", "potager.org"]
  s.date = "2015-09-09"
  s.description = "This plugin provides \"magical translations\" in your .haml files. What does it\nmean? It's mean that all your raw texts in templates will be automatically\ntranslated by GetText, FastGettext or Gettext backend from I18n. No more \ncomplicated translation keys and ugly translation methods in views. Now you can\nonly write in your language, nothing more. At the end of your work you can easy \nfind all phrases to translate and generate .po files for it. This type of files \nare also more readable and easier to translate, thanks to it you save your \ntime with translations.\n"
  s.email = "jardiniers@potager.org"
  s.extra_rdoc_files = ["LICENSE", "README.rdoc"]
  s.files = ["LICENSE", "README.rdoc", "Rakefile", "VERSION", "haml-magic-translations.gemspec", "init.rb", "lib/haml-magic-translations.rb", "lib/haml/magic_translations.rb", "lib/haml/magic_translations/xgettext/haml_parser.rb", "spec/haml/magic_translations/xgettext/haml_parser_spec.rb", "spec/haml/magic_translations_spec.rb", "spec/locales/en.po", "spec/locales/pl.po", "spec/spec_helper.rb"]
  s.homepage = "https://github.com/potager/haml-magic-translations"
  s.rubygems_version = "2.2.2"
  s.summary = "Provides automaticaly translations in haml templates"

  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<haml>, ["~> 4.0"])
      s.add_development_dependency(%q<haml-contrib>, [">= 1.0"])
      s.add_development_dependency(%q<actionpack>, [">= 0"])
      s.add_development_dependency(%q<gettext>, [">= 2.3"])
      s.add_development_dependency(%q<fast_gettext>, [">= 0"])
      s.add_development_dependency(%q<rspec>, [">= 2.11"])
      s.add_development_dependency(%q<rdoc>, [">= 2.4.2"])
      s.add_development_dependency(%q<maruku>, [">= 0"])
    else
      s.add_dependency(%q<haml>, ["~> 4.0"])
      s.add_dependency(%q<haml-contrib>, [">= 1.0"])
      s.add_dependency(%q<actionpack>, [">= 0"])
      s.add_dependency(%q<gettext>, [">= 2.3"])
      s.add_dependency(%q<fast_gettext>, [">= 0"])
      s.add_dependency(%q<rspec>, [">= 2.11"])
      s.add_dependency(%q<rdoc>, [">= 2.4.2"])
      s.add_dependency(%q<maruku>, [">= 0"])
    end
  else
    s.add_dependency(%q<haml>, ["~> 4.0"])
    s.add_dependency(%q<haml-contrib>, [">= 1.0"])
    s.add_dependency(%q<actionpack>, [">= 0"])
    s.add_dependency(%q<gettext>, [">= 2.3"])
    s.add_dependency(%q<fast_gettext>, [">= 0"])
    s.add_dependency(%q<rspec>, [">= 2.11"])
    s.add_dependency(%q<rdoc>, [">= 2.4.2"])
    s.add_dependency(%q<maruku>, [">= 0"])
  end
end