_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
ruby-better-errors 2.9.1
Propagated dependencies: ruby-coderay@1.1.2 ruby-erubi@1.8.0 ruby-rack@2.2.7
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/BetterErrors/better_errors
Licenses: Expat
Synopsis: Error page for Rails and other Rack apps
Description:

This package provides a better error page for Rails and other Rack apps. Includes source code inspection, a live REPL and local/instance variable inspection for all stack frames.

ruby-minitest-moar 0.0.4
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://github.com/dockyard/minitest-moar
Licenses: Expat
Synopsis: Extra features and changes to MiniTest
Description:

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-queue-classic 4.0.0
Propagated dependencies: ruby-pg@1.4.6
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://github.com/QueueClassic/queue_classic
Licenses: Expat
Synopsis: Queuing library for Ruby
Description:

queue_classic is a queuing library for Ruby applications (Rails, Sinatra, etc.) queue_classic features asynchronous job polling, database maintained locks and has a single dependency, pg.

ruby-will-paginate 3.3.0
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/mislav/will_paginate
Licenses: Expat
Synopsis: will_paginate provides a simple API for performing paginated queries with Active Record, DataMapper and Sequel, and includes helpers for rendering pagination links in Rails, Sinatra, Hanami, and Merb web apps.
Description:

will_paginate provides a simple API for performing paginated queries with Active Record, DataMapper and Sequel, and includes helpers for rendering pagination links in Rails, Sinatra, Hanami, and Merb web apps.

ruby-benchmark-ips 2.12.0
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://github.com/evanphx/benchmark-ips
Licenses: Expat
Synopsis: Iterations per second enhancement for the Ruby Benchmark module
Description:

Benchmark-ips enhances the Ruby Benchmark module with the iterations per second count. For short snippets of code, it can automatically figure out how many times to run the code to get interesting data.

ruby-pdf-inspector 1.3.0-1.00ee4c9
Propagated dependencies: ruby-pdf-reader@2.4.0
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://github.com/prawnpdf/pdf-inspector
Licenses: Ruby License GPL 2+ GPL 3+
Synopsis: Analysis classes for inspecting PDF output
Description:

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 pure Ruby PDF generation library.

ruby-regexp-parser 2.0.0
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://github.com/ammar/regexp_parser
Licenses: Expat
Synopsis: Regular expression parser library for Ruby
Description:

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 a stream of token objects,

  • A parser that produces a tree of Expression objects.

ruby-cucumber-core 11.1.0
Propagated dependencies: ruby-cucumber-gherkin@26.1.0 ruby-cucumber-messages@21.0.1 ruby-cucumber-tag-expressions@5.0.1
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://cucumber.io/
Licenses: Expat
Synopsis: Core library for the Cucumber BDD app
Description:

Cucumber is a tool for running automated tests written in plain language. Because they're written in plain language, they can be read by anyone on your team. Because they can be read by anyone, you can use them to help improve communication, collaboration and trust on your team.

ruby-public-suffix 4.0.5
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://simonecarletti.com/code/publicsuffix-ruby/
Licenses: Expat
Synopsis: Domain name parser
Description:

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) directly register names. Some examples of public suffixes are .com, .co.uk and pvt.k12.ma.us. The Public Suffix List is a list of all known public suffixes.

ruby-character-set 1.4.0
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://github.com/jaynetics/character_set
Licenses: Expat
Synopsis: Ruby library to manipulate Unicode
Description:

CharacterSet is a C-extended Ruby library to work with sets of Unicode code points. It can read and write these sets in various formats and implements the stdlib Set interface for them. It also offers an alternate paradigm of String processing which grants much better performance than Regexp and String methods from the stdlib where applicable. Many parts can be used independently, e.g.:

  • CharacterSet::Character

  • CharacterSet::Parser

  • CharacterSet::Writer

  • RangeCompressor

ruby-path-expander 1.1.0
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/seattlerb/path_expander
Licenses: Expat
Synopsis: PathExpander helps pre-process command-line arguments expanding directories into their constituent files. It further helps by providing additional mechanisms to make specifying subsets easier with path subtraction and allowing for command-line arguments to be saved in a file. NOTE: this is NOT an options processor. It is a path processor (basically everything else besides options). It does provide a mechanism for pre-filtering cmdline options, but not with the intent of actually processing them in PathExpander. Use OptionParser to deal with options either before or after passing ARGV through PathExpander.
Description:

PathExpander helps pre-process command-line arguments expanding directories into their constituent files. It further helps by providing additional mechanisms to make specifying subsets easier with path subtraction and allowing for command-line arguments to be saved in a file.

NOTE: this is NOT an options processor. It is a path processor (basically everything else besides options). It does provide a mechanism for pre-filtering cmdline options, but not with the intent of actually processing them in PathExpander. Use OptionParser to deal with options either before or after passing ARGV through PathExpander.

ruby-ruby2-keywords 0.0.4
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/ruby/ruby2_keywords
Licenses: Ruby License FreeBSD
Synopsis: Shim library for Module#ruby2_keywords
Description:

Shim library for Module#ruby2_keywords

ruby-rubygems-tasks 0.2.5
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://github.com/postmodern/rubygems-tasks
Licenses: Expat
Synopsis: Rake tasks for managing and releasing Ruby Gems
Description:

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

ruby-http-parser-rb 0.6.0
Channel: wigust
Location: wigust/packages/ruby.scm (wigust packages ruby)
Home page: http://github.com/tmm1/http_parser.rb
Licenses: Expat
Synopsis: Ruby bindings
Description:

Ruby bindings.

ruby-ruby2-keywords 0.0.5
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://github.com/ruby/ruby2_keywords
Licenses: FreeBSD
Synopsis: Shim library for Module#ruby2_keywords
Description:

Provides empty Module#ruby2_keywords method, for the forward source-level compatibility against ruby2.7 and ruby3.

ruby-mini-scheduler 0.13.0
Propagated dependencies: ruby-sidekiq@6.1.3
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/discourse/mini_scheduler
Licenses: Expat
Synopsis: Adds recurring jobs for Sidekiq
Description:

Adds recurring jobs for Sidekiq

ruby-rails-failover 0.6.5
Propagated dependencies: ruby-activerecord@7.0.5.1 ruby-concurrent@1.2.2 ruby-railties@7.0.5.1
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/discourse/rails_failover
Licenses: Expat
Synopsis: Failover for ActiveRecord and Redis
Description:

Failover for ActiveRecord and Redis

emacs-ruby-refactor 20160214.1650
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/ajvargo/ruby-refactor
Licenses:
Synopsis: A minor mode which presents various Ruby refactoring helpers.
Description:

Documentation at https://melpa.org/#/ruby-refactor

emacs-ruby-electric 20200328.1528
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/ruby/elisp-ruby-electric
Licenses:
Synopsis: Minor mode for electrically editing ruby code
Description:

Documentation at https://melpa.org/#/ruby-electric

ruby-terminal-table 1.8.0
Propagated dependencies: ruby-unicode-display-width@1.3.0
Channel: wigust
Location: wigust/packages/ruby.scm (wigust packages ruby)
Home page: https://github.com/tj/terminal-table
Licenses: Expat
Synopsis: Simple, feature rich ascii table generation library
Description:

Simple, feature rich ascii table generation library.

ruby-regressiontest 0.0.3
Propagated dependencies: ruby-shoulda@4.0.0
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: http://github.com/pjotrp/regressiontest
Licenses: Expat
Synopsis: Regression testing for the command line, and library API
Description:

Regression testing for the command line, and library API

emacs-enh-ruby-mode 20240925.1920
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/zenspider/Enhanced-Ruby-Mode
Licenses:
Synopsis: Major mode for editing Ruby files
Description:

Documentation at https://melpa.org/#/enh-ruby-mode

ruby-simplecov-lcov 0.7.0
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/fortissimo1997/simplecov-lcov
Licenses: Expat
Synopsis: Custom SimpleCov formatter to generate a lcov style coverage.
Description:

Custom SimpleCov formatter to generate a lcov style coverage.

ruby-logstash-event 1.2.02
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/logstash/logstash
Licenses: ASL 2.0
Synopsis: Library that contains the classes required to create LogStash events
Description:

Library that contains the classes required to create LogStash events

Total results: 859