As of August 23, 2013 10:33am
Summary | Description | License |
---|---|---|
The best way to manage your application's dependencies | Bundler manages an application's dependencies through its entire life, across many machines, systematically and repeatably | MIT |
Summary | Description | License |
---|---|---|
Fast syntax highlighting for selected languages. | Fast and easy syntax highlighting for selected languages, written in Ruby. Comes with RedCloth integration and LOC counter. | MIT |
Summary | Description | License |
---|---|---|
Module to format an Array as an Array of String aligned in columns | In showing a long lists, sometimes one would prefer to see the value arranged aligned in columns. Some examples include listing methods of an object or debugger commands. See Examples in the rdoc documentation for examples. | Ruby |
Summary | Description | License |
---|---|---|
Fast Ruby debugger - base + cli | debugger is a fast implementation of the standard Ruby debugger debug.rb. It is implemented by utilizing a new Ruby C API hook. The core component provides support that front-ends can build on. It provides breakpoint handling, bindings for stack frames among other things. | BSD |
Summary | Description | License |
---|---|---|
Read file with caching | Linecache is a module for reading and caching lines. This may be useful for example in a debugger where the same lines are shown many times. | MIT |
Summary | Description | License |
---|---|---|
Provide Ruby core source files | Provide Ruby core source files for C extensions that need them. | other |
Summary | Description | License |
---|---|---|
Diff::LCS computes the difference between two Enumerable sequences using the McIlroy-Hunt longest common subsequence (LCS) algorithm | Diff::LCS computes the difference between two Enumerable sequences using the McIlroy-Hunt longest common subsequence (LCS) algorithm. It includes utilities to create a simple HTML diff output format and a standard diff-like tool. This is release 1.2.4, fixing a bug introduced after diff-lcs 1.1.3 that did not properly prune common sequences at the beginning of a comparison set. Thanks to Paul Kunysch for fixing this issue. Coincident with the release of diff-lcs 1.2.3, we reported an issue with Rubinius in 1.9 mode ({rubinius/rubinius#2268}[https://github.com/rubinius/rubinius/issues/2268]). We are happy to report that this issue has been resolved. | MIT |
Summary | Description | License |
---|---|---|
Ruby FFI | Ruby FFI library | LGPL-3 |
Summary | Description | License |
---|---|---|
Ruby STDOUT text formatting | STDOUT text formatting | MIT |
Summary | Description | License |
---|---|---|
basic GOM functionallity | this gem includes stuff which is of use for the server as well as for gom scripting clients | MIT |
Summary | Description | License |
---|---|---|
Guard keeps an eye on your file modifications | Guard is a command line tool to easily handle events on file system modifications. | MIT |
Summary | Description | License |
---|---|---|
Guard gem for RSpec | Guard::RSpec automatically run your specs (much like autotest). | MIT |
Summary | Description | License |
---|---|---|
Listen to file modifications | The Listen gem listens to file modifications and notifies you about the changes. Works everywhere! | MIT |
Summary | Description | License |
---|---|---|
A simple, powerful, and very fast logging utility that can be a drop in replacement for Logger or ActiveSupport::BufferedLogger. | A simple, powerful, and very fast logging utility that can be a drop in replacement for Logger or ActiveSupport::BufferedLogger. Provides support for automatically rolling log files even with multiple processes writing the same log file. | MIT |
Summary | Description | License |
---|---|---|
retrieve the sourcecode for a method | retrieve the sourcecode for a method | MIT |
Summary | Description | License |
---|---|---|
An IRB alternative and runtime developer console | An IRB alternative and runtime developer console | MIT |
Summary | Description | License |
---|---|---|
Very simple & usable FSEvents API | FSEvents API with Signals catching (without RubyCocoa) | MIT |
Summary | Description | License |
---|---|---|
A Ruby wrapper for Linux's inotify, using FFI | A Ruby wrapper for Linux's inotify, using FFI | MIT |
Summary | Description | License |
---|---|---|
A Ruby wrapper for BSD's kqueue, using FFI | A Ruby wrapper for BSD's kqueue, using FFI | MIT |
Summary | Description | License |
---|---|---|
rspec-2.14.1 | BDD for Ruby | MIT |
Summary | Description | License |
---|---|---|
rspec-core-2.14.5 | BDD for Ruby. RSpec runner and example groups. | MIT |
Summary | Description | License |
---|---|---|
rspec-expectations-2.14.2 | rspec expectations (should[_not] and matchers) | MIT |
Summary | Description | License |
---|---|---|
rspec-mocks-2.14.3 | RSpec's 'test double' framework, with support for stubbing and mocking | MIT |