/usr/share/rubygems-integration/1.9.1/specifications/RedCloth-4.2.9.gemspec is in ruby-redcloth 4.2.9-3.
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 | # -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "RedCloth"
s.version = "4.2.9"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Jason Garber", "why the lucky stiff", "Ola Bini"]
s.date = "2013-12-29"
s.description = "Textile parser for Ruby."
s.email = "redcloth-upwards@rubyforge.org"
s.executables = ["redcloth"]
s.extensions = ["ext/redcloth_scan/extconf.rb"]
s.extra_rdoc_files = ["README.rdoc", "COPYING", "CHANGELOG"]
s.files = [".gemtest", ".rspec", "CHANGELOG", "COPYING", "Gemfile", "README.rdoc", "Rakefile", "doc/textile_reference.html", "bin/redcloth", "lib/case_sensitive_require", "lib/case_sensitive_require/RedCloth.rb", "lib/tasks", "lib/tasks/pureruby.rake", "lib/redcloth.rb", "lib/redcloth", "lib/redcloth/textile_doc.rb", "lib/redcloth/formatters", "lib/redcloth/formatters/latex_entities.yml", "lib/redcloth/formatters/base.rb", "lib/redcloth/formatters/html.rb", "lib/redcloth/formatters/latex.rb", "lib/redcloth/erb_extension.rb", "lib/redcloth/version.rb", "redcloth.gemspec", "spec/fixtures", "spec/fixtures/table.yml", "spec/fixtures/definitions.yml", "spec/fixtures/lists.yml", "spec/fixtures/instiki.yml", "spec/fixtures/textism.yml", "spec/fixtures/extra_whitespace.yml", "spec/fixtures/poignant.yml", "spec/fixtures/threshold.yml", "spec/fixtures/basic.yml", "spec/fixtures/links.yml", "spec/fixtures/html.yml", "spec/fixtures/code.yml", "spec/fixtures/filter_html.yml", "spec/fixtures/filter_pba.yml", "spec/fixtures/sanitize_html.yml", "spec/fixtures/images.yml", "spec/custom_tags_spec.rb", "spec/formatters", "spec/formatters/lite_mode_html_spec.rb", "spec/formatters/class_filtered_html_spec.rb", "spec/formatters/latex_spec.rb", "spec/formatters/id_filtered_html_spec.rb", "spec/formatters/filtered_html_spec.rb", "spec/formatters/html_no_breaks_spec.rb", "spec/formatters/no_span_caps_html_spec.rb", "spec/formatters/sanitized_html_spec.rb", "spec/formatters/html_spec.rb", "spec/formatters/style_filtered_html_spec.rb", "spec/spec_helper.rb", "spec/benchmark_spec.rb", "spec/erb_spec.rb", "spec/parser_spec.rb", "spec/extension_spec.rb", "tasks/gems.rake", "tasks/ragel_extension_task.rb", "tasks/release.rake", "tasks/compile.rake", "tasks/rspec.rake", "tasks/rvm.rake", "ext/redcloth_scan/redcloth_attributes.c", "ext/redcloth_scan/redcloth_inline.c", "ext/redcloth_scan/redcloth_scan.c", "ext/redcloth_scan/redcloth.h", "ext/redcloth_scan/extconf.rb"]
s.homepage = "http://redcloth.org"
s.rdoc_options = ["--charset=UTF-8", "--line-numbers", "--inline-source", "--title", "RedCloth", "--main", "README.rdoc"]
s.require_paths = ["lib", "lib/case_sensitive_require", "ext"]
s.rubyforge_project = "redcloth"
s.rubygems_version = "1.8.23"
s.summary = "RedCloth-4.2.9"
s.test_files = ["spec/fixtures", "spec/fixtures/table.yml", "spec/fixtures/definitions.yml", "spec/fixtures/lists.yml", "spec/fixtures/instiki.yml", "spec/fixtures/textism.yml", "spec/fixtures/extra_whitespace.yml", "spec/fixtures/poignant.yml", "spec/fixtures/threshold.yml", "spec/fixtures/basic.yml", "spec/fixtures/links.yml", "spec/fixtures/html.yml", "spec/fixtures/code.yml", "spec/fixtures/filter_html.yml", "spec/fixtures/filter_pba.yml", "spec/fixtures/sanitize_html.yml", "spec/fixtures/images.yml", "spec/custom_tags_spec.rb", "spec/formatters", "spec/formatters/lite_mode_html_spec.rb", "spec/formatters/class_filtered_html_spec.rb", "spec/formatters/latex_spec.rb", "spec/formatters/id_filtered_html_spec.rb", "spec/formatters/filtered_html_spec.rb", "spec/formatters/html_no_breaks_spec.rb", "spec/formatters/no_span_caps_html_spec.rb", "spec/formatters/sanitized_html_spec.rb", "spec/formatters/html_spec.rb", "spec/formatters/style_filtered_html_spec.rb", "spec/spec_helper.rb", "spec/benchmark_spec.rb", "spec/erb_spec.rb", "spec/parser_spec.rb", "spec/extension_spec.rb"]
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_development_dependency(%q<bundler>, ["~> 1.0.10"])
s.add_development_dependency(%q<rake>, ["~> 0.8.7"])
s.add_development_dependency(%q<rspec>, ["~> 2.4"])
s.add_development_dependency(%q<diff-lcs>, ["~> 1.1.2"])
s.add_development_dependency(%q<rvm>, ["~> 1.2.6"])
s.add_development_dependency(%q<rake-compiler>, ["~> 0.7.1"])
else
s.add_dependency(%q<bundler>, ["~> 1.0.10"])
s.add_dependency(%q<rake>, ["~> 0.8.7"])
s.add_dependency(%q<rspec>, ["~> 2.4"])
s.add_dependency(%q<diff-lcs>, ["~> 1.1.2"])
s.add_dependency(%q<rvm>, ["~> 1.2.6"])
s.add_dependency(%q<rake-compiler>, ["~> 0.7.1"])
end
else
s.add_dependency(%q<bundler>, ["~> 1.0.10"])
s.add_dependency(%q<rake>, ["~> 0.8.7"])
s.add_dependency(%q<rspec>, ["~> 2.4"])
s.add_dependency(%q<diff-lcs>, ["~> 1.1.2"])
s.add_dependency(%q<rvm>, ["~> 1.2.6"])
s.add_dependency(%q<rake-compiler>, ["~> 0.7.1"])
end
end
|