Zenspider's Gems

icon
#Total RankDaily RankNameSummary
1148minitestminitest provides a complete suite of testing facilities supporting TDD, BDD, and bench...
25832raccRacc is an LALR(1) parser generator. It is written in Ruby itself, and generates Ruby...
3339607sexp_processorsexp_processor branches from ParseTree bringing all the generic sexp processing tools w...
4343455open4open child process with handles on pid, stdin, stdout, and stderr: manage child process...
5354667ruby_parserruby_parser (RP) is a ruby parser written in pure ruby (utilizing racc--which does by d...
61,1821,334path_expanderPathExpander helps pre-process command-line arguments expanding directories into their ...
71,3571,505flayFlay analyzes code for structural similarities. Differences in literal values, variable...
81,5301,576flogFlog reports the most tortured code in an easy to read pain report. The higher the scor...
91,7251,822ruby2rubyruby2ruby provides a means of generating pure ruby code easily from RubyParser compatib...
102,0772,379minitest-railsAdds Minitest as the default testing library in Rails
112,0972,605ZenTestZenTest provides 4 different tools: zentest, unit_diff, autotest, and multiruby. zente...
122,1391,312minitest-focusAllows you to focus on a few tests with ease without having to use command-line argumen...
132,3632,826hoeHoe is a rake/rubygems helper for project Rakefiles. It helps you manage, maintain, and...
142,3862,685RubyInlineInline allows you to write foreign code within your ruby code. It automatically determi...
152,6082,212minitest-ciMinitest Junit XML results that CircleCI can read.
162,6593,071minitest-serverminitest-server provides a client/server setup with your minitest process, allowing you...
173,4224,815minitest-autotestautotest is a continous testing facility meant to be used during development. As soon a...
183,6273,988minitest-bisectHunting down random test failures can be very very difficult, sometimes impossible, but...
193,7134,260rubyforgeA script which automates a limited set of rubyforge operations. * Run 'rubyforge help'...
203,9533,610graphGraph is a type of hash that outputs in graphviz's dot format. It comes with a command-...
214,82225,695osx_keychainProvides API and a command line tool to Access the OS X Keychain. The command line tool...
224,8347,735autotestThis is a stub gem to fix the confusion caused by autotest being part of the ZenTest su...
235,0503,928debrideAnalyze code for potentially uncalled / dead methods, now with auto-removal. == Featur...
245,3002,245minitest-proveitOriginally written by github user bradleyjames, minitest-proveit forces all tests to pr...
255,76317,461autotest-railsThis is an autotest plugin to provide rails support. It provides basic rails support an...
267,1241,900minitest-mockminitest/mock, by Steven Baker, is a beautifully tiny mock (and stub) object framework....
277,9408,274ParseTreeParseTree is a C extension (using RubyInline) that extracts the parse tree for an entir...
2810,0248,601minitest-sprintRuns (Get it? It's fast!) your tests and makes it easier to rerun individual failures.
2910,29211,835minitest-gcstatsA minitest plugin that adds a report of the top tests by number of objects allocated.
3011,22327,037rake-remote_taskVlad the Deployer's sexy brainchild is rake-remote_task, extending Rake with remote tas...
3111,23824,589rc-restRobot Co-op REST web services base class. This library makes it easy to implement REST-...
3211,39815,748pngPNG is an almost-pure-ruby PNG library. It lets you write a PNG without any C libraries.
3311,49617,461image_scienceImageScience is a clean and happy Ruby library that generates thumbnails -- and kicks t...
3411,83216,380isolateIsolate is a very simple RubyGems sandbox. It provides a way to express and automatical...
3512,0056,072debride-erbExtends debride to analyze erb files (erubis ala rails, actually).
3612,24113,639vladVlad the Deployer is pragmatic application deployment automation, without mercy. Much l...
3712,3298,922hoe-gitA set of Hoe plugins for tighter Git integration. Provides tasks to automate release ta...
3812,3988,887test-unit-fullA meta package to use all test-unit extensions.
3914,29813,840ruby_parser-legacyruby_parser-legacy includes the ruby 1.8 and 1.9 parsers from ruby_parser (now removed)...
4014,81617,911sshSSH provides a simple streaming ssh command runner. That's it. This is a one trick pony...
4115,30715,748hoe-seattlerbHoe plugins providing tasks used by seattle.rb including minitest, perforce, and email ...
4216,07228,569zenwebZenweb is a set of classes/tools for organizing and formating a website. It is website ...
4317,30213,467heckleHeckle is unit test sadism(tm) at it's core. Heckle is a mutation tester. It modifies y...
4417,36011,246minitest-excludesminitest/excludes.rb extends Minitest::Test to provide a clean API for excluding certai...
4517,83025,695minitest-debuggerThis is a stupid simple example of how easy it is to make a minitest plugin that does s...
4620,94419,358oedipus_lexOedipus Lex is a lexer generator in the same family as Rexical and Rex. Oedipus Lex is ...
4721,02018,846omnifocusSynchronizes bug tracking systems to omnifocus.
4821,72328,569minitest_tu_shimminitest_tu_shim bridges the gap between the small and fast minitest and ruby's huge an...
4924,32120,515minitest-emojiPrint out emoji for your test passes, fails, and skips
5024,44617,065gauntletGauntlet is a pluggable means of running code against all the latest gems and storing o...
5124,49412,034faraday-restrict-ip-addressesRestrict the IP addresses Faraday will connect to
5225,45228,569makerakeworkwellmake/rake/work/well provides two simple modifications to rake that make working with fi...
5328,20246,531castC parser and AST constructor.
5428,90353,031omnifocus-githubPlugin for omnifocus gem to provide github BTS synchronization. Support for Github Ent...
5530,57522,652vlad-hgMercurial support for Vlad. Using it is as simple as passing :scm => :mercurial
5632,14232,343rb-scptThis is a fork of the original rb-appscript. Ruby AppleScript (rb-scpt) is a high-level...
5733,62546,531rdoc_osx_dictionaryrdoc via Apple's Dictionary.app. Automatically builds and installs an Apple Dictionary ...
5834,58427,037imap_processorIMAPProcessor is a client for processing messages on an IMAP server. It provides some ...
5935,65524,589omnifocus-redminePlugin for the omnifocus gem to provide synchronization with Redmine Issues. This plug...
6037,02325,695minitest-stackprofitA minitest plugin that runs your tests and outputs a stackprof profile. This lets you q...
6145,66441,737rdoc_chmA Microsoft Compiled HTML Help generator for {RDoc}[http://rdoc.rubyforge.org/].
6248,46174,024zenprofilezenprofiler helps answer WHAT is being called the most. spy_on helps answer WHERE those...
6352,04637,933ruby2cruby_to_c translates a static ruby subset to C. Hopefully it works. NOTE ! NOTE ! NO...
6454,76253,031rubygems-sandboxThe sandbox plugin for rubygems helps you manage your command-line tools and their depe...
6556,20441,737IMAPCleanseIMAPCleanse removes old, read, unflagged messages from your IMAP mailboxes so you don't...
6656,63053,031omnifocus-bugzillaPlugin for omnifocus gem to provide bugzilla BTS synchronization. The first time this ...
6757,02534,862event_hookWraps rb_add_event_hook so you can write fast ruby event hook processors w/o the speed ...
6858,20219,915minitest-baconminitest-bacon extends minitest with bacon-like functionality. It should allow you to b...
6959,05394,007wilsonWilson is a pure ruby x86 assembler. No, really. Worst Idea Evar. Why "wilson"? I want...
7059,22528,569miltonMilton fills out your ADP ezLaborManager timesheet
7159,90434,862miniunitmini/test is a completely minimial drop-in replacement for ruby's test/unit. This is me...
7260,86741,737minitest-happyAll pride, all the time!
7361,60441,737rubygems-sing"Sings" a gem's implementation.
7463,337129,210graphicsGraphics provides a simple framework to implement games and/or simulations and is desig...
7566,26734,862zenweb-templateSimply provides an example zenweb template website.
7669,32034,862minitest-unorderedAdds a new assertion to minitest for checking the contents of a collection, ignoring el...
7770,30519,915hoe-git2A set of Hoe plugins for tighter Git integration. Provides tasks to automate release ta...
7874,54574,024RubyToCruby_to_c translates a static ruby subset to C. Hopefully it works.
7976,10674,024omnifocus-rubyforgePlugin for omnifocus gem to provide rubyforge BTS synchronization.
8078,72761,331rubygems-cleanroomEver want to test something out in a clean rubygems repo? Want your gem list to actuall...
8181,20694,007omnifocus-rtPlugin for omnifocus gem to provide rt BTS synchronization. The first time this runs i...
8284,19861,331change_classLets you set the class of an object. Use at your own risk.
8384,80821,178minitest-allowAllows you to provide an exclusion list of allowed failures/errors. Failures and errors...
8485,82030,304minitest-speedminitest-speed adds test hooks to verify the time it takes to run the setup, body, and ...
8586,89761,331ZenHacksThis package is not supported in the same sense that my other packages are, but since i...
8687,57161,331flay-persistenceDid you ever want to make your flay results persistent?!? Me neither, but now you can! ...
8795,90874,024rubygems-checkcertGem command to display the certificate of a gem, if any.
8896,41761,331vlad-merbMerb support for Vlad. Prior to 2.0.0, Vlad included support to make vlad:start and vla...
8998,14174,024minitest-macrubyminitest-macruby provides extensions to minitest for macruby UI testing. It provides a ...
90104,32761,331ohmygemsI'm tired of the complications that tools like bundler and rvm inject into my system an...
91105,07974,024vlad-perforceVlad plugin providing perforce support. This was previously available in vlad but all e...
92108,48832,343minitest-trumpFor when the reality of your tests is just too much to bear, turn your failures into fa...
93110,662129,210bftsBFTS is a branch of rubicon with the intent of auditing all of rubicon against the late...
94115,72094,007box_layoutAllows you to lay out HTML using ASCII art. Stolen from psykotic's code posted to reddi...
95117,87094,007enterpriseWish you could write your Ruby in XML? Has the fact that Ruby is not "enterprise&...
96120,577129,210yodaSpec yoda will, and spec you shall too.
97120,81861,331InlineFortran== FEATURES/PROBLEMS: * Very rudimentary right now. Needs some love. == SYNOPSYS: in...
98122,03974,024gem-stfuA fork of gem-shut-the-fuck-up that provides configurable silencing of post-install-mes...
99126,21053,031minitest-coverageRuby's contemporary test coverage tools all lie, exaggerating coverage through false-po...
100150,45261,331minitest-compareThis is a quick and dirty tool to compare test time deltas between two runs by comparin...
101150,74453,031githubscoregithubscore provides a dashboard overview of the current state of your github issues an...
102160,68374,024github_contribsA simple commandline tool that downloads yearly contribution graphs from github and ass...
103180,51694,007worker_beeWorkerBee encapsulates a simple pipeline of workers. == Features/Problems: * Simple A...
104191,459129,210rubygems-apiSend requests to rubygems' API and print the output. You can also query the output with...