_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
ruby-simplecov 0.13.0
Propagated dependencies: ruby-json@2.1.0 ruby-docile@1.1.5 ruby-simplecov-html@0.12.3 ruby-simplecov-json-formatter@0.1.4
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/simplecov-ruby/simplecov
Licenses: Expat
Synopsis: Code coverage framework for Ruby
Description:

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

ruby-prawn-svg 0.37.0
Propagated dependencies: ruby-css-parser@1.21.1 ruby-matrix@0.4.2 ruby-prawn@2.4.0 ruby-rexml@3.2.5
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/mogest/prawn-svg
Licenses: Expat
Synopsis: SVG renderer for the Prawn PDF library
Description:

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

ruby-certified 1.0.0
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://github.com/stevegraham/certified
Licenses: Expat
Synopsis: Ensure net/https uses OpenSSL::SSL::VERIFY_PEER to verify SSL certificates and provides certificate bundle in case OpenSSL cannot find one
Description:

Ensure net/https uses OpenSSL::SSL::VERIFY_PEER to verify SSL certificates and provides certificate bundle in case OpenSSL cannot find one

ruby-powerpack 0.1.3
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/bbatsov/powerpack
Licenses: Expat
Synopsis: Useful extensions to core Ruby classes
Description:

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

ruby-terraform 1.7.0
Propagated dependencies: ruby-lino@3.1.0 ruby-immutable-struct@2.4.1-0.bb67ad8
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/infrablocks/ruby_terraform
Licenses: Expat
Synopsis: Ruby wrapper around the Terraform command line interface
Description:

This package provides a Ruby wrapper around the Terraform command line interface so that Terraform can be more easily invoked from Ruby code.

ruby-pleaserun 0.0.32
Propagated dependencies: ruby-cabin@0.9.0 ruby-clamp@1.3.2 ruby-dotenv@3.1.7 ruby-insist@1.0.0 ruby-mustache@1.1.1 ruby-stud@0.0.23
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/jordansissel/pleaserun
Licenses: ASL 2.0
Synopsis: Init scripts and service definitions generation tool
Description:

Pleaserun is a tool to generate startup scripts and service definitions. It targets service managers such as systemd, Upstart, launchd, sysv init, and runit.

ruby-skiptrace 0.8.1
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/gsamokovarov/skiptrace
Licenses: Expat
Synopsis: Provides access for bindings relating to Ruby exceptions
Description:

skiptrace provides a way to access the bindings that relate to exceptions in Ruby, providing more information about the context in which the exception occurred.

ruby-bake-test 0.2.0
Propagated dependencies: ruby-bake@0.18.2
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/ioquatix/bake-test
Licenses: Expat
Synopsis: Test suite automatic runner for Ruby
Description:

bake-test automatically discovers how to run local test suites for Ruby projects. It supports rspec, sus, as well as rake.

ruby-contracts 0.17.2
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/egonSchiele/contracts.ruby
Licenses: FreeBSD
Synopsis: Method contracts for Ruby
Description:

This library provides contracts for Ruby. A contract describes the correct inputs and output for a method, and will raise an error if a incorrect value is found.

ruby-sys-uname 1.2.1
Propagated dependencies: ruby-ffi@1.15.5
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/djberg96/sys-uname
Licenses: ASL 2.0
Synopsis: Ruby interface for gathering system information
Description:

The sys-uname library provides an interface for gathering information about your current platform. It allows retrieving information such as the OS name, OS version, system name, etc.

ruby-ruby-prof 1.7.2
Propagated dependencies: ruby-base64@0.2.0
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/ruby-prof/ruby-prof
Licenses: FreeBSD
Synopsis: Fast code profiler for Ruby
Description:

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

Measurement Modes

It can measure program wall time, process time, object allocations and memory usage.

Reports

A variety of text and cross-referenced HTML reports can be generated.

Threads

Profiling multiple threads simultaneously is supported.

ruby-rspec-its 1.3.0
Propagated dependencies: ruby-rspec-core@3.13.2 ruby-rspec-expectations@3.13.3
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/rspec/rspec-its
Licenses: Expat
Synopsis: RSpec extension that provides the @code{its} method
Description:

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-its 1.3.0
Propagated dependencies: ruby-rspec-core@3.13.2 ruby-rspec-expectations@3.13.3
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/rspec/rspec-its
Licenses: Expat
Synopsis: RSpec extension that provides the @code{its} method
Description:

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-commander 4.6.0
Propagated dependencies: ruby-highline@3.1.2
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/commander-rb/commander
Licenses: Expat
Synopsis: Library for building Ruby command-line executables
Description:

Commander aims to be a complete solution for Ruby command-line executables. Commander bridges the gap between other terminal related libraries (OptionParser, HighLine), while providing many new features, and an elegant API.

ruby-rdiscount 2.2.7.3
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://dafoster.net/projects/rdiscount/
Licenses: Modified BSD
Synopsis: Discount Markdown Processor for Ruby
Description:

Discount is an implementation of John Gruber's Markdown markup language in C. It implements all of the language described in the markdown syntax document and passes the Markdown 1.0 test suite.

ruby-test-prof 1.0.1
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://test-prof.evilmartians.io/
Licenses: Expat
Synopsis: Ruby applications tests profiling tools. Contains tools to analyze factories usage, integrate with Ruby profilers, profile your examples using ActiveSupport notifications (if any) and statically analyze your code with custom RuboCop cops.
Description:

Ruby applications tests profiling tools.

Contains tools to analyze factories usage, integrate with Ruby profilers, profile your examples using ActiveSupport notifications (if any) and statically analyze your code with custom RuboCop cops.

ruby-rack-test 2.1.0
Propagated dependencies: ruby-rack@2.2.7
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/rack/rack-test
Licenses: Expat
Synopsis: Testing API for Rack applications
Description:

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

ruby-test-unit 3.6.0
Propagated dependencies: ruby-power-assert@1.1.5
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://test-unit.github.io/
Licenses: Python Software Foundation License Ruby License
Synopsis: Unit testing framework for Ruby
Description:

Test::Unit is unit testing framework for Ruby, based on xUnit principles. These were originally designed by Kent Beck, creator of extreme programming software development methodology, for Smalltalk's SUnit. It allows writing tests, checking results and automated testing in Ruby.

ruby-test-unit 3.6.0
Propagated dependencies: ruby-power-assert@1.1.5
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://test-unit.github.io/
Licenses: Python Software Foundation License Ruby License
Synopsis: Unit testing framework for Ruby
Description:

Test::Unit is unit testing framework for Ruby, based on xUnit principles. These were originally designed by Kent Beck, creator of extreme programming software development methodology, for Smalltalk's SUnit. It allows writing tests, checking results and automated testing in Ruby.

ruby-mechanize 2.7.5
Dependencies: ruby@3.3.9
Propagated dependencies: ruby-domain-name@0.5.20190701 ruby-http-cookie@1.0.5 ruby-mime-types@3.4.1 ruby-net-http-digest-auth@1.4.1 ruby-net-http-persistent@4.0.2 ruby-nokogiri@1.18.10 ruby-ntlm-http@0.1.1 ruby-webrobots@0.1.2
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: http://docs.seattlerb.org/mechanize/
Licenses: Expat
Synopsis: The Mechanize library is used for automating interaction with websites. Mechanize automatically stores and sends cookies, follows redirects, and can follow links and submit forms. Form fields can be populated and submitted. Mechanize also keeps track of the sites that you have visited as a history.
Description:

The Mechanize library is used for automating interaction with websites. Mechanize automatically stores and sends cookies, follows redirects, and can follow links and submit forms. Form fields can be populated and submitted. Mechanize also keeps track of the sites that you have visited as a history.

ruby-raindrops 0.19.1
Channel: gn-bioinformatics
Location: gn/packages/ruby.scm (gn packages ruby)
Home page: https://yhbt.net/raindrops/
Licenses: LGPL 2.1+
Synopsis: real-time stats for preforking Rack servers
Description:

raindrops is a real-time stats toolkit to show statistics for Rack HTTP servers. It is designed for preforking servers such as unicorn, but should support any Rack HTTP server on platforms supporting POSIX shared memory. It may also be used as a generic scoreboard for sharing atomic counters across multiple processes.

ruby-mkmf-lite 0.5.2
Propagated dependencies: ruby-ptools@1.5.0
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/djberg96/mkmf-lite
Licenses: ASL 2.0
Synopsis: Lightweight alternative to @code{mkmf}
Description:

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 that you can use in FFI or tests to check for the presence of header files, constants, and so on.

ruby-vcr-expat 5.0.0-0.842b2bf
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/vcr/vcr
Licenses: Expat
Synopsis: HTTP interaction recorder [old version]
Description:

Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests. This is an older version of VCR that is free software under the Expat license. The project later switched to the Hippocratic license, which is non-free. Do not use it in new free software projects.

emacs-inf-ruby 2.9.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/nonsequitur/inf-ruby
Licenses: GPL 3+
Synopsis: Provides a REPL buffer connected to a Ruby subprocess in Emacs
Description:

inf-ruby provides a Read Eval Print Loop (REPL) buffer, allowing for easy interaction with a Ruby subprocess. Features include support for detecting specific uses of Ruby, e.g., when using Rails, and using an appropriate console.

If you are using Guix shell with manifest.scm, the inf-ruby-wrapper-command customization variable could be helpful.

Total results: 876