jruby 9.3.9.0+ds-5 source package in Ubuntu

Changelog

jruby (9.3.9.0+ds-5) unstable; urgency=medium

  * d/patches: use tags to exclude Etc.sysconf test failures
  * d/tests:
    + try to avoid EPIPE and timeouts on non-amd64
    + skip failing rspec and mri tests on non-amd64
    + skip pack/unpack j_spec on 32-bit arches

 -- Jérôme Charaoui <email address hidden>  Mon, 26 Dec 2022 23:14:34 -0500

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jruby_9.3.9.0+ds-5.dsc 2.8 KiB 03af7c52a8ceeb7a88d1f8b07a21b806b162ad6e43b763a53c07c10950d0dfaa
jruby_9.3.9.0+ds.orig-rubygems-default.tar.xz 12.1 MiB d207feac4f3479529b2394c765455d3114d86cc2844707cd958fb897b361b235
jruby_9.3.9.0+ds.orig.tar.xz 5.1 MiB f826c30426bb15bbe5be8d7290f48474d9e2833a521b5b9a01fca43cb3780997
jruby_9.3.9.0+ds-5.debian.tar.xz 38.3 KiB 6dc25c4f0e6655dca62a4d7a262f8c65a9c85144d8ee867efe55fa5e1474aa39

Available diffs

No changes file available.

Binary packages built by this source

jruby: 100% pure-Java implementation of Ruby

 JRuby is an implementation of the ruby language using the JVM.
 .
 It aims to be a complete, correct and fast implementation of Ruby, at the
 same time as providing powerful new features such as concurrency without a
 global interpreter lock, true parallelism and tight integration to the Java
 language to allow one to use Java classes in Ruby programs and to allow
 JRuby to be embedded into a Java application.
 .
 JRuby can be used as a faster version of Ruby, it can be used to run Ruby
 on the JVM and access powerful JVM libraries such as highly tuned concurrency
 primitives, it can also be used to embed Ruby as a scripting language in your
 Java program, or many other possibilities.