ruby-terrapin 0.6.0-2 source package in Ubuntu

Changelog

ruby-terrapin (0.6.0-2) unstable; urgency=medium

  * Source-only upload
  * Fix package wrt cme
  * Add salsa-ci.yml

 -- Utkarsh Gupta <email address hidden>  Fri, 07 Feb 2020 18:47:36 -0500

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
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-terrapin_0.6.0-2.dsc 2.2 KiB 6dd416143977234fc52fe346514c0f0b132536bb4d57db71fb5e3b7646b7677d
ruby-terrapin_0.6.0.orig.tar.gz 13.0 KiB 2261084b6eba1c08e3479e2a640cd74e95230292718c11c7475f3a95b34bf410
ruby-terrapin_0.6.0-2.debian.tar.xz 2.6 KiB a3a7a4c13496f5866adb6315a76710ca4c206fccca8369df312cf9f660c8afa9

Available diffs

No changes file available.

Binary packages built by this source

ruby-terrapin: run shell commands safely, even with user-supplied values

 Apart from the basic, normal stuff, you can use nterpolated arguments. It also
 prevents attempts at being bad.
 .
 You can also see what's getting run. The 'Command' part it logs is in green
 for visibility!
 .
 Terrapin will only shell-escape what is passed in as interpolations to the run
 method. It WILL NOT escape what is passed in to the second argument of new.
 Terrapin assumes that you will not be manually passing user-generated data to
 that argument and will be using it as a template for your command line's
 structure.
 .
 The performance can be increased by installing the posix-spawn gem.