REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 2.17 KB
Close
//proc/thread-self/root/opt/alt/ruby40/share/gems/gems/rdoc-7.0.4/rdoc.gemspec
Text
Base64
begin require_relative "lib/rdoc/version" rescue LoadError # for Ruby repository require_relative "version" end Gem::Specification.new do |s| s.name = "rdoc" s.version = RDoc::VERSION s.authors = [ "Eric Hodel", "Dave Thomas", "Phil Hagelberg", "Tony Strauss", "Zachary Scott", "Hiroshi SHIBATA", "ITOYANAGI Sakura" ] s.email = ["drbrain@segment7.net", "", "", "", "mail@zzak.io", "hsbt@ruby-lang.org", "aycabta@gmail.com"] s.summary = "RDoc produces HTML and command-line documentation for Ruby projects" s.description = <<-DESCRIPTION RDoc produces HTML and command-line documentation for Ruby projects. RDoc includes the +rdoc+ and +ri+ tools for generating and displaying documentation from the command-line. DESCRIPTION s.homepage = "https://ruby.github.io/rdoc" s.licenses = ["Ruby"] s.metadata["homepage_uri"] = s.homepage s.metadata["source_code_uri"] = "https://github.com/ruby/rdoc" s.metadata["changelog_uri"] = "#{s.metadata["source_code_uri"]}/releases" s.bindir = "exe" s.executables = ["rdoc", "ri"] s.require_paths = ["lib"] # for ruby core repository. It was generated by # `git ls-files -z`.split("\x0").each {|f| puts " #{f.dump}," unless f.start_with?(*%W[test/ spec/ features/ .]) } non_lib_files = [ "CONTRIBUTING.md", "CVE-2013-0256.rdoc", "ExampleMarkdown.md", "ExampleRDoc.rdoc", "History.rdoc", "LEGAL.rdoc", "LICENSE.rdoc", "README.md", "RI.md", "TODO.rdoc", "exe/rdoc", "exe/ri", "man/ri.1", "rdoc.gemspec", ] base = __dir__ not_dir = ->(path) {!File.directory?(File.join(base, path))} template_files = Dir.glob("lib/rdoc/generator/template/**/*", base: base).select(¬_dir) lib_files = Dir.glob("lib/**/*.{rb,kpeg,ry}", base: base).select(¬_dir) s.files = (non_lib_files + template_files + lib_files).uniq s.rdoc_options = ["--main", "README.md"] s.extra_rdoc_files += s.files.grep(%r[\A[^\/]+\.(?:rdoc|md)\z]) s.required_ruby_version = Gem::Requirement.new(">= 2.6.0") s.required_rubygems_version = Gem::Requirement.new(">= 2.2") s.add_dependency 'psych', '>= 4.0.0' s.add_dependency 'erb' s.add_dependency 'tsort' end
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 3 × Files: 11
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
exe
DIR
-
drwxr-xr-x
2026-06-09 07:03:27
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
lib
DIR
-
drwxr-xr-x
2026-06-09 07:03:27
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
man
DIR
-
drwxr-xr-x
2026-06-09 07:03:27
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
CONTRIBUTING.md
6.31 KB
lrw-r--r--
2026-05-21 12:15:23
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
CVE-2013-0256.rdoc
1.90 KB
lrw-r--r--
2026-05-21 12:15:23
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
ExampleMarkdown.md
1.08 KB
lrw-r--r--
2026-05-21 12:15:23
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
ExampleRDoc.rdoc
6.31 KB
lrw-r--r--
2026-05-21 12:15:23
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
History.rdoc
75.71 KB
lrw-r--r--
2026-05-21 12:15:23
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
LEGAL.rdoc
1.97 KB
lrw-r--r--
2026-05-21 12:15:23
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
LICENSE.rdoc
2.34 KB
lrw-r--r--
2026-05-21 12:15:23
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
rdoc.gemspec
2.17 KB
lrw-r--r--
2026-05-21 12:15:23
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
README.md
5.29 KB
lrw-r--r--
2026-05-21 12:15:23
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
RI.md
23.16 KB
lrw-r--r--
2026-05-21 12:15:23
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
TODO.rdoc
1.84 KB
lrw-r--r--
2026-05-21 12:15:23
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).