Project
Reverse Dependencies for rdoc
The projects listed here declare rdoc as a runtime or development dependency
1.18
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...
2021
2022
2023
2024
2025
2026
1.15
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.
2021
2022
2023
2024
2025
2026
1.14
RubyCritic is a tool that wraps around various static analysis gems to provide a quality report of your Ruby code.
2021
2022
2023
2024
2025
2026
1.1
Rails I18n de-facto standard library for ActiveRecord model/data translation.
2021
2022
2023
2024
2025
2026
1.1
Implementation of [JSON Patch][1] and [JSON Pointer][2] RFC.
2021
2022
2023
2024
2025
2026
1.02
Have you ever wanted to do things like "6.business_days.from_now" and have weekends and holidays taken into account? Now you can.
2021
2022
2023
2024
2025
2026
1.01
Sync your code live to docker-containers without losing any performance on OSX
2021
2022
2023
2024
2025
2026
1.01
A Ruby wrapper for the OAuth 2.0 protocol built with a similar style to the original OAuth gem.
2021
2022
2023
2024
2025
2026
0.91
counter_culture provides turbo-charged counter caches that are kept up-to-date not just on create and destroy, that support multiple levels of indirection through relationships, allow dynamic column names and that avoid deadlocks by updating in the after_commit callback.
2021
2022
2023
2024
2025
2026
0.88
The minitar library is a pure-Ruby library that operates on POSIX tar(1) archive
files.
minitar (previously called Archive::Tar::Minitar) is based heavily on code
originally written by Mauricio Julio Fernández Pradier for the rpa-base project.
2021
2022
2023
2024
2025
2026
0.86
Database-backed Active Job backend.
2021
2022
2023
2024
2025
2026
0.84
Ruby/Git is a Ruby library that can be used to create, read and manipulate Git repositories by wrapping system calls to the git binary.
2021
2022
2023
2024
2025
2026
0.84
Ruby/Git is a Ruby library that can be used to create, read and manipulate Git repositories by wrapping system calls to the git binary.
2021
2022
2023
2024
2025
2026
0.84
Ruby/Git is a Ruby library that can be used to create, read and manipulate Git repositories by wrapping system calls to the git binary.
2021
2022
2023
2024
2025
2026
0.74
Custom SimpleCov formatter to generate a lcov style coverage.
2021
2022
2023
2024
2025
2026
0.69
Flay analyzes code for structural similarities. Differences in literal
values, variable, class, method names, whitespace, programming style,
braces vs do/end, etc are all ignored. Making this totally rad.
2021
2022
2023
2024
2025
2026
0.67
mediawiki parser
2021
2022
2023
2024
2025
2026
0.66
Check the home page for more in-depth information.
2021
2022
2023
2024
2025
2026
0.66
Flog reports the most tortured code in an easy to read pain
report. The higher the score, the more pain the code is in.
2021
2022
2023
2024
2025
2026
0.66
Workflow is a finite-state-machine-inspired API for modeling and
interacting with what we tend to refer to as 'workflow'.
* nice DSL to describe your states, events and transitions
* various hooks for single transitions, entering state etc.
* convenient access to the workflow specification: list...
2021
2022
2023
2024
2025
2026