/usr/share/rubygems-integration/2.1/specifications/rdiscount-2.1.7.1.gemspec is in ruby-rdiscount 2.1.7.1-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 | # -*- encoding: utf-8 -*-
# stub: rdiscount 2.1.7.1 ruby lib
# stub: ext/extconf.rb
Gem::Specification.new do |s|
s.name = "rdiscount"
s.version = "2.1.7.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["Ryan Tomayko", "David Loren Parsons", "Andrew White", "David Foster"]
s.date = "2014-04-12"
s.email = "davidfstr@gmail.com"
s.executables = ["rdiscount"]
s.extensions = ["ext/extconf.rb"]
s.extra_rdoc_files = ["COPYING"]
s.files = ["BUILDING", "COPYING", "README.markdown", "Rakefile", "bin/rdiscount", "ext/Csio.c", "ext/VERSION", "ext/amalloc.c", "ext/amalloc.h", "ext/basename.c", "ext/blocktags", "ext/config.h", "ext/css.c", "ext/cstring.h", "ext/docheader.c", "ext/dumptree.c", "ext/emmatch.c", "ext/extconf.rb", "ext/flags.c", "ext/generate.c", "ext/github_flavoured.c", "ext/html5.c", "ext/markdown.c", "ext/markdown.h", "ext/mkdio.c", "ext/mkdio.h", "ext/mktags.c", "ext/pgm_options.c", "ext/pgm_options.h", "ext/rdiscount.c", "ext/resource.c", "ext/setup.c", "ext/tags.c", "ext/tags.h", "ext/toc.c", "ext/version.c", "ext/xml.c", "ext/xmlpage.c", "lib/markdown.rb", "lib/rdiscount.rb", "man/markdown.7", "man/rdiscount.1", "man/rdiscount.1.ronn", "rdiscount.gemspec", "test/benchmark.rb", "test/benchmark.txt", "test/markdown_test.rb", "test/rdiscount_test.rb"]
s.homepage = "http://dafoster.net/projects/rdiscount/"
s.licenses = ["BSD"]
s.required_ruby_version = Gem::Requirement.new("!= 1.9.2")
s.rubyforge_project = "wink"
s.rubygems_version = "2.2.2"
s.summary = "Fast Implementation of Gruber's Markdown in C"
s.test_files = ["test/markdown_test.rb", "test/rdiscount_test.rb"]
end
|