rubygems 3.2.27-2 source package in Ubuntu
Changelog
rubygems (3.2.27-2) unstable; urgency=medium * ruby-rubygems: make package installable when cross building. Change dependency from ruby to ruby:any -- Antonio Terceiro <email address hidden> Sun, 17 Oct 2021 13:17:21 -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 |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
rubygems_3.2.27-2.dsc | 2.1 KiB | 330aab464e7c2910c76857d5a386e089c85b174257d52cb0673047d88c793d30 |
rubygems_3.2.27.orig.tar.gz | 28.6 MiB | 1c77bd35af94303641a3655f563e73b397d08999941ffb7606f2fa1d57845ba7 |
rubygems_3.2.27-2.debian.tar.xz | 7.6 KiB | 83b793f9df26f6264c4828b6aba0832cac52eabf95b4eae43e2f5646ce403af6 |
Available diffs
- diff from 3.2.5-2 to 3.2.27-2 (960.2 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.