Project
Reverse Dependencies for redcarpet
The projects listed here declare redcarpet as a runtime or development dependency
0.0
This is a Rails plugin that makes it easier for your models
to communicate via AMQP to RabbitMQ.
2019
2020
2021
2022
2023
2024
0.0
Contains third party routes parser
2019
2020
2021
2022
2023
2024
0.0
A Rails plugin/gem for helping to get KSS into your Rails app.
2019
2020
2021
2022
2023
2024
0.0
Unofficial gem for accessing keen.io
2019
2020
2021
2022
2023
2024
0.0
Rack middleware for validating authorization tokens from Keycloak
2019
2020
2021
2022
2023
2024
0.0
Kharon is a ruby hash validator that helps you fix the structure of a hash (type of the keys, dependencies, ...).
2019
2020
2021
2022
2023
2024
0.0
Easy interface for the Koha ILSDI API (https://github.com/Koha-Community/Koha/blob/master/C4/ILSDI/Services.pm)
2019
2020
2021
2022
2023
2024
0.0
Kramdown syntax for embedded gists
2019
2020
2021
2022
2023
2024
0.0
A quick and easy way to generate static sites
2019
2020
2021
2022
2023
2024
0.0
a markdown engine which makes you to describe a graph with Graphviz and highlight codes
2019
2020
2021
2022
2023
2024
0.0
This plugin offers a rails engine for the bitcrowd sir trevor fork. With Image Upload and lots of other customizations to sir trevor.
2019
2020
2021
2022
2023
2024
0.0
Helper for creating RubyGem project
2019
2020
2021
2022
2023
2024
0.0
A Rails template with Kabisa defaults
2019
2020
2021
2022
2023
2024
0.0
A Rails template with Kabisa defaults
2019
2020
2021
2022
2023
2024
0.0
Law schools accredited by the American Bar Association (ABA) publish in a standardized PDF format reports of employment outcomes for recent graduates. Process these PDF files into memory for further use.
2019
2020
2021
2022
2023
2024
0.0
LeanWeb is a minimal hybrid static / dynamic web framework
2019
2020
2021
2022
2023
2024
0.0
legal-docs provides a customisable privacy policy and terms of service, backed by I18n that can used in your apps.
2019
2020
2021
2022
2023
2024
0.0
Generic classes to write anything
2019
2020
2021
2022
2023
2024
0.0
Ruby bindings for MediaInfo using libmediainfo.so
2019
2020
2021
2022
2023
2024
0.0
# License
Create software licenses easily.
## Install
### Bundler: `gem 'license'`
### RubyGems: `gem install license`
## Usage
### Simple
```ruby
license = License::Software::MIT.new do |l|
l.year.start = 2012
l.author.name = 'Ryan Scott Lewis'
l.author.email = 'ryan@rynet.us'
end...
2019
2020
2021
2022
2023
2024