_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
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-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-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-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-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-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-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-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@2.0.1
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
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-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-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.

ruby-propshaft 0.7.0
Propagated dependencies: ruby-actionpack@7.2.2.1 ruby-activesupport@7.2.2.1 ruby-rack@2.2.7 ruby-railties@7.2.2.1
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://github.com/rails/propshaft
Licenses: Expat
Synopsis: Asset pipeline library for Rails
Description:

Propshaft is an asset pipeline library for Rails. It's built for an era where bundling assets to save on HTTP connections is no longer urgent, where JavaScript and CSS are either compiled by dedicated Node.js bundlers or served directly to the browsers, and where increases in bandwidth have made the need for minification less pressing. These factors allow for a dramatically simpler and faster asset pipeline compared to previous options, like Sprockets.

ruby-net-telnet 0.2.0
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/ruby/net-telnet
Licenses: FreeBSD
Synopsis: Telnet client functionality
Description:

This package provides telnet client functionality.

emacs-poly-ruby 20180905.929
Propagated dependencies: emacs-polymode@20250617.1033
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/knu/poly-ruby.el
Licenses:
Synopsis: Provides poly-ruby-mode
Description:

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

ruby-actiontext 7.2.2.1
Propagated dependencies: ruby-actionpack@7.2.2.1 ruby-activerecord@7.2.2.1 ruby-activestorage@7.2.2.1 ruby-activesupport@7.2.2.1 ruby-nokogiri@1.16.8
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://rubyonrails.org
Licenses: Expat
Synopsis: Edit and display rich text in Rails applications
Description:

ActionText edits and displays rich text in Rails applications.

ruby-io-console 0.6.0
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/ruby/io-console
Licenses: FreeBSD
Synopsis: Console capabilities library for IO instances
Description:

IO.console adds console capabilities to Ruby IO instances.

Total results: 668