jruby 9.3.9.0+ds-2 source package in Ubuntu

Changelog

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

  * d/control: add Breaks+Replaces on jruby-openssl (Closes: #1025442)
  * d/tests:
    * add JOBS=2 and CI=1 to test environment
    + fix failing tests caused by missing class
    + fix mri-stdlib test failure due to TMPDIR
    - get rid of needs-sudo
    - exclude failing testcase in mri-stdlib

 -- Jérôme Charaoui <email address hidden>  Fri, 09 Dec 2022 16:29:20 -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-2.dsc 2.8 KiB 888f48cd1d41b87cc260892d3aeff7370dc62ce76cb35720b7b4652751ebc41d
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-2.debian.tar.xz 37.0 KiB 5771353c70f0d5e91580ea0b6abf30016e5f092a775660b8bfa1eea0a1b2d3a0

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.