Project

Reverse Dependencies for rake-compiler

The projects listed here declare rake-compiler as a runtime or development dependency

0.2
No release in over 3 years
Low commit activity in last 3 years
There's a lot of open issues
Ruby extension that wraps Hiredis (blocking connection and reply parsing)
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
No release in over 3 years
BlueCloth is a Ruby implementation of John Gruber's Markdown[http://daringfireball.net/projects/markdown/], a text-to-HTML conversion tool for web writers. To quote from the project page: Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML). It borrows a naming convention and several helpings of interface from {Redcloth}[http://redcloth.org/], Why the Lucky Stiff's processor for a similar text-to-HTML conversion syntax called Textile[http://www.textism.com/tools/textile/]. BlueCloth 2 is a complete rewrite using David Parsons' Discount[http://www.pell.portland.or.us/~orc/Code/discount/] library, a C implementation of Markdown. I rewrote it using the extension for speed and accuracy; the original BlueCloth was a straight port from the Perl version that I wrote in a few days for my own use just to avoid having to shell out to Markdown.pl, and it was quite buggy and slow. I apologize to all the good people that sent me patches for it that were never released. Note that the new gem is called 'bluecloth' and the old one 'BlueCloth'. If you have both installed, you can ensure you're loading the new one with the 'gem' directive: # Load the 2.0 version gem 'bluecloth', '>= 2.0.0' # Load the 1.0 version gem 'BlueCloth' require 'bluecloth'
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Popularity
0.18
There's a lot of open issues
A long-lived project that still receives updates
Ruby binding for zstd(Zstandard - Fast real-time compression algorithm). See https://github.com/facebook/zstd
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
0.16
No release in over 3 years
Low commit activity in last 3 years
There's a lot of open issues
phonic is ruby binding for iv AST API
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
0.16
Repository is archived
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Johnson wraps JavaScript in a loving Ruby embrace.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
0.16
Repository is archived
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Johnson wraps JavaScript in a loving Ruby embrace. It embeds the Mozilla SpiderMonkey JavaScript runtime as a C extension.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
0.15
Low commit activity in last 3 years
There's a lot of open issues
A long-lived project that still receives updates
This library provides statistics features for Enumerable
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
0.15
No commit activity in last 3 years
No release in over 3 years
Generic GeoIP lookup tool. Based on the geoip_city RubyGem by Ryan Dahl
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
0.15
Repository is archived
No release in over 3 years
Low commit activity in last 3 years
There's a lot of open issues
Presto PostgreSQL protocol gateway
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
0.15
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
A Ruby-like language for writing Ruby C extensions. Rubex keeps you happy even when writing C extensions.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
0.15
No release in over 3 years
Low commit activity in last 3 years
There's a lot of open issues
Ruby/SerialPort is a Ruby library that provides a class for using RS-232 serial ports.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
0.14
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
allocation_tracer gem adds ObjectSpace::AllocationTracer module.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
0.14
No release in over 3 years
Low commit activity in last 3 years
There's a lot of open issues
Ruby Trie based on libdatrie.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
0.13
Low commit activity in last 3 years
There's a lot of open issues
A long-lived project that still receives updates
Encode an image as a small string that can saved in the database and used to show a blurred preview before the real image loads
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
0.13
No release in over 3 years
Low commit activity in last 3 years
This gem implements pure Levenshtein algorithm, Damerau modification (where 2 character transposition counts as 1 edit distance). It also includes Boehmer & Rees 2008 modification, to handle transposition in blocks with more than 2 characters (Boehmer & Rees 2008).
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
0.12
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
gc debugger, logger and profiler for rgengc in ruby 2.1
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
0.12
No release in over 3 years
Low commit activity in last 3 years
There's a lot of open issues
gc_tracer gem adds GC::Tracer module.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
0.12
No commit activity in last 3 years
No release in over 3 years
Simple library to parse PostgreSQL arrays into a array of strings
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025