rubygems 3.3.5-1 source package in Ubuntu

Changelog

rubygems (3.3.5-1) unstable; urgency=medium

  * New upstream release (LP: #1946190).
  * Remove patch, already applied by upstream
  * d/ruby-tests.skip: add tests trying to write in /var/lib/gems

 -- Lucas Kanashiro <email address hidden>  Fri, 21 Jan 2022 12:06:47 -0300

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.3.5-1.dsc 2.2 KiB 32996e9e01960e0db343ba33d340294000be6cacedb98552ff843e3b3391b8fb
rubygems_3.3.5.orig.tar.gz 12.3 MiB 594e40b446753dfa0489f3b8e55abc14c91b516f58c52ca45bb66a1f6cf3ccf5
rubygems_3.3.5-1.debian.tar.xz 7.8 KiB f5365af2706fbd1583acb3c721d442e808e2beb70c188fbd9d9735fd1aeedf0a

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.