Packages — R (Page 19 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-pg 1.1.4

Pg is the Ruby interface to the PostgreSQL RDBMS. It works with PostgreSQL 9.0 and later. …

ruby-pkg-config 1.2.5

`pkg-config' can be used in your extconf.rb to properly detect need libraries for compiling Ruby native extensions. …

ruby-polyglot 0.3.5

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. …

ruby-power-assert 1.1.5

Power-assert is an assertion library providing descriptive assertion messages for tests. …

ruby-powerpack 0.1.2

This package provides a few useful extensions to core Ruby classes, including `Array', `Enumerable', `Hash', `Numeric', and `String'. …

ruby-prawn 2.2.2-1.d980247

Prawn is a pure Ruby PDF generation library. …

ruby-prawn-icon 2.5.0

`Prawn::Icon' provides various icon fonts including FontAwesome, PaymentFont and Foundation Icons for use with the Prawn PDF toolkit. …

ruby-prawn-manual-builder 0.3.1

This package provides a tool for writing manuals for Prawn and Prawn accessories …

ruby-prawn-svg 0.30.0

This library allows rendering Scalable Vector Graphics (SVG) graphics directly into a Portable Document Format (PDF) document using the Prawn module. …

ruby-prawn-table 0.2.2

This gem provides tables support for Prawn. …

ruby-prawn-templates 0.1.2

This *unmaintained* package provides a Prawn extension that allows including other Portable Document Format (PDF) documents as background or combining several PDF documents into one. This functionality used to be part…

ruby-progress_bar 1.1.0

ProgressBar is a simple library for displaying progress bars. The maximum value is configurable, and additional information can be displayed like the percentage completion, estimated time remaining, elapsed time and rate. …

ruby-progressbar 1.10.1

Ruby/ProgressBar is an flexible text progress bar library for Ruby. The output can be customized with a formatting system. …

ruby-protobuf 3.10.3

Protobuf is an implementation of Google's Protocol Buffers in pure Ruby. …

ruby-pry 0.13.1

Pry is an IRB alternative and runtime developer console for Ruby. It features syntax highlighting, a plugin architecture, runtime invocation, and source and documentation browsing. …

ruby-pry-byebug 3.9.0

This package adds step-by-step debugging and stack navigation capabilities to `pry', using `byebug'. …

ruby-pry-editline 1.1.2

This gem provides a plugin for the Ruby REPL to enable opening the current line in an external editor. …

ruby-pry-stack-explorer 0.5.1

`pry-stack_explorer' is a plugin for the Pry REPL that add support to navigate the call-stack. …

ruby-pstree 0.1.0

This library uses the output of the `ps' command to create a process tree data structure for the current host. …

ruby-ptools 1.3.5

The "ptools" (power tools) library extends Ruby's core `File' class with many additional methods modelled after common POSIX tools, such as `File.which' for finding executables, `File.tail' to print the last lines of…

ruby-public-suffix 4.0.1

The gem `public_suffix' is a domain name parser, written in Ruby, and based on the "Public Suffix List". A public suffix is one under which Internet users can (or historically could)…

ruby-puma 3.9.1

Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server for Ruby/Rack applications. Puma is intended for use in both development and production environments. In order to get…

ruby-pygmentize 0.0.3

Pygmentize provides a simple way to call pygmentize from within a Ruby application. …

ruby-qed 2.9.2

"Quality Ensured Demonstrations" (QED) is a test framework for "Test Driven Development" (TDD) and "Behaviour Driven Development" (BDD) utilizing Literate Programming techniques. QED sits somewhere between lower-level testing tools like `Test::Unit' and…

ruby-que 1.0.0.beta3

This package provides a job queue that uses PostgreSQL for storing jobs and locking between worker processes. …

ruby-racc 1.4.14

Racc is a LALR(1) parser generator. It is written in Ruby itself, and generates Ruby program. …

ruby-rack 2.0.6

Rack provides a minimal, modular and adaptable interface for developing web applications in Ruby. By wrapping HTTP requests and responses, it unifies the API for web servers, web frameworks, and software…

ruby-rack-protection 2.0.5

Rack middleware that can be used to protect against typical web attacks. It can protect all Rack apps, including Rails. For instance, it protects against cross site request forgery, cross…

ruby-rack-test 0.8.3

Rack::Test is a small, simple testing API for Rack applications. It can be used on its own or as a reusable starting point for Web frameworks and testing libraries to build…

ruby-rails 5.2.2.1

Ruby on Rails is a full-stack web framework optimized for programmer happiness and sustainable productivity. It encourages beautiful code by favoring convention over configuration. …

ruby-rails-dom-testing 2.0.2

This gem can compare HTML and assert certain elements exists. This is useful when writing tests. …

ruby-rails-html-sanitizer 1.0.4

This gem is used to handle HTML sanitization in Rails applications. If you need similar functionality in non Rails apps consider using Loofah directly. …

ruby-railties 5.2.2.1

`railties' provides the core Rails internals including handling application bootup, plugins, generators, and Rake tasks. …

ruby-rainbow 3.0.0

`rainbow' provides a string presenter object to colorize strings by wrapping them in ANSI escape codes. …

ruby-rake 13.0.1

Rake is a Make-like program where tasks and dependencies are specified in standard Ruby syntax. …

ruby-rake-compiler 1.1.0

Rake-compiler provides a framework for building and packaging native C and Java extensions in Ruby. …

ruby-range-compressor 1.0.0

RangeCompresses is a tiny library that allows compressing arrays of objects into arrays of ranges. For example, it can turn the following: `[1, 2, 3, 4, 6, 8, 9, 10]' into…

ruby-rb-fsevent 0.10.3

This library provides Ruby bindings for the Mac OSX FSEvents API. …

ruby-rb-inotify 0.9.10

rb-inotify is a simple wrapper over the `inotify' Linux kernel subsystem for monitoring changes to files and directories. …

ruby-rbnacl 6.0.1

This package provides Ruby FFI bindings to the Networking and Cryptography (NaCl) library, also known as libsodium. This provides a high-level toolkit for building cryptographic systems and protocols. …

ruby-rc4 0.1.5

RubyRC4 is a pure Ruby implementation of the RC4 algorithm. …

ruby-rdoc 6.2.0

RDoc produces HTML and command-line documentation for Ruby projects. RDoc includes the +rdoc+ and +ri+ tools for generating and displaying documentation from the command-line. …

ruby-redcarpet 3.5.0

Redcarpet is an extensible Ruby library for Markdown processing and conversion to (X)HTML. …

ruby-redcloth 4.3.2

RedCloth is a Ruby parser for the Textile markup language. …

ruby-regexp-parser 1.7.1

A Ruby gem for tokenizing, parsing, and transforming regular expressions. It comprises the following components: * A scanner/tokenizer based on Ragel, * A lexer that produces…

ruby-regexp-property-values 1.0.0

This small library lets you see which property values are supported by the regular expression engine of the Ruby version you are running and can directly read out their code point ranges.…

ruby-rerun 0.13.0

Rerun is a tool to launch programs, then monitor the file system, and restart the program when any of the monitored files change. It's written in Ruby, but can be used…

ruby-rest-client 2.0.2

`rest-client' provides a simple HTTP and REST client for Ruby, inspired by the Sinatra microframework style of specifying actions: `get', `put', `post', `delete'. …

ruby-reverse-markdown 1.1.0

This Ruby module allows you to map simple HTML back into Markdown---e.g., if you want to import existing HTML data in your application. …

ruby-rexml 3.2.4

Inspired by Electric XML library for Java, REXML aims to be easy-to-use API, small and fast. It supports both tree and stream document parsing. …

ruby-rjb 1.5.5

RJB is a bridge program that connects Ruby and Java via the Java Native Interface. …

ruby-rouge 3.21.0

Rouge is a code highlighter written in Ruby. It supports more than 100 languages and outputs HTML or ANSI 256-color text. Its HTML output is compatible with stylesheets designed for…

ruby-rouge 2.2.1

Rouge is a code highlighter written in Ruby. It supports more than 100 languages and outputs HTML or ANSI 256-color text. Its HTML output is compatible with stylesheets designed for…

ruby-rr 1.2.1

RR is a test double framework that features a rich selection of double techniques and a terse syntax. …

ruby-rspec 3.8.0

RSpec is a behavior-driven development (BDD) framework for Ruby. This meta-package includes the RSpec test runner, along with the expectations and mocks frameworks. …

ruby-rspec 2.14.1

RSpec is a behavior-driven development (BDD) framework for Ruby. This meta-package includes the RSpec test runner, along with the expectations and mocks frameworks. …

ruby-rspec-core 3.8.0

Rspec-core provides the RSpec test runner and example groups. …

ruby-rspec-core 2.14.8

Rspec-core provides the RSpec test runner and example groups. …

ruby-rspec-expectations 3.8.2

Rspec-expectations provides a simple API to express expected outcomes of a code example. …

ruby-rspec-expectations 2.14.5

Rspec-expectations provides a simple API to express expected outcomes of a code example. …

ruby-rspec-given 3.8.0

Given is an RSpec extension that allows the use of Given/When/Then terminology when defining specifications, in a way similar to the Cucumber Gherkin language. …

ruby-rspec-its 1.3.0

RSpec::Its provides the its method as a short-hand to specify the expected value of an attribute. For example, one can use `its(:size)\should eq(1)\ '. …

ruby-rspec-mocks 3.8.0

Rspec-mocks provides RSpec's "test double" framework, with support for stubbing and mocking. …

ruby-rspec-mocks 2.14.6

Rspec-mocks provides RSpec's "test double" framework, with support for stubbing and mocking. …

ruby-rspec-rails 3.8.2

This package provides support for using RSpec to test Ruby on Rails applications, in pace of the default Minitest testing library. …

ruby-rspec-rerun 1.1.0

This package provides an automated way to track, and then re-run failed RSpec tests. …

ruby-rspec-support 3.8.0

Support utilities for RSpec gems. …

ruby-rspec-wait 0.0.9

RSpec::Wait strives to make it easier to test asynchronous or slow interactions. …

ruby-rsync 1.0.9

Ruby Rsync is a Ruby library that can synchronize files between remote hosts by wrapping the `rsync' binary. …

ruby-rubocop 0.88.0

`rubocop' is a Ruby code style checking tool. It aims to enforce the community-driven Ruby Style Guide. …

ruby-rubocop-ast 0.1.0

Rubocop::AST extends `ruby-parser' with classes used by RuboCop to deal with Ruby's Abstract Syntax Tree (AST), in particular: * `RuboCop::AST::Node' * `RuboCop::AST::NodePattern' …

ruby-rubocop-performance 1.7.1

This package provides a collection of RuboCop cops to check for performance optimizations in Ruby code. …

ruby-ruby-engine 2.0.0

`ruby_engine' provides an RubyEngine class that can be used to check which implementation of Ruby is in use. It can provide the interpreter name and provides query methods such as {RubyEngine.mri? …

ruby-ruby-parser 3.14.2

The ruby_parser (RP) package provides a Ruby parser written in pure Ruby. It outputs S-expressions which can be manipulated and converted back to Ruby via the `ruby2ruby' library. …

ruby-ruby-prof 1.4.1

RubyProf is a fast code profiler for Ruby. Its features include: Speed Being a C extension, it is many times faster than the standard Ruby …

ruby-rubygems-tasks 0.2.5

Rubygems-task provides Rake tasks for managing and releasing Ruby Gems. …

ruby-rubypants 0.6.0

RubyPants is a Ruby port of the smart-quotes library SmartyPants. The original SmartyPants is a web publishing plug-in for Movable Type, Blosxom, and BBEdit that easily translates plain ASCII punctuation characters…

ruby-rubytest 0.8.1

Rubytest is a testing meta-framework for Ruby. It can handle any compliant test framework and can run tests from multiple frameworks in a single pass. …

ruby-rubytest-cli 0.2.0

Rubytest CLI is a command-line interface for running tests for Rubytest-based test frameworks. It provides the `rubytest' executable. …

ruby-rubyzip 1.2.1

The rubyzip module provides ways to read from and create zip files. …

ruby-safe-yaml 1.0.5

The SafeYAML gem provides an alternative implementation of YAML.load suitable for accepting user input in Ruby applications. …

ruby-saikuro-treemap 0.2.0

This gem generates a treemap showing the complexity of Ruby code on which it is run. It uses Saikuro under the covers to analyze Ruby code complexity. …

ruby-sanitize 5.1.0

Sanitize is a whitelist-based HTML and CSS sanitizer. Given a list of acceptable elements, attributes, and CSS properties, Sanitize will remove all unacceptable HTML and/or CSS from a string. …

ruby-sass 3.6.0

Sass is a CSS extension language. It extends CSS with features that don't exist yet like variables, nesting, mixins and inheritance. …

ruby-sass-listen 4.0.0

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

ruby-sass-rails 5.0.7

This library integrates the SASS stylesheet language into Ruby on Rails. …

ruby-sass-spec 3.5.4

Sass Spec is a test suite for Sass. Test cases are all in the `spec' directory. …

ruby-sassc 2.2.1

This library provides Ruby qFFI (Foreign Function Interface) bindings to the libsass library. This enables rendering SASS (Syntactically awesome style sheets) from Ruby code. …

ruby-sawyer 0.8.2

Sawyer is an experimental hypermedia agent for Ruby built on top of Faraday. …

ruby-sdoc 1.1.0

SDoc is an RDoc documentation generator to build searchable HTML documentation for Ruby code. …

ruby-sequel 4.49.0

Sequel provides thread safety, connection pooling and a concise DSL for constructing SQL queries and table schemas. It includes a comprehensive ORM layer for mapping records to Ruby objects and handling…

ruby-sexp-processor 4.15.0

The sexp_processor package is derived from ParseTree, but contrary to ParseTree, it includes all the generic S-exp processing tools. Amongst the included tools are `Sexp', `SexpProcessor' and `Environment' …

ruby-shellany 0.0.1

Shellany is a Ruby library providing functions to capture the output produced by running shell commands. …

ruby-shindo 0.3.8

Shindo is a simple depth first testing library for Ruby. …

ruby-shoulda 3.5.0

`shoulda' is a meta-package combining `shoulda-context' and `shoulda-matchers' providing tools for writing tests. …

ruby-shoulda-context 1.2.2

`shoulda-context' is the context framework extracted from Shoulda. Instead of writing Ruby methods with lots_of_underscores, shoulda-context adds context, setup, and should blocks combine to produce natural test method names. …

ruby-shoulda-matchers 2.8.0

Shoulda Matchers provides RSpec- and Minitest-compatible one-liners that test common Rails functionality. These tests would otherwise be much longer, more complex, and error-prone. …

ruby-shoulda-matchers 3.1.2

Shoulda Matchers provides RSpec- and Minitest-compatible one-liners that test common Rails functionality. These tests would otherwise be much longer, more complex, and error-prone. …

ruby-simplecov 0.17.1

SimpleCov is a code coverage framework for Ruby with a powerful configuration library and automatic merging of coverage across test suites. …

ruby-simplecov-html 0.10.2

This package provides the default HTML formatter for the SimpleCov code coverage tool for Ruby version 1.9 and above. …

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