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

Changelog

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

  * Team upload
  * Remove version in the gem2deb build-dependency
  * Use https:// in Vcs-* fields
  * Run wrap-and-sort on packaging files
  * Add patch to work with pygments 2.1+ (Closes: #830400)
  * Bump Standards-Version to 3.9.8
  * Set Testsuite to autopkgtest-pkg-ruby
  * Amend 0001-Remove-gemspec-git-ls-files.patch to not use relative path to
    load the version number from gemspecs  
  * No relative path in the require statement of tests to allow autopkgtest

 -- Cédric Boutillier <email address hidden>  Fri, 08 Jul 2016 13:49:11 +0200

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

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-pygments.rb_0.6.3-2.dsc 1.8 KiB a86bc6e981ba9a93c195a0399004b9d4f88312f91184dc3b5baa2bb9e2bec8b0
ruby-pygments.rb_0.6.3.orig.tar.gz 1.8 MiB 83d88482d0ba5f856fa7e6eec91ea56a6af96fca8720aa99ebd57a66feaf3841
ruby-pygments.rb_0.6.3-2.debian.tar.xz 8.1 KiB c2bf0cbb413993531615428906faff581b24cdae3234e9ac236617b1e306c163

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.