_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
ruby-range-compressor 1.2.0
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://github.com/janosch-x/range_compressor
Licenses: Expat
Synopsis: Simple arrays of objects to arrays of ranges compressor
Description:

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 [1..4, 6..6, 8..10].

ruby-multipart-parser 0.1.1
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://github.com/danabr/multipart-parser
Licenses: Expat
Synopsis: Parser for multipart MIME messages
Description:

multipart-parser is a simple parser for multipart MIME messages, written in Ruby, based on felixge/node-formidable's parser. It has the following characteristics:

  • Pure Ruby

  • Event-driven API

  • Only supports one level of multipart parsing

  • Does not perform I/O

  • Does not depend on any other library.

ruby-heredoc-unindent 1.2.0
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://github.com/adrianomitre/heredoc_unindent
Licenses: Expat
Synopsis: Heredoc indentation cleaner
Description:

This gem removes common margin from indented strings, such as the ones produced by indented heredocs. In other words, it strips out leading whitespace chars at the beginning of each line, but only as much as the line with the smallest margin.

It is acknowledged that many strings defined by heredocs are just code and fact is that most parsers are insensitive to indentation. If, however, the strings are to be used otherwise, be it for printing or testing, the extra indentation will probably be an issue and hence this gem.

ruby-omniauth-facebook 8.0.0
Propagated dependencies: ruby-omniauth-oauth2@1.8.0
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/simi/omniauth-facebook
Licenses: Expat
Synopsis: Facebook OAuth2 Strategy for OmniAuth
Description:

Facebook OAuth2 Strategy for OmniAuth

ruby-rubocop-discourse 2.4.1
Propagated dependencies: ruby-rubocop@1.48.1 ruby-rubocop-rspec@2.19.0
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/discourse/rubocop-discourse
Licenses: Expat
Synopsis: Custom rubocop cops used by Discourse
Description:

Custom rubocop cops used by Discourse

ruby-handlebars-source 4.7.7
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/wycats/handlebars.js/
Licenses: Expat
Synopsis: Handlebars.js source code wrapper for (pre)compilation gems.
Description:

Handlebars.js source code wrapper for (pre)compilation gems.

ruby-handlebars-source 4.1.2
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/wycats/handlebars.js/
Licenses: Expat
Synopsis: Handlebars.js source code wrapper for (pre)compilation gems.
Description:

Handlebars.js source code wrapper for (pre)compilation gems.

ruby-faraday-multipart 1.0.4
Propagated dependencies: ruby-multipart-post@2.0.0
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://github.com/lostisland/faraday-multipart
Licenses: Expat
Synopsis: Multipart-post requests extension for Faraday
Description:

This Ruby gem extends Faraday to perform multipart-post requests.

ruby-elasticsearch-api 6.0.2
Propagated dependencies: ruby-multi-json@1.15.0
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/elasticsearch/elasticsearch-ruby/tree/master/elasticsearch-api
Licenses: non-copyleft
Synopsis: Ruby API for Elasticsearch. See the `elasticsearch` gem for full integration.
Description:

Ruby API for Elasticsearch. See the `elasticsearch` gem for full integration.

ruby-ember-data-source 3.0.2
Propagated dependencies: ruby-ember-source@2.18.2
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/emberjs/data
Licenses: Expat
Synopsis: ember-data source code wrapper for use with Ruby libs.
Description:

ember-data source code wrapper for use with Ruby libs.

ruby-rails-dom-testing 2.0.3
Propagated dependencies: ruby-activesupport@7.0.5.1 ruby-nokogiri@1.15.2
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://github.com/rails/rails-dom-testing
Licenses: Expat
Synopsis: Compare HTML DOMs and assert certain elements exists
Description:

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

ruby-rspec-stubbed-env 1.0.0-0.9d767de
Propagated dependencies: ruby-rspec@3.12.0
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://github.com/pboling/rspec-stubbed_env
Licenses: Expat
Synopsis: RSpec plugin to stub environment variables
Description:

This RSpec plugin can be used to stub environment variables in a scoped context for testing.

ruby-rubocop-packaging 0.5.2
Propagated dependencies: ruby-rubocop@1.48.1
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://github.com/utkarsh2102/rubocop-packaging
Licenses: Expat
Synopsis: Collection of RuboCop checks for downstream compatibility issues
Description:

This package provides a collection of RuboCop cops to check for downstream compatibility issues in the Ruby code.

ruby-cucumber-messages 21.0.1
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://github.com/cucumber/messages/
Licenses: Expat
Synopsis: Cucumber Messages for Ruby (Protocol Buffers)
Description:

Cucumber Messages for Ruby is a library which allows serialization and deserialization of the protocol buffer messages used in Cucumber.

ruby-rspec-pending-for 0.1.16
Propagated dependencies: ruby-rspec-core@3.12.1 ruby-ruby-engine@2.0.0 ruby-ruby-version@1.0.2
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://github.com/pboling/rspec-pending_for
Licenses: Expat
Synopsis: Skip RSpec tests for specific Ruby engines or versions
Description:

This RSpec plugin makes it easy to mark test cases as pending or skipped for a specific Ruby engine (e.g. MRI or JRuby) or version combinations.

ruby-binding-of-caller 0.8.0
Propagated dependencies: ruby-debug-inspector@1.1.0
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://github.com/banister/binding_of_caller
Licenses: Expat
Synopsis: Retrieve the binding of a method's caller
Description:

The binding_of_caller module provides the Binding#of_caller method. It allows accessing bindings from upper frames in the call stack and can evaluate code in that context.

ruby-ember-es6-template 0.7.0
Propagated dependencies: ruby-babel-transpiler@0.7.0 ruby-sprockets@4.2.0
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/tricknotes/ember-es6_template
Licenses: Expat
Synopsis: The tilt template for Ember specified ES6.
Description:

The tilt template for Ember specified ES6.

ruby-faraday-middleware 1.2.0
Propagated dependencies: ruby-faraday@2.7.4
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://github.com/lostisland/faraday_middleware
Licenses: Expat
Synopsis: Various middleware for Faraday
Description:

Faraday_Middleware is a collection of middleware for the Faraday-based API wrappers.

ruby-rspec-expectations 2.14.5
Propagated dependencies: ruby-diff-lcs@1.3
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://github.com/rspec/rspec-expectations
Licenses: Expat
Synopsis: RSpec expectations library
Description:

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

ruby-rspec-expectations 3.12.2
Propagated dependencies: ruby-rspec-support@3.12.0 ruby-diff-lcs@1.3
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://github.com/rspec/rspec-expectations
Licenses: Expat
Synopsis: RSpec expectations library
Description:

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

ruby-rack-mini-profiler 2.3.1
Propagated dependencies: ruby-rack@2.2.7
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://miniprofiler.com
Licenses: Expat
Synopsis: Profiling toolkit for Rack applications with Rails integration. Client Side profiling, DB profiling and Server profiling.
Description:

Profiling toolkit for Rack applications with Rails integration. Client Side profiling, DB profiling and Server profiling.

emacs-eval-in-repl-ruby 0.9.7
Propagated dependencies: emacs-eval-in-repl@0.9.7 emacs-inf-ruby@2.8.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/kaz-yos/eval-in-repl
Licenses: Expat
Synopsis: One keybinding to communicate with REPLs
Description:

This package provides an ESS-like binding to send lines or regions to a REPL from Ruby buffers.

ruby-jekyll-paginate-v2 3.0.0
Propagated dependencies: jekyll@4.3.2
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://github.com/sverrirs/jekyll-paginate-v2
Licenses: Expat
Synopsis: Pagination Generator for Jekyll 3
Description:

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

ruby-pry-stack-explorer 0.5.1
Propagated dependencies: ruby-binding-of-caller@0.8.0 ruby-pry@0.14.2
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://github.com/pry/pry-stack_explorer
Licenses: Expat
Synopsis: Call-stack navigation plugin for the Pry REPL
Description:

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

Total results: 839