Project
Reverse Dependencies for rdoc
The projects listed here declare rdoc as a runtime or development dependency
2.16
Inspired by ctemplate, Mustache is a framework-agnostic way to render
logic-free views.
As ctemplates says, "It emphasizes separating logic from presentation:
it is impossible to embed application logic in this template
language.
Think of Mustache as a replacement for your views. Instead of vie...
2020
2021
2022
2023
2024
2025
2.05
ruby-prof is a fast code profiler for Ruby. It is a C extension and
therefore is many times faster than the standard Ruby profiler. It
supports both flat and graph profiles. For each method, graph profiles
show how long the method ran, which methods called it and which
methods it called. RubyPro...
2020
2021
2022
2023
2024
2025
1.98
Build command-suite CLI apps that are awesome. Bootstrap your app, add commands, options and documentation while maintaining a well-tested idiomatic command-line app
2020
2021
2022
2023
2024
2025
1.98
Identify email addresses or domains names that belong to colleges or universities. Help automate the process of approving or rejecting academic discounts.
2020
2021
2022
2023
2024
2025
1.8
A iterations per second enhancement to Benchmark.
2020
2021
2022
2023
2024
2025
1.76
Ruby bindings for Datadog's API
2020
2021
2022
2023
2024
2025
1.72
This gem is used by GitLab to render any non Markdown markup
2020
2021
2022
2023
2024
2025
1.53
Have you ever wanted to call <code>exit()</code> with an error condition, but
weren't sure what exit status to use? No? Maybe it's just me, then.
Anyway, I was reading manpages late one evening before retiring to bed in my
palatial estate in rural Oregon, and I stumbled across
<co...
2020
2021
2022
2023
2024
2025
1.51
A Ruby CLI gem that beautifies the terminal's ls command, with color and font-awesome icons.
2020
2021
2022
2023
2024
2025
1.49
Uses wkhtmltopdf to create PDFs using HTML
2020
2021
2022
2023
2024
2025
1.45
A simple Ruby client for the algolia.com REST API
2020
2021
2022
2023
2024
2025
1.37
rdoc generator html with javascript search index.
2020
2021
2022
2023
2024
2025
1.33
a simple library to read afm files and use the data conveniently
2020
2021
2022
2023
2024
2025
1.31
A gem that provides text handling for Twitter
2020
2021
2022
2023
2024
2025
1.3
lolcommits takes a snapshot with your webcam every time you git commit code,
and archives a lolcat style image with it. It's selfies for software
developers. `git blame` has never been so much fun.
2020
2021
2022
2023
2024
2025
1.29
Ruby/Graphviz provides an interface to layout and generate images of directed graphs in a variety of formats (PostScript, PNG, etc.) using GraphViz.
2020
2021
2022
2023
2024
2025
1.25
bcrypt() is a sophisticated and secure hash algorithm designed by The OpenBSD project
for hashing passwords. The bcrypt Ruby gem provides a simple wrapper for safely handling
passwords.
2020
2021
2022
2023
2024
2025
1.23
This gem implements bcrypt_pbkdf (a variant of PBKDF2 with bcrypt-based PRF)
2020
2021
2022
2023
2024
2025
1.23
RecursiveOpenStruct is a subclass of OpenStruct. It differs from
OpenStruct in that it allows nested hashes to be treated in a recursive
fashion. For example:
ros = RecursiveOpenStruct.new({ :a => { :b => 'c' } })
ros.a.b # 'c'
Also, nested hashes can still be accessed as hashes:
r...
2020
2021
2022
2023
2024
2025
1.21
RubyCritic is a tool that wraps around various static analysis gems to provide a quality report of your Ruby code.
2020
2021
2022
2023
2024
2025