rubygems 3.3.5-2 source package in Ubuntu
Changelog
rubygems (3.3.5-2) unstable; urgency=medium * Don't consider gems provided by Debian packages as deleted (Closes: #1004195) -- Antonio Terceiro <email address hidden> Fri, 28 Jan 2022 11:53:50 -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 | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | main | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
rubygems_3.3.5-2.dsc | 2.2 KiB | 3d603f260ee7c525afbe55dfd82826015002eb2174bca2a366b2c284f6a7b4cf |
rubygems_3.3.5.orig.tar.gz | 12.3 MiB | 594e40b446753dfa0489f3b8e55abc14c91b516f58c52ca45bb66a1f6cf3ccf5 |
rubygems_3.3.5-2.debian.tar.xz | 8.2 KiB | 588806ea43fce71c7b3b68a3ad042d3d6a96077268a672f09fa2dc14dd97eba6 |
Available diffs
- diff from 3.2.27-3 to 3.3.5-2 (5.0 MiB)
- diff from 3.3.5-1 to 3.3.5-2 (1.1 KiB)
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.