As of November 22, 2014 9:37pm
Apache 2.0 whitelisted ✓
Addressable is a replacement for the URI implementation that is part of Ruby's standard library. It more closely conforms to the relevant RFCs and adds support for IRIs and URI templates.
MIT whitelisted ✓
A library for working with Abstract Syntax Trees.
MIT whitelisted ✓
An object-oriented AST extension for Parser
Apache 2.0 whitelisted ✓
Manages a Cookbook's, or an Application's, Cookbook dependencies
Apache 2.0 whitelisted ✓
API Client for communicating with a Berkshelf API server
Apache 2.0 whitelisted ✓
A simple configuration class
Apache 2.0 whitelisted ✓
Extensions to Core Ruby classes
Apache 2.0 whitelisted ✓
Parse ignore files with Ruby
Apache 2.0 whitelisted ✓
A mixin for querying the platform running Ruby
Apache 2.0 whitelisted ✓
A mixin for issuing shell commands and collecting the output
MIT whitelisted ✓
Apache 2.0 whitelisted ✓
Kitchen Busser - Runs tests for projects in test-kitchen
Apache 2.0 whitelisted ✓
A Busser runner plugin for Serverspec
MIT whitelisted ✓
Celluloid enables people to build concurrent programs out of concurrent objects just as easily as they build sequential programs out of sequential objects
MIT whitelisted ✓
Evented IO for Celluloid actors
Apache 2.0 whitelisted ✓
A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure.
Apache 2.0 whitelisted ✓
Self-contained, easy-setup, fast-start in-memory Chef server for testing and solo setup purposes
MIT whitelisted ✓
ChefSpec is a unit testing and resource coverage (code coverage) framework for testing Chef cookbooks ChefSpec makes it easy to write examples and get fast feedback on cookbook changes without the need for virtual machines or cloud servers.
Apache 2.0 whitelisted ✓
Ruby is an excellent programming language for creating and managing custom DSLs, but how can you securely evaluate a DSL while explicitly controlling the methods exposed to the user? Our good friends instance_eval and instance_exec are great, but they expose all methods - public, protected, and private - to the user. Even worse, they expose the ability to accidentally or intentionally alter the behavior of the system! The cleanroom pattern is a safer, more convenient, Ruby-like approach for limiting the information exposed by a DSL while giving users the ability to write awesome code!
MIT whitelisted ✓
Fast and easy syntax highlighting for selected languages, written in Ruby. Comes with RedCloth integration and LOC counter.
MIT, Apache 2.0 whitelisted ✓
Installs a vendored copy of Gecode suitable for use with dep-selector
Apache v2 whitelisted ✓
Given packages, versions, and a dependency graph, find a valid assignment of package versions
MIT, Perl Artistic v2, GNU GPL v2 whitelisted ✓
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 whitelisted ✓
Erubis is an implementation of eRuby and has the following features: * Very fast, almost three times faster than ERB and about 10% faster than eruby. * Multi-language support (Ruby/PHP/C/Java/Scheme/Perl/Javascript) * Auto escaping support * Auto trimming spaces around '<% %>' * Embedded pattern changeable (default '<% %>') * Enable to handle Processing Instructions (PI) as embedded pattern (ex. '') * Context object available and easy to combine eRuby template with YAML datafile * Print statement available * Easy to extend and customize in subclass * Ruby on Rails support
MIT whitelisted ✓
MIT whitelisted ✓
Easily mock out ohai data
BSD whitelisted ✓
Ruby FFI library
Apache 2.0 whitelisted ✓
Ruby FFI wrapper around YAJL 2.x
MIT whitelisted ✓
Lint tool for Opscode Chef cookbooks.
MIT whitelisted ✓
STDOUT text formatting
MIT whitelisted ✓
A fast Gherkin lexer/parser based on the Ragel State Machine Compiler.
MIT whitelisted ✓
Guard is a command line tool to easily handle events on file system modifications.
MIT whitelisted ✓
Guard::RSpec automatically run your specs (much like autotest).
MIT whitelisted ✓
Hashie is a collection of classes and mixins that make hashes more powerful.
ruby whitelisted ✓
A high-level IO library that provides validation, type conversion, and more for command-line interfaces. HighLine also includes a complete menu system that can crank out anything from simple list selection to complete shells with just minutes of work.
ISC whitelisted ✓
Hitimes is a fast, high resolution timer library for recording performance metrics. It uses the appropriate low method calls for each system to get the highest granularity time increments possible. It currently supports any of the following systems: * any system with the POSIX call `clock_gettime()` * Mac OS X * Windows * JRuby Using Hitimes can be faster than using a series of `Time.new` calls, and it will have a much higher granularity. It is definitely faster than using `Process.times`.
MIT whitelisted ✓
Makes http fun! Also, makes consuming restful web services dead easy.
MIT whitelisted ✓
IPAddress is a Ruby library designed to make manipulation of IPv4 and IPv6 addresses both powerful and simple. It mantains a layer of compatibility with Ruby's own IPAddr, while addressing many of its issues.
ruby whitelisted ✓
Apache 2.0 whitelisted ✓
Kitchen::Driver::Vagrant - A Vagrant Driver for Test Kitchen.
Apache 2.0 whitelisted ✓
Installs a vendored copy of libyajl2 for distributions which lack it
MIT whitelisted ✓
LicenseFinder works with your package managers to find dependencies, detect the licenses of the packages in them, compare those licenses against a user-defined whitelist, and give you an actionable exception report.
MIT whitelisted ✓
The Listen gem listens to file modifications and notifies you about the changes. Works everywhere!
MIT whitelisted ✓
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 whitelisted ✓
retrieve the sourcecode for a method
MIT, Artistic 2.0, GPL-2 whitelisted ✓
This library allows for the identification of a file's likely MIME content type. This is release 1.25.1, fixing an issue with priority comparison for mime-types 1.x. The current release is 2.0, which only supports Ruby 1.9 or later. Release 1.25.1 contains all features of 1.25, including the experimental caching and lazy loading functionality. The caching and lazy loading features were initially implemented by Greg Brockman (gdb). As these features are experimental, they are disabled by default and must be enabled through the use of environment variables. The cache is invalidated on a per-version basis; the cache for version 1.25 will not be reused for any later version. To use lazy loading, set the environment variable +RUBY_MIME_TYPES_LAZY_LOAD+ to any value other than 'false'. When using lazy loading, the initial startup of MIME::Types is around 12–25× faster than normal startup (on my system, normal startup is about 90 ms; lazy startup is about 4 ms). This isn't generally useful, however, as the MIME::Types database has not been loaded. Lazy startup and load is just *slightly* faster—around 1 ms. The real advantage comes from using the cache. To enable the cache, set the environment variable +RUBY_MIME_TYPES_CACHE+ to a filename where MIME::Types will have read-write access. The first time a new version of MIME::Types is run using this file, it will be created, taking a little longer than normal. Subsequent loads using the same cache file will be approximately 3½× faster (25 ms) than normal loads. This can be combined with +RUBY_MIME_TYPES_LAZY_LOAD+, but this is *not* recommended in a multithreaded or multiprocess environment where all threads or processes will be using the same cache file. As the caching interface is still experimental, the only values cached are the default MIME::Types database, not any custom MIME::Types added by users. MIME types are used in MIME-compliant communications, as in e-mail or HTTP traffic, to indicate the type of content which is transmitted. MIME::Types provides the ability for detailed information about MIME entities (provided as a set of MIME::Type objects) to be determined and used programmatically. There are many types defined by RFCs and vendors, so the list is long but not complete; don't hesitate to ask to add additional information. This library follows the IANA collection of MIME types (see below for reference). MIME::Types for Ruby was originally based on MIME::Types for Perl by Mark Overmeer, copyright 2001 - 2009. MIME::Types is built to conform to the MIME types of RFCs 2045 and 2231. It tracks the {IANA registry}[http://www.iana.org/assignments/media-types/] ({ftp}[ftp://ftp.iana.org/assignments/media-types]) with some unofficial types added from the {LTSW collection}[http://www.ltsw.se/knbase/internet/mime.htp] and added by the users of MIME::Types.
MIT whitelisted ✓
Simplistic port-like solution for developers. It provides a standard and simplified way to compile against dependency libraries without messing up your system.
ruby whitelisted ✓
Archive::Tar::Minitar is a pure-Ruby library and command-line utility that provides the ability to deal with POSIX tar(1) archive files. The implementation is based heavily on Mauricio Ferna'ndez's implementation in rpa-base, but has been reorganised to promote reuse in other projects. Antoine Toulme forked the original project on rubyforge to place it on github, under http://www.github.com/atoulme/minitar
Apache 2.0 whitelisted ✓
Mixes in simple per-request authentication
Apache 2.0 whitelisted ✓
A simple mixin for CLI interfaces, including option parsing
Apache 2.0 whitelisted ✓
A class based configuration library
Apache 2.0 whitelisted ✓
Apache 2.0 whitelisted ✓
Run external commands on Unix or Windows
MIT whitelisted ✓
A common interface to multiple JSON libraries, including Oj, Yajl, the JSON gem (with C-extensions), the pure-Ruby JSON gem, NSJSONSerialization, gson.rb, JrJackson, and OkJson.
MIT whitelisted ✓
Provides swappable XML backends utilizing LibXML, Nokogiri, Ox, or REXML.
MIT whitelisted ✓
Use with Net::HTTP to do multipart form posts. IO values that have #content_type, #original_filename, and #local_path will be posted as a binary file.
MIT whitelisted ✓
Manages persistent connections using Net::HTTP plus a speed fix for Ruby 1.8. It's thread-safe too! Using persistent HTTP connections can dramatically increase the speed of HTTP. Creating a new HTTP connection for every request involves an extra TCP round-trip and causes TCP congestion avoidance negotiation to start over. Net::HTTP supports persistent connections with some API methods but does not handle reconnection gracefully. Net::HTTP::Persistent supports reconnection and retry according to RFC 2616.
MIT whitelisted ✓
A pure Ruby implementation of the SCP client protocol
MIT whitelisted ✓
Net::SSH: a pure-Ruby implementation of the SSH2 client protocol. It allows you to write programs that invoke and interact with processes on remote servers, via SSH2.
MIT whitelisted ✓
A simple library to assist in establishing tunneled Net::SSH connections
MIT whitelisted ✓
Control multiple Net::SSH connections via a single interface.
MIT whitelisted ✓
New IO for Ruby
MIT whitelisted ✓
Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser. Among Nokogiri's many features is the ability to search documents via XPath or CSS3 selectors. XML is like violence - if it doesn’t solve your problems, you are not using enough of it.
MIT whitelisted ✓
Simple wrapper for the GitHub API
Apache 2.0 whitelisted ✓
Ohai profiles your system and emits JSON
MIT whitelisted ✓
A Ruby parser written in pure Ruby.
MIT whitelisted ✓
Plist is a library to manipulate Property List files, also known as plists. It can parse plist files into native Ruby data structures as well as generating new plist files from your Ruby objects.
MIT whitelisted ✓
The Polyglot library allows a Ruby module to register a loader for the file type associated with a filename extension, and it augments 'require' to find and load matching files.
MIT whitelisted ✓
A few useful extensions to core Ruby classes.
MIT whitelisted ✓
An IRB alternative and runtime developer console
MIT whitelisted ✓
Rack provides a minimal, modular and adaptable interface for developing web applications in Ruby. By wrapping HTTP requests and responses in the simplest way possible, it unifies and distills the API for web servers, web frameworks, and software in between (the so-called middleware) into a single method call. Also see http://rack.github.com/.
MIT whitelisted ✓
Colorize printed text on ANSI terminals
MIT whitelisted ✓
Rake is a Make-like program implemented in Ruby. Tasks and dependencies are specified in standard Ruby syntax. Rake has the following features: * Rakefiles (rake's version of Makefiles) are completely defined in standard Ruby syntax. No XML files to edit. No quirky Makefile syntax to worry about (is that a tab or a space?) * Users can specify tasks with prerequisites. * Rake supports rule patterns to synthesize implicit tasks. * Flexible FileLists that act like arrays but know about manipulating file names and paths. * A library of prepackaged tasks to make building rakefiles easier. For example, tasks for building tarballs and publishing to FTP or SSH sites. (Formerly tasks for building RDoc and Gems were included in rake but they're now available in RDoc and RubyGems respectively.) * Supports parallel execution of tasks.
MIT whitelisted ✓
FSEvents API with Signals catching (without RubyCocoa)
MIT whitelisted ✓
A Ruby wrapper for Linux's inotify, using FFI
MIT whitelisted ✓
A simple HTTP and REST client for Ruby, inspired by the Sinatra microframework style of specifying actions: get, put, post, delete.
MIT whitelisted ✓
Kernel#retryable, allow for retrying of code blocks.
Apache 2.0 whitelisted ✓
A reliable Chef API client with a clean syntax
MIT whitelisted ✓
BDD for Ruby
MIT whitelisted ✓
BDD for Ruby. RSpec runner and example groups.
MIT whitelisted ✓
rspec-expectations provides a simple, readable API to express expected outcomes of a code example.
MIT whitelisted ✓
RSpec extension gem for attribute matching
MIT whitelisted ✓
RSpec's 'test double' framework, with support for stubbing and mocking
MIT whitelisted ✓
Support utilities for RSpec gems
MIT whitelisted ✓
Automatic Ruby code style checking tool. Aims to enforce the community-driven Ruby Style Guide.
MIT whitelisted ✓
Ruby/ProgressBar is an extremely flexible text progress bar library for Ruby. The output can be customized with a flexible formatting system including: percentage, bars of various formats, elapsed time and estimated time remaining.
MIT whitelisted ✓
LruHash class, a Hash with a max size, controlled by a LRU mechanism
MIT whitelisted ✓
Parse YAML safely
MIT whitelisted ✓
Apache 2.0 whitelisted ✓
An elegant library for representing and comparing SemVer versions and constraints
MIT whitelisted ✓
The Database Toolkit for Ruby
MIT whitelisted ✓
RSpec tests for your servers configured by Puppet, Chef or anything else
MIT whitelisted ✓
A simple DSL for gathering options and parsing the command line
Apache 2.0 whitelisted ✓
A Ruby version constraint solver
MIT whitelisted ✓
Common layer for serverspec and itamae
New BSD whitelisted ✓
This module allows Ruby programs to interface with the SQLite3 database engine (http://www.sqlite.org). You must have the SQLite engine installed in order to build this module. Note that this module is only compatible with SQLite 3.6.16 or newer.
ruby whitelisted ✓
universal capture of stdout and stderr and handling of child process pid for windows, *nix, etc.
Apache 2.0 whitelisted ✓
Test Kitchen is an integration tool for developing and testing infrastructure code and software on isolated target platforms.
MIT whitelisted ✓
Thor is a toolkit for building powerful command-line interfaces.
MIT whitelisted ✓
Pure Ruby one-shot and periodic timers
MIT whitelisted ✓
Apache 2.0 whitelisted ✓
A mixin to provide objects with magic attribute reading and writing
Apache 2.0 whitelisted ✓
A lightweight utility over win32ole for accessing basic WMI (Windows Management Instrumentation) functionality in the Microsoft Windows operating system. It has no runtime dependencies other than Ruby, so it can be used without concerns around dependency issues.
ruby whitelisted ✓