ruby-pygments.rb 1.2.1-2 source package in Ubuntu

Changelog

ruby-pygments.rb (1.2.1-2) unstable; urgency=medium

  * Team upload

  [ Cédric Boutillier ]
  * Update team name

  [ Nicolas Boulenguez ]
  * Uscan v4 and Files-Excluded replace get-orig-source.sh
  * Debhelper 13 (no changes)
  * Slightly shorten d/rules
  * Make the test less dependent on the pygments version, closes: #972481
  * Comment explaining why dh_compress is overridden without options

 -- Cédric Boutillier <email address hidden>  Tue, 17 Nov 2020 00:03:18 +0100

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

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-pygments.rb_1.2.1-2.dsc 1.8 KiB fb616fdd197514ffe5bbd811b59395d0091261efa357485ae741039acde73fce
ruby-pygments.rb_1.2.1.orig.tar.xz 60.5 KiB 93a88eacf552cddf10e1ad6955dceb6a7cd63f8f96759a7e6757dfdcfe68fc81
ruby-pygments.rb_1.2.1-2.debian.tar.xz 10.0 KiB cbf2aa6a3c1924ea5029910e7cc0f0e7b2ec91b69c57bbd3c960e46f33f71a07

Available diffs

No changes file available.

Binary packages built by this source

ruby-pygments.rb: pygments wrapper for Ruby

 A Ruby wrapper for the Python pygments syntax highlighter.
 .
 pygments.rb works by talking over a simple pipe to a long-lived Python child
 process. This library replaces albino, as well as a version of pygments.rb
 that used an embedded Python interpreter.
 .
 Each Ruby process that runs has its own 'personal Python'; for example, 4
 Unicorn workers will have one Python process each. If a Python process dies,
 a new one will be spawned on the next pygments.rb request.