Project

Reverse Dependencies for github-markup

The projects listed here declare github-markup as a runtime or development dependency

0.0
No commit activity in last 3 years
No release in over 3 years
# Fancy Logger An easily customizable logger with style. ## Install ### Bundler: `gem 'fancy_logger'` ### RubyGems: `gem install fancy_logger` ## Usage Simply use as if you were using the normal Ruby `Logger` class: ```ruby require 'fancy_logger' logger = FancyLogger.new(STDOUT) logger.in...
2019
2020
2021
2022
2023
2024
0.0
Repository is gone
No release in over 3 years
# Game A Ruby-powered MVC game framework. ## Install ```sh $ gem install game ``` ## Usage ### Setup ```sh $ game new my_cool_game ``` This will create a new directory named `my_cool_game` in the current working directory. The directory is laid out very much like a Rails application: ...
2019
2020
2021
2022
2023
2024
0.0
Repository is gone
No release in over 3 years
GFM (GitHub Flavored Markdown) Preview Server.
2019
2020
2021
2022
2023
2024
0.0
No commit activity in last 3 years
No release in over 3 years
A ruby interface to the GitHub Contributions Archive API (https://githubcontributions.io). Get information about GitHub users and events, including all repositories a user has contributed to. No authentication required.
2019
2020
2021
2022
2023
2024
0.0
Repository is gone
No release in over 3 years
Uses the 'github-markup' gem to compiler your markdown files to html. html is then formatted the same way as it is on github. Includes options to compile all files under a directory, to watch for changes and to delete generated files.
2019
2020
2021
2022
2023
2024
0.0
No commit activity in last 3 years
No release in over 3 years
Use this tool so you can see a preview of your README on how it will look like on GitHub.
2019
2020
2021
2022
2023
2024
0.0
Repository is gone
No release in over 3 years
This is a helper gem for ruby-gnome2 applications that allows developers to easily connect signals to methods.
2019
2020
2021
2022
2023
2024
0.0
No commit activity in last 3 years
No release in over 3 years
Convert Github flavored Markdown into HTML.
2019
2020
2021
2022
2023
2024
0.0
Repository is gone
No release in over 3 years
A simple, Git-powered wiki with a sweet API and local frontend, modded for the Bibliotheca Anonoma. Uses the latest edition of Gollum, adds OmniGollum support, and other cool stuff.
2019
2020
2021
2022
2023
2024
0.0
Repository is gone
No release in over 3 years
View your tests, specs, and cukes through your web browser.
2019
2020
2021
2022
2023
2024
0.0
Repository is gone
No release in over 3 years
Popup HTTP Server for serving static content.
2019
2020
2021
2022
2023
2024
0.0
No commit activity in last 3 years
No release in over 3 years
Provides causes for exceptions.
2019
2020
2021
2022
2023
2024
0.0
No commit activity in last 3 years
No release in over 3 years
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
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Kramdown syntax for embedded gists
2019
2020
2021
2022
2023
2024
0.0
No commit activity in last 3 years
No release in over 3 years
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
No commit activity in last 3 years
No release in over 3 years
# 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