Packages — R (Page 18 of 32)

Packages menu:

Browse alphabetically

0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

ruby-http-cookie 1.0.3

`HTTP::Cookie' is a Ruby library to handle HTTP Cookies based on RFC 6265. It has been designed with security, standards compliance and compatibility in mind, to behave just the same as…

ruby-http-parser.rb 0.6.0

This gem is a simple callback-based HTTP request/response parser for writing http servers, clients and proxies. …

ruby-httpclient 2.8.3

The `httpclient' ruby library provides functionality related to HTTP. Compared to the `net/http' library, {httpclient …

ruby-hydra 0.0-0.5abfa37

ruby-hydra is a Ruby library for working with hyphenation patterns. …

ruby-i18n 1.7.0

Ruby i18n is an internationalization and localization solution for Ruby programs. It features translation and localization, interpolation of values to translations, pluralization, customizable transliteration to ASCII, flexible defaults, bulk lookup, lambdas as…

ruby-idn-ruby 0.1.0

Ruby Bindings for the GNU LibIDN library, an implementation of the Stringprep, Punycode and IDNA specifications. These are used to encode and decode internationalized domain + names according to the IDNA2003…

ruby-instantiator 0.0.7

Instantiator lets you instantiate an arbitrary Ruby class without knowing anything about the constructor. …

ruby-introspection 0.0.4

Introspection provides tools to inspect the hierarchy of method definitions on a Ruby object. …

ruby-iruby 0.3

This package provides a Ruby kernel for Jupyter/IPython frontends (e.g. notebook). …

ruby-jaro-winkler 1.5.4

`jaro_winkler' is an implementation of Jaro-Winkler distance algorithm. It is written as a C extension and will fallback to a pure Ruby implementation on platforms where this is unsupported. …

ruby-jekyll-paginate-v2 2.0.0

The Pagination Generator forms the core of the pagination logic in Jekyll. It calculates and generates the pagination pages. …

ruby-jekyll-sass-converter 1.5.2

This gem provide built-in support for the Sass converter in Jekyll. …

ruby-jekyll-watch 2.1.2

This gems add the `--watch' switch to the jekyll CLI interface. It allows Jekyll to rebuild your site when a file changes. …

ruby-json 2.1.0

This Ruby library provides a JSON implementation written as a native C extension. …

ruby-json-pure 2.2.0

This package provides a JSON implementation written in pure Ruby. …

ruby-json-schema 2.8.1

This library provides Ruby with an interface for validating JSON objects against a JSON schema conforming to JSON Schema Draft 4. Legacy support for JSON Schema Draft 3, JSON Schema Draft…

ruby-jwt 2.1.0

This package provides a pure Ruby implementation of the RFC 7519 OAuth JWT (JSON Web Token) standard. …

ruby-kpeg 1.1.0

KPeg is a simple PEG library for Ruby. It provides an API as well as native grammar to build the grammar. KPeg supports direct left recursion of rules via the…

ruby-kramdown 1.17.0

Kramdown is a library for parsing and converting a superset of Markdown. It is completely written in Ruby, supports standard Markdown (with some minor modifications) and various extensions that have been…

ruby-lemon 0.9.1

Lemon is a unit testing framework that enforces highly formal case-to-class and unit-to-method test construction. This enforcement can help focus concern on individual units of behavior. …

ruby-libxml 3.0.0

The Libxml-Ruby project provides Ruby language bindings for the GNOME Libxml2 XML toolkit. …

ruby-lino 1.1.0

`Lino' provides an interface to run external commands. It provides an interface to add options as well as managing the standard input, output and error streams. …

ruby-liquid 4.0.0

Liquid is a template language written in Ruby. It is used to load dynamic content on storefronts. …

ruby-listen 3.2.0

The Listen gem listens to file modifications and notifies you about the changes. …

ruby-locale 2.1.2

Ruby-Locale is the pure ruby library which provides basic APIs for localization. …

ruby-log4r 1.1.10

Comprehensive and flexible logging library written in Ruby for use in Ruby programs. It features a hierarchical logging system of any number of levels, custom level names, logger inheritance, multiple output…

ruby-loofah 2.2.3

Loofah is a general library for manipulating and transforming HTML/XML documents and fragments. It's built on top of Nokogiri and libxml2. …

ruby-lumberjack 1.0.13

Lumberjack is a simple logging utility that can be a drop in replacement for Logger or ActiveSupport::BufferedLogger. It provides support for automatically rolling log files even with multiple processes writing the…

ruby-mail 2.6.6

Mail is an internet library for Ruby that is designed to handle email generation, parsing and sending. The purpose of this library is to provide a single point of access to…

ruby-marcel 0.3.3

`marcel' provides MIME (Multipurpose Internet Mail Extensions) type detection using magic numbers, filenames, and extensions …

ruby-markaby 0.9.0

Markaby allows writing HTML packages in pure Ruby. This is similar to the functionality provided by ERB (Embedded Ruby), but without the mixture of HTML and additional ERB syntax. …

ruby-maruku 0.7.3

Maruku is a Markdown interpreter in Ruby. It can export Markdown to HTML, and PDF through LaTeX. …

ruby-mathn 0.1.0

This gem makes mathematical operations more precise in Ruby and integrates other mathematical standard libraries. Prior to Ruby 2.5, `mathn' was part of the Ruby standard library. …

ruby-maxitest 3.6.0

Maxitest is a wrapper around Minitest with extra functionality such as timeouts, an `mtest' executable that can run tests by line number, support for interrupted tests, better backtraces, and more. …

ruby-mercenary 0.3.6

Mercenary is a lightweight and flexible library for writing command-line apps in Ruby. …

ruby-metaclass 0.0.4

Metaclass is a Ruby library adding a `metaclass' method to all Ruby objects. …

ruby-method-source 1.0.0

Method_source retrieves the source code for Ruby methods. Additionally, it can extract source code from Proc and Lambda objects or just extract comments. …

ruby-middleware 0.1.0

Middleware is a generalized implementation of a middleware abstraction for Ruby. …

ruby-mime-types 3.1

The mime-types library provides a library and registry for information about Multipurpose Internet Mail Extensions (MIME) content type definitions. It can be used to determine defined filename extensions for MIME types,…

ruby-mime-types-data 3.2016.0521

`mime-types-data' provides a registry for information about Multipurpose Internet Mail Extensions (MIME) media type definitions. It can be used with the Ruby mime-types library or other software to determine defined filename extensions…

ruby-mimemagic 0.3.3

MIME (Multipurpose Internet Mail Extensions) detection by extension or content, using the freedesktop.org.xml shared-mime-info database. …

ruby-mini-portile 0.6.2

Mini-portile is a port/recipe system for Ruby developers. It provides a standard way to compile against specific versions of libraries to reproduce user environments. …

ruby-mini-portile 2.4.0

Mini-portile is a port/recipe system for Ruby developers. It provides a standard way to compile against specific versions of libraries to reproduce user environments. …

ruby-minitar 0.5.4-1.e25205ec

Archive::Tar::Minitar is a pure-Ruby library and command-line utility that provides the ability to deal with POSIX tar archive files. …

ruby-minitest 5.11.3

Minitest provides a complete suite of Ruby testing facilities supporting TDD, BDD, mocking, and benchmarking. …

ruby-minitest 4.7.5

Minitest provides a complete suite of Ruby testing facilities supporting TDD, BDD, mocking, and benchmarking. …

ruby-minitest-around 0.5.0

This library provides a way to run code around tests in Minitest, written using either the unit test or spec style. …

ruby-minitest-bacon 1.0.3

Minitest-bacon extends minitest with bacon-like functionality, making it easier to migrate test suites from bacon to minitest. …

ruby-minitest-bonus-assertions 3.0

Minitest bonus assertions provides extra MiniTest assertions. For instance, it provides `assert_true', `assert_false' and `assert_set_equal'. …

ruby-minitest-focus 1.1.2

`minitest-focus' gives the ability focus on a few tests with ease without having to use command-line arguments. It introduces a `focus' class method for use in testing classes, specifying that the…

ruby-minitest-hooks 1.4.2

Minitest-hooks adds `around', `before_all', `after_all', `around_all' hooks for Minitest. This allows, for instance, running each suite of specs inside a database transaction, running each spec inside its own savepoint inside that transaction.…

ruby-minitest-moar 0.0.4

`MiniTest Moar' add some additional features and changes some default behaviours in MiniTest. For instance, Moar replaces the MiniTest `Object#stub' with a global `stub' method. …

ruby-minitest-pretty-diff 0.1-1.11f32e93

`minitest-pretty_diff' monkey-patches `MiniTest::Assertions#mu_pp' to pretty-print hashes and arrays before diffing them. This makes it easier to spot differences between nested structures when tests fail. …

ruby-minitest-reporters 1.3.6

`minitest/reporters' provides a custom Minitest runner to improve how the test state is reported. A number of different reporters are available, including a spec reporter, progress bar reporter, a HTML reporter. …

ruby-minitest-rg 5.2.0

`minitest-rg' changes the colour of the output from Minitest. …

ruby-minitest-sprint 1.1.0

Minitest-sprint is a test runner for minitest that makes it easier to re-run individual failing tests. …

ruby-minitest-tu-shim 1.3.3

This library bridges the gap between the small and fast minitest and Ruby's large and slower test/unit. …

ruby-mkmf-lite 0.3.2

`mkmf-lite' is a light version of Ruby's `mkmf.rb' designed for use as a library. It does not create packages, builds, or log files of any kind. Instead, it provides mixin methods…

ruby-mocha 1.11.2

Mocha is a mocking and stubbing library with JMock/SchMock syntax, which allows mocking and stubbing of methods on real (non-mock) classes. …

ruby-mocha-on-bacon 0.2.3

This package provides a Mocha adapter for Bacon, allowing you to use the Mocha stubbing and mocking library with Bacon, a small RSpec clone. …

ruby-morecane 0.2.0

The cane gem provides a great framework for running quality checks over your ruby project as part of continuous integration build. It comes with a few checks out of the box,…

ruby-mspec 1.9.1

MSpec is a specialized framework that is syntax-compatible with RSpec 2 for basic features. MSpec contains additional features that assist in writing specs for Ruby implementations in ruby/spec. …

ruby-multi-json 1.13.1

This package provides 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. …

ruby-multi-test 0.1.2

`multi_test' provides a uniform interface onto whatever testing libraries that have been loaded into a running Ruby process to help control rogue test/unit/autorun requires. …

ruby-multi-xml 0.6.0

`MultiXml' provides swappable XML backends utilizing either LibXML, Nokogiri, Ox, or REXML. …

ruby-multipart-post 2.0.0

Multipart-Post Adds multipart POST capability to Ruby's net/http library. …

ruby-mustermann 1.0.3

Given a string pattern, Mustermann will turn it into an object that behaves like a regular expression and has comparable performance characteristics. …

ruby-mysql2 0.5.2

This package provides a simple, fast MySQL library for Ruby, binding to libmysql. …

ruby-nenv 0.3.0

Nenv provides a convenient wrapper for Ruby's ENV to modify and inspect the environment. …

ruby-net-http-digest-auth 1.4.1

This library implements HTTP's digest authentication scheme based on RFC 2617. This enables the use of the digest authentication scheme instead of the more insecure basic authentication scheme. …

ruby-net-http-persistent 3.0.0

Net::HTTP::Persistent manages persistent HTTP connections using Net::HTTP, supporting reconnection and retry according to RFC 2616. …

ruby-net-scp 1.2.2.rc2

`Net::SCP' is a pure-Ruby implementation of the SCP client protocol. …

ruby-net-ssh 4.2.0

`Net::SSH' is 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. …

ruby-netrc 0.11.0

This library can read and update netrc files, preserving formatting including comments and whitespace. …

ruby-nio4r 2.5.2

`nio' provides cross-platform asynchronous I/O primitives in Ruby for scalable network clients and servers. …

ruby-nokogiri 1.10.9

Nokogiri (鋸) parses and searches XML/HTML, and features both CSS3 selector and XPath 1.0 support. …

ruby-nokogiri-diff 0.2.0-1.a38491e4

`Nokogiri::Diff' adds the ability to calculate the differences (added or removed nodes) between two XML/HTML documents. …

ruby-nokogumbo 2.0.2

Nokogumbo allows a Ruby program to invoke the Gumbo HTML5 parser and access the result as a Nokogiri parsed document. …

ruby-notiffany 0.1.3

Notiffany is a Ruby wrapper library for notification libraries such as Libnotify. …

ruby-oauth2 1.4.2

This package provides a Ruby wrapper for the OAuth 2.0 protocol built with a similar style to the original OAuth spec. …

ruby-octokit 4.18.0

Octokit wraps the GitHub API in a flat API client that follows Ruby conventions and requires little knowledge of REST. …

ruby-oj 3.10.1

Oj is a JSON parser and generator for Ruby, where the encoding and decoding of JSON is implemented as a C extension to Ruby. …

ruby-omniauth 1.9.1

This package provides a generalized Rack framework for multiple-provider authentication. …

ruby-omniauth-oauth2 1.6.0

This library provides a generic OAuth2 strategy for OmniAuth. It doesn't provide a way to gather user information, so should be used as a building block for authentication strategies. …

ruby-open-uri-cached 0.0.5

OpenURI with transparent disk caching, which is useful to avoid making excessive queries, for example when scraping web pages. …

ruby-open4 1.3.4

`Open4' is a Ruby library to run child processes and manage their input and output. …

ruby-options 2.3.2

The `options' library helps with parsing keyword options in Ruby functions. …

ruby-orderedhash 0.0.6

Orderedhash is a Ruby library providing a hash implementation that preserves the order of items and features some array-like extensions. …

ruby-org-ruby 0.9.12

Org-ruby is an org-mode parser written in Ruby. The most significant thing this library does today is convert org-mode files to HTML or Textile or Markdown. …

ruby-ox 2.6.0

Optimized XML (Ox) is a fast XML parser and object serializer for Ruby written as a native C extension. It was designed to be an alternative to Nokogiri and other Ruby…

ruby-packnga 1.0.4

Packnga is a library to translate to many languages using YARD. …

ruby-pandoc-ruby 2.1.4

PandocRuby is a wrapper for Pandoc, a Haskell library with command line tools for converting one markup format to another. Pandoc can convert documents from a variety of formats including markdown,…

ruby-parallel 1.13.0

Parallel allows you to run any code in parallel Processes (to use all CPUs) or Threads(to speedup blocking operations). It is best suited for map-reduce or e.g. parallel downloads/uploads. …

ruby-parallel-tests 3.0.0

This package can speed up `Test::Unit', `RSpec', `Cucumber', and `Spinach' tests by running them concurrently across multiple CPU cores. …

ruby-parser 2.7.1.4

This package provides a Ruby parser written in pure Ruby. …

ruby-pathutil 0.16.2

Pathutil tries to be a faster pure Ruby implementation of Pathname. …

ruby-pdf-core 0.8.1

This is an experimental gem that extracts low-level PDF functionality from Prawn. …

ruby-pdf-inspector 1.3.0-1.00ee4c9

This library provides a number of PDF::Reader based tools for use in testing PDF output. Presently, the primary purpose of this tool is to support the tests found in Prawn, a…

ruby-pdf-reader 2.4.0

The PDF::Reader library implements a PDF parser conforming as much as possible to the PDF specification from Adobe. It provides programmatic access to the contents of a PDF file with a…

ruby-permutation 0.1.8

This package provides a Ruby library to perform different operations with permutations of sequences, such as strings and arrays. …

Packages menu:

Browse alphabetically

0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z