jruby 9.4.5.0+ds-1ubuntu1 source package in Ubuntu

Changelog

jruby (9.4.5.0+ds-1ubuntu1) noble; urgency=medium

  * d/rules: copy jruby pom files so that they can by updated by
    maven-install-plugin. Fixes ftbfs (LP: #2054942).
  * d/t/control: mark mri-extra, spec-ruby, mri-stdlib as flaky. See
    launchpad bug 2054943.
  * d/p/jruby-8081-invert-o-nonblock-flag.patch: apply upstream patch
    to fix fcntl call. This allows workaround for launchpad
    bug 2054943.

 -- Vladimir Petko <email address hidden>  Mon, 26 Feb 2024 11:55:18 +1300

Upload details

Uploaded by:
Vladimir Petko
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
ruby
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jruby_9.4.5.0+ds.orig-rubygems.tar.xz 14.2 MiB 20e0cd30484c27563d2d7ba6952ed267bbafda37eedda4cf2800d0b25a08ba8b
jruby_9.4.5.0+ds.orig.tar.xz 5.5 MiB 7b62d6a33e1a9717e3590b451434712137f96a80642066e1cadff626d0a9dc0d
jruby_9.4.5.0+ds-1ubuntu1.debian.tar.xz 46.1 KiB 842711be89d3ff21181ef1d71af5c15f28a5b1384ac539417f5d9496effe72bc
jruby_9.4.5.0+ds-1ubuntu1.dsc 3.3 KiB 2f3ebb13ed014d26831cebba0b22cb53ca0b3fc91c3b34a0168a79d1df1687a5

View changes file

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.