rubygems 3.2.27-3 source package in Ubuntu

Changelog

rubygems (3.2.27-3) unstable; urgency=medium

  * Team upload.
  * d/bundler.docs: Add bundler/UPGRADING.md.
  * d/control (Standards-Version): Don't use the minor patch level.
    (Build-Depends): Add ruby-webrick (closes: #996526).
  * d/copyright: Add bundler copyright and license information.
    (Copyright): Update and add team.
  * d/watch: Update file.

 -- Daniel Leidert <email address hidden>  Tue, 23 Nov 2021 23:36:03 +0100

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
rubygems_3.2.27-3.dsc 2.2 KiB 23c5a0086b9207f88b31ddce4ef58ed47b7891fcbf0b55a8a396b807b0bde873
rubygems_3.2.27.orig.tar.gz 28.6 MiB 1c77bd35af94303641a3655f563e73b397d08999941ffb7606f2fa1d57845ba7
rubygems_3.2.27-3.debian.tar.xz 8.0 KiB 3d7a901233b06e0fda699ab8b0fae9287732b1824f22ef31296be21579ff25f1

Available diffs

No changes file available.

Binary packages built by this source

bundler: Manage Ruby application dependencies

 Bundler manages a Ruby application's dependencies through its entire
 life, across many machines, systematically and repeatably.
 .
 This is a dependency package which depends on a full Ruby development
 environment, it is targeted at application developers.

ruby-bundler: Manage Ruby application dependencies (runtime)

 Bundler manages a Ruby application's dependencies through its entire
 life, across many machines, systematically and repeatably.
 .
 This package must be used as dependency for checking application dependencies
 at runtime.

ruby-rubygems: Package management framework for Ruby

 A package (also known as a library) contains a set of functionality that can
 be invoked by a Ruby program, such as reading and parsing an XML file. These
 packages are called 'gems' and RubyGems is a tool to install, create, manage
 and load these packages in your Ruby environment. RubyGems is also a client for
 RubyGems.org, a public repository of Gems that allows you to publish a Gem that
 can be shared and used by other developers.