ruby-inline 3.12.4-2 source package in Ubuntu

Changelog

ruby-inline (3.12.4-2) unstable; urgency=medium

  * Team upload
  * Use salsa.debian.org in Vcs-* fields
  * Move debian/watch to gemwatch.debian.net
  * Bump debhelper compatibility level to 11
  * Bump Standards-Version to 4.3.0 (no changes needed)
  * copyright: use https in format URL, rename MIT to Expat
  * Fix typo in short description (Closes: #779558)
  * Use Github repository as homepage
  * Remove ZenTest in gemspecs

 -- Cédric Boutillier <email address hidden>  Mon, 07 Jan 2019 11:42:25 +0100

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
ruby
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe ruby
Noble release universe ruby
Mantic release universe ruby
Lunar release universe ruby
Jammy release universe ruby
Focal release universe ruby

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-inline_3.12.4-2.dsc 1.7 KiB 1d307f3af9756c6cc84683286f4c2e39dc9c818210d232c901421a93fe3ed064
ruby-inline_3.12.4.orig.tar.gz 25.4 KiB 1de94626be5dda6df1b4d71e8be27a67f1545077e5cfab8aed80fb3f09b34f79
ruby-inline_3.12.4-2.debian.tar.xz 7.7 KiB 9ed44602556adf0c9afd5000d2a8ae015e350865979d2e9b074db0a69b77a193

Available diffs

No changes file available.

Binary packages built by this source

ruby-inline: Ruby library for embedding C/C++ external module code

 Inline allows you to write foreign code within your ruby code. It
 automatically determines if the code in question has changed and
 builds it only when necessary. The extensions are then automatically
 loaded into the class/module that defines it.
 .
 You can even write extra builders that will allow you to write inlined
 code in any language. Use Inline::C as a template and look at
 Module#inline for the required API.