Project
Reverse Dependencies for github-markup
The projects listed here declare github-markup as a runtime or development dependency
0.0
Parse changelog files and extract entries matching various criteria
2020
2021
2022
2023
2024
2025
0.0
A ruby interface to the CityBikes API v2. Returns data about bike-share networks and stations. Includes options to customize API requests.
2020
2021
2022
2023
2024
2025
0.0
helps read, write and remember commands.
2020
2021
2022
2023
2024
2025
0.0
Ruby wrapper for the context.io API.
2020
2021
2022
2023
2024
2025
0.0
Framework that provides a simple foundation for growing organically in the cloud
2020
2021
2022
2023
2024
2025
0.0
Ruby REST client for Delphix virtual database appliance
2020
2021
2022
2023
2024
2025
0.0
Authentication module using BCrypt; initially Hanami-specific.
2020
2021
2022
2023
2024
2025
0.0
Communiceer met de API van DagjeWeg.NL en haal informatie op over dagjes weg
2020
2021
2022
2023
2024
2025
0.0
A gem for working with the Datacite XML format
2020
2021
2022
2023
2024
2025
0.0
DataStructures101 is a simple gem that groups several implementations of common data structures usually taught in Computer Science courses.
2020
2021
2022
2023
2024
2025
0.0
Track changes in your tables using PostgreSQL triggers..
2020
2021
2022
2023
2024
2025
0.0
Native implementation of Dijkstra algorithm for finding the shortest path
between two vertices in a large, sparse graphs. Underlying algorithm is
implemented in C using a priority queue. Edges are represented using linked
lists rather than an adjacency matrix to reduce memory footprint when oper...
2020
2021
2022
2023
2024
2025
0.0
A ruby binder for the Docdata Payment API.
2020
2021
2022
2023
2024
2025
0.0
Drift is a static blogging engine for Rails.
2020
2021
2022
2023
2024
2025
0.0
Use a YAML file to specify your API, and EasyApiDoc will serve up this information with executable examples.
2020
2021
2022
2023
2024
2025
0.0
Tools to make building API docs simpler.
2020
2021
2022
2023
2024
2025
0.0
Interface with message queues with ease.
2020
2021
2022
2023
2024
2025
0.0
# Error
`Error` is a very small library that serves as a base `Class` for error `Class`es within your
application.
## Install
### Bundler: `gem 'error'`
### RubyGems: `gem install error`
## Usage
```ruby
```
## Contributing
* Check out the latest master to make sure the feature hasn't be...
2020
2021
2022
2023
2024
2025
0.0
Eventually is an event library built to loosely mirror the NodeJS EventEmitter API.
2020
2021
2022
2023
2024
2025
0.0
# 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...
2020
2021
2022
2023
2024
2025