_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
ruby-websocket-native 1.0.0
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://github.com/imanel/websocket-ruby-native
Licenses: Expat
Synopsis: Native Ruby extension for the WebSocket gem
Description:

This package provides a native extension that can increase performance by about 25% compared to the pure Ruby WebSocket implementation.

ruby-minitest-tu-shim 1.3.3
Propagated dependencies: ruby-minitest@4.7.5
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://rubygems.org/gems/minitest_tu_shim
Licenses: Expat
Synopsis: Adapter library between minitest and test/unit
Description:

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

ruby-websocket-driver 0.7.1
Propagated dependencies: ruby-websocket-extensions@0.1.3
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://github.com/faye/websocket-driver-ruby
Licenses: Expat
Synopsis: WebSocket protocol handler with pluggable I/O
Description:

websocket-driver provides a complete implementation of the WebSocket protocols that can be hooked up to any TCP library

ruby-rubocop-capybara 2.17.1
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://github.com/rubocop/rubocop-capybara
Licenses: Expat
Synopsis: Capybara plugin for RuboCop
Description:

This package provides a RuboCop plugin that can be used for code style checking of Capybara test files (RSpec, Cucumber, Minitest).

ruby-cucumber-gherkin 26.1.0
Propagated dependencies: ruby-cucumber-messages@21.0.1
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://github.com/cucumber/gherkin
Licenses: Expat
Synopsis: Gherkin parser for Ruby
Description:

Gherkin is a parser and compiler for the Gherkin language. It is intended be used by all Cucumber implementations to parse .feature files.

ruby-reverse-markdown 1.1.0
Propagated dependencies: ruby-nokogiri@1.15.2
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://github.com/xijo/reverse_markdown
Licenses: WTFPL 2
Synopsis: Convert HTML into Markdown
Description:

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-minitest-proveit 1.0.0
Propagated dependencies: ruby-minitest@5.18.1
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://github.com/seattlerb/minitest-proveit
Licenses: Expat
Synopsis: Assertion-based tests extension for MiniTest
Description:

The minitest-proveit MiniTest extension ensures all tests to prove success (via at least one assertion) rather than rely on the absence of failure.

ruby-shoulda-matchers 5.3.0
Propagated dependencies: ruby-activesupport@7.0.5.1
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://github.com/thoughtbot/shoulda-matchers
Licenses: Expat
Synopsis: Collection of testing matchers extracted from Shoulda
Description:

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-faraday-net-http 3.0.2
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://github.com/lostisland/faraday-net_http
Licenses: Expat
Synopsis: Faraday adapter for Net::HTTP
Description:

This gem is a Faraday adapter for the Net::HTTP library. Faraday is an HTTP client library that provides a common interface over many adapters.

ruby-uniform-notifier 1.13.2
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://rubygems.org/gems/uniform_notifier
Licenses: Expat
Synopsis: Uniform notifier for rails logger
Description:

uniform_notifier is extracted from bullet, it gives you the ability to send notification through rails logger, customized logger, javascript alert, javascript console, growl, xmpp, airbrake and honeybadger.

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

emacs-ruby-compilation 20150709.640
Propagated dependencies: emacs-inf-ruby@20240925.49
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/eschulte/rinari
Licenses:
Synopsis: run a ruby process in a compilation buffer
Description:

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

emacs-company-inf-ruby 20140805.2054
Propagated dependencies: emacs-company@20240926.2127 emacs-inf-ruby@20240925.49
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/company-mode/company-inf-ruby
Licenses:
Synopsis: company-mode completion back-end for inf-ruby
Description:

Documentation at https://melpa.org/#/company-inf-ruby

emacs-ruby-hash-syntax 20210106.224
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/purcell/ruby-hash-syntax
Licenses:
Synopsis: Toggle ruby hash syntax between => and 1.9+ styles
Description:

Documentation at https://melpa.org/#/ruby-hash-syntax

emacs-emamux-ruby-test 20130812.1639
Propagated dependencies: emacs-emamux@20200315.1220 emacs-projectile@20240901.1554
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/syohex/emamux-ruby-test
Licenses:
Synopsis: Ruby test with emamux
Description:

Documentation at https://melpa.org/#/emamux-ruby-test

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

Total results: 859