dev-ruby/ParseTree
|
ParseTree is a C extension (using RubyInline) that extracts the parse tree for an entire class or a specific method and returns it as a s-expression |
dev-ruby/RedCloth
|
Textile parser for Ruby |
dev-ruby/Ruby-IRC
|
A framework for connecting and communicating with IRC servers |
dev-ruby/RubyInline
|
Inline allows you to write foreign code within your ruby code |
dev-ruby/ZenTest
|
ZenTest provides 4 different tools: zentest, unit_diff, autotest, and multiruby |
dev-ruby/activerdf
|
Offers object-oriented access to RDF (with adapters to several datastores) |
dev-ruby/activesupport
|
Utility classes and Ruby extensions from Rails |
dev-ruby/allison
|
A modern, pretty RDoc template |
dev-ruby/amq-protocol
|
AMQP 0.9.1 protocol serialization and deserialization implementation |
dev-ruby/animate-sass
|
Animate.sass is a Sass and Compass CSS animation library |
dev-ruby/archive-tar-minitar
|
POSIX tarchive management from Ruby programs |
dev-ruby/bcrypt_pbkdf
|
OpenBSD's bcrypt_pbkdf (a variant of PBKDF2 with bcrypt-based PRF) |
dev-ruby/bdb
|
Sleepycat Berkeley DB and DB XML |
dev-ruby/bson
|
A full featured BSON specification implementation, in Ruby |
dev-ruby/builder
|
Provides a simple way to create XML markup and data structures |
dev-ruby/bundler
|
The best way to manage a Ruby application's gems |
dev-ruby/bunny
|
Popular, easy to use, well-maintained Ruby client for RabbitMQ 2.0 and later versions |
dev-ruby/chef-utils
|
Basic utility functions for Core Chef Infra development |
dev-ruby/chronic
|
A pure-ruby natural language date/time-parsing library |
dev-ruby/chunky_png
|
Pure Ruby PNG library for maximum portability |
dev-ruby/colorize
|
Extends String class or add a ColorizedString with methods to set text color, background color and text effects |
dev-ruby/compass
|
Sass-based Stylesheet Framework that streamlines the creation and maintainance of CSS |
dev-ruby/compass-core
|
The Compass core stylesheet library and minimum required ruby extensions |
dev-ruby/compass-import-once
|
Changes the behavior of Sass's @import directive to only import a file once |
dev-ruby/concurrent-ruby
|
Modern concurrency tools for Ruby |
dev-ruby/crass
|
Pure Ruby CSS parser based on the CSS Syntax Level 3 spec |
dev-ruby/creole
|
Creole is a lightweight markup language |
dev-ruby/curb
|
Curb provides ruby language bindings to the libcurl(3) URL transfer library |
dev-ruby/curses
|
Ruby binding for curses, ncurses, and PDCurses |
dev-ruby/diff-lcs
|
Diff::LCS is a port of Algorithm::Diff that uses the McIlroy-Hunt longest common subsequence (LCS) algorithm to compute intelligent differences between two sequenced enumerable containers |
dev-ruby/docker-api
|
Client to the Docker Remote API |
dev-ruby/duration
|
Duration is a library for manipulating timespans |
dev-ruby/ed25519
|
A Ruby binding to the Ed25519 elliptic curve public-key signature system described in RFC 8032 |
dev-ruby/erubis
|
Faster eRuby implementation |
dev-ruby/eventmachine
|
Library that provides event-driven I/O using the Reactor pattern |
dev-ruby/excon
|
EXtended http(s) CONnections |
dev-ruby/expression_parser
|
A math parser in Ruby |
dev-ruby/facter
|
library for collecting facts about your system |
dev-ruby/fastthread
|
Optimized replacement for thread.rb primitives |
dev-ruby/ffi
|
Programatically load dynamic libraries and call them from Ruby |
dev-ruby/fssm
|
File System State Monitor keeps track of the state of any number of paths |
dev-ruby/gem_plugin
|
A Gem-based plugin system |
dev-ruby/gemcutter
|
Adds several commands to RubyGems for managing gems and more on Gemcutter.org |
dev-ruby/gettext
|
Ruby GetText Package is Native Language Support Library and Tools modeled after GNU gettext package |
dev-ruby/gir_ffi
|
Ruby bindings for GNOME using the GObject Introspection Repository |
dev-ruby/github-markup
|
Gem used by GitHub to render markup such as Markdown, Textile, Org-Mode, etc |
dev-ruby/hiera
|
Lightweight Pluggable Hierarchical Database |
dev-ruby/hoe
|
Hoe extends rake to provide full project automation |
dev-ruby/hpricot
|
A fast and liberal HTML parser for Ruby |
dev-ruby/http
|
An easy-to-use client library for making requests from Ruby |
dev-ruby/http_parser-rb
|
Ruby bindings to http://github.com/ry/http-parser |
dev-ruby/indentation
|
Allow indentation manipulation of Strings and Arrays of Strings |
dev-ruby/inifile
|
This is a native Ruby package for reading and writing INI files |
dev-ruby/io-like
|
IO like object methods |
dev-ruby/json
|
This is a JSON implementation as a Ruby extension in C |
dev-ruby/json_pure
|
This is a JSON implementation in pure Ruby |
dev-ruby/kramdown
|
Ruby markdown parser with strict syntax checking |
dev-ruby/kramdown-parser-gfm
|
A kramdown parser for the Github Flavored Markdow dialect of Markdown |
dev-ruby/librmpd
|
Simple yet powerful Music Player Daemon library written entirely in Ruby |
dev-ruby/locale
|
Ruby-Locale is the pure ruby library which provides basic APIs for localization |
dev-ruby/maruku
|
A Markdown interpreter for ruby |
dev-ruby/mdless
|
Formatted and highlighted view of Markdown files in Terminal |
dev-ruby/metaclass
|
Adds a metaclass method to all Ruby objects |
dev-ruby/mime-types
|
A library and registry for information about MIME types |
dev-ruby/mini_portile
|
Simplistic port-like solution for developers |
dev-ruby/minitest
|
A complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking |
dev-ruby/mixlib-cli
|
A simple mixin for CLI interfaces, including option parsing |
dev-ruby/mixlib-config
|
A class based configuration library |
dev-ruby/mixlib-shellout
|
Run external commands on Unix or Windows |
dev-ruby/mocha
|
Mocking and stubbing library with JMock/SchMock syntax, which allows mocking and stubbing of methods on real (non-mock) classes |
dev-ruby/mongo
|
The officially supported Ruby driver for MongoDB |
dev-ruby/multi_json
|
A common interface to multiple JSON libraries |
dev-ruby/mysql
|
This is the MySQL API module for Ruby |
dev-ruby/mysql2
|
A simple, fast Mysql library for Ruby, binding to libmysql |
dev-ruby/net-ssh
|
Pure Ruby implementation of an SSH (protocol 2) client |
dev-ruby/nokogiri
|
HTML, XML, SAX, and Reader parser for Ruby |
dev-ruby/open4
|
Open child process with handles on pid, stdin, stdout, and stderr: manage child processes and their io handles easily |
dev-ruby/org-ruby
|
An Org mode parser written in Ruby |
dev-ruby/os
|
Allows for some useful and easy functions, like OS.windows? (=> true or false) OS.bits ( => 32 or 64) etc |
dev-ruby/paint
|
Terminal painter with RGB and 256 (fallback) color and terminal effects support |
dev-ruby/pastel
|
Terminal strings styling with intuitive and clean API |
dev-ruby/pg
|
Pg is the Ruby interface to the {PostgreSQL RDBMS} |
dev-ruby/pkg-config
|
A pkg-config implementation in Ruby |
dev-ruby/rbenv
|
Ruby environment manager |
dev-ruby/rbnacl
|
Ruby FFI binding to the Networking and Cryptography (NaCl) library (a.k.a. libsodium) |
dev-ruby/rcairo
|
Ruby bindings for Cairo |
dev-ruby/rdiscount
|
Markdown implementation in C for ruby |
dev-ruby/redis
|
A Ruby client library for Redis |
dev-ruby/rexml
|
An XML toolkit for Ruby |
dev-ruby/rouge
|
A pure-ruby colorizer based on pygments |
dev-ruby/ruby-augeas
|
Ruby bindings for Augeas |
dev-ruby/ruby-build
|
Ruby source builder |
dev-ruby/ruby-dbus
|
Pure Ruby module for interaction with D-Bus IPC system |
dev-ruby/ruby-elf
|
A pure-Ruby parser for the ELF file format |
dev-ruby/ruby-filemagic
|
Ruby FileMagic Library Bindings |
dev-ruby/ruby-gnome2
|
Ruby language bindings for the GNOME 2.0 development environment |
dev-ruby/ruby-gtk2
|
Ruby language bindings for GTK+ 2.0 |
dev-ruby/ruby-xz
|
A basic liblzma binding to create and extract XZ-compressed archives |
dev-ruby/ruby2_keywords
|
Shim library for Module#ruby2_keywords |
dev-ruby/rubyforge
|
Simplistic script which automates a limited set of rubyforge operations |
dev-ruby/rubypants
|
A port of the smart-quotes library, SmartPants, for Ruby |
dev-ruby/sanitize
|
Whitelist-based HTML sanitizer |
dev-ruby/sass
|
An extension of CSS3 |
dev-ruby/scrobbler
|
Wrapper for the audioscrobbler web services |
dev-ruby/seccomp-tools
|
Provide powerful tools for seccomp analysis |
dev-ruby/semantic_range
|
node-semver rewritten in ruby, for comparison and inclusion of semantic versions and ranges |
dev-ruby/sexp_processor
|
sexp_processor branches from ParseTree bringing all the generic sexp processing tools with it. Sexp, SexpProcessor, Environment, etc... all for your language processing pleasure |
dev-ruby/stringex
|
Useful extensions to Ruby's String class |
dev-ruby/syntax
|
Lexical Analysis for Syntax Highlighting |
dev-ruby/thor
|
Toolkit for building powerful command-line interfaces |
dev-ruby/tomlrb
|
A Racc based TOML Ruby parser |
dev-ruby/tty-color
|
Terminal color capabilities detection |
dev-ruby/tty-cursor
|
The purpose of this library is to help move the terminal cursor around and manipulate text by using intuitive method calls |
dev-ruby/tty-logger
|
Readable, structured and beautiful terminal logging |
dev-ruby/tty-prompt
|
A beautiful and powerful interactive command line prompt with a robust API for getting and validating complex inputs |
dev-ruby/tty-reader
|
A set of methods for processing keyboard input in character, line and multiline modes |
dev-ruby/tty-screen
|
Terminal screen size detection which works on Linux, OS X and Windows/Cygwin platforms and supports MRI, JRuby, TruffleRuby and Rubinius interpreters |
dev-ruby/tty-spinner
|
A terminal spinner for tasks that have non-deterministic time frame |
dev-ruby/twitter-text
|
A gem that provides text handling for Twitter |
dev-ruby/unf
|
A library to bring Unicode Normalization Form support to Ruby |
dev-ruby/unf_ext
|
Unicode Normalization Form support library for CRuby |
dev-ruby/unix-crypt
|
Performs the UNIX crypt(3) algorithm |
dev-ruby/useragent
|
HTTP User Agent parser |
dev-ruby/wirble
|
A set of enhancements for IRB |
dev-ruby/wisper
|
A micro library providing objects with Publish-Subscribe capabilities |
dev-ruby/x25519
|
Public key cryptography library providing the X25519 Elliptic Curve Diffie-Hellman function |