ruby-rvm 1.6.9-0ubuntu2.1 source package in Ubuntu

Changelog

ruby-rvm (1.6.9-0ubuntu2.1) precise-proposed; urgency=low

  * Use the sudo group instead of admin in the postinst maintainer script.
    The admin group doesn't exist any more. (LP: #894311)
 -- Stefano Rivera <email address hidden>   Sun, 01 Jul 2012 12:55:00 +0200

Upload details

Uploaded by:
Stefano Rivera
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
ruby
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise updates universe ruby

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
ruby-rvm_1.6.9.orig.tar.gz 701.3 KiB a2b85d31c46f1b1790712a7720303a5145ec702a4114d2d2a956079158495099
ruby-rvm_1.6.9-0ubuntu2.1.debian.tar.gz 5.4 KiB 0b5ed51c0add0229e29eb4ea9aee0210103f7de53512b1a43d4982d2dcb77ef6
ruby-rvm_1.6.9-0ubuntu2.1.dsc 1.8 KiB 1514f14fcebe8b4872fb2ba6bf790db00d6b5a0f86bfb88a6bc14efe89004dff

Available diffs

View changes file

Binary packages built by this source

ruby-rvm: easily install, manage and work with multiple ruby environments

 RVM allows users to deploy each project with its own completely self-contained
 and dedicated environment - from the specific version of ruby all the way down
 to the precise set of required gems to run the application.
 .
 Having a precise set of gems also avoids the issue of version conflicts between
 projects, causing difficult-to-trace errors and hours of hair loss. With RVM,
 NO OTHER GEMS than those required are installed. This makes working with
 multiple complex applications where each has a long list of gem dependencies
 efficient.
 .
 RVM allows one to easily test gem upgrades by switching to a new clean set of
 gems to test with while leaving the original set intact. It is flexible enough
 to even have a set of gems per environment or development branch--or even
 individual developer's taste!