jruby 9.3.9.0+ds-4 source package in Ubuntu

Changelog

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

  * d/tests: create writeable GEM_PATH in custom directory
  * fix package-contains-vcs-control-file lintian warning
  * add a few Lintian overrides

 -- Jérôme Charaoui <email address hidden>  Fri, 23 Dec 2022 15:58:38 -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-4.dsc 2.8 KiB a53fcc7ef091436f36aab28867c4aac9f103b67c392db421a3451b08ddde5b1e
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-4.debian.tar.xz 37.8 KiB e82a3dcb1ca0c61ef1558568b32541b48e240d6a1d4049abd8c4572e95a85255

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.