Project
Reverse Dependencies for hoe
The projects listed here declare hoe as a runtime or development dependency
0.0
Using Mad Mimi on rails 3, rails 2 and from commandline. All of the elegant portions of the code are based on the original http://github.com/redsquirrel/mad_mimi_mailer by ethangunderson. All of the terrible stuff is by me. Apologies for taking an elegant solution and just crafting something th...
2019
2020
2021
2022
2023
2024
0.0
A ruby-friendly interface to the Majestic SEO API.
2019
2020
2021
2022
2023
2024
0.0
Implement orderable trees in ActiveRecord using the nested set model, with multiple roots and scoping, and most importantly user-defined
ordering of subtrees. Fetches preordered trees in one go, updates are write-heavy.
This is a substantially butchered-up version/offspring of acts_as_threaded. ...
2019
2020
2021
2022
2023
2024
0.0
make/rake/work/well provides two simple modifications to rake that
make working with file tasks cleaner, easier, and faster.
2019
2020
2021
2022
2023
2024
0.0
An implementation of dynamic-wind for ruby's continuation. See R6RS 11.15 Control features for detail. http://www.r6rs.org/final/html/r6rs/r6rs-Z-H-14.html#node_idx_764
2019
2020
2021
2022
2023
2024
0.0
prettytrace detects and omits repetition of backtrace, which makes backtrace shorter and smarter.
2019
2020
2021
2022
2023
2024
0.0
simpletrace reduces backtrace by removing path of installed libraries.
2019
2020
2021
2022
2023
2024
0.0
ThreadFiber is an implementation of fiber using threads.
2019
2020
2021
2022
2023
2024
0.0
Expat (XML Parser Toolkit) Module for Ruby This is a module to access to James Clark's XML Parser Toolkit "expat" (http://www.jclark.com/xml/expat.html) from Ruby. This is a modified version of xmlparser: - works on Ruby 1.9 - depends on hoe instead of mkrf
2019
2020
2021
2022
2023
2024
0.0
Bdoc is a simple replacement for gem server that doesn't require running a server and is much nicer to browse.
2019
2020
2021
2022
2023
2024
0.0
manman - Manifest Manager
2019
2020
2021
2022
2023
2024
0.0
This gem provides access to the MapTP web services.
In order to use them, you need your MapTP credentials aka your Map24 id.
For more information head over to http://www.nn4d.com
You should consider that this client solely works with WGS´84 coordinates in the Decimal Degrees format.
Usually Ma...
2019
2020
2021
2022
2023
2024
0.0
Custom Extensions for Watir, Firewatir. Acceptance Test Helper based on semantic page objects modeling customer's domain language It helps you write human readable and machine executable browser tests. Isolates GUI from Tests. The Human Readable part helps you create interfaces to elements on th...
2019
2020
2021
2022
2023
2024
0.0
DataMapper plugin which allows to add configuration to your models
2019
2020
2021
2022
2023
2024
0.0
Formatting engines support for DataMapper
2019
2020
2021
2022
2023
2024
0.0
markdown-service gem - markdown HTTP JSON API service
2019
2020
2021
2022
2023
2024
0.0
markdown-tools gem - markdown command line tools
2019
2020
2021
2022
2023
2024
0.0
simple markov chains
2019
2020
2021
2022
2023
2024
0.0
Turn simple equations (a = b * c) into GraphViz dot files showing relationships, values, and units.
2019
2020
2021
2022
2023
2024
0.0
== USAGE: require 'matlab' engine = Matlab::Engine.new engine.put_variable "x", 123.456 engine.put_variable "y", 789.101112 engine.eval "z = x * y" engine.get_variable "z" matrix = Matlab::Matrix.new(20, 400) 20.times { |m| 400.times { |n| matrix[m, n] =...
2019
2020
2021
2022
2023
2024